@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input[type=checkbox],
input[type=radio] {
  display: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* リキッドレイアウト対応 */
/* medium */
@font-face {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Marcellus", serif;
  font-weight: 400;
  src: url(../fonts/Marcellus-Regular.ttf) format("truetype");
  font-style: normal;
}
html body .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  html body .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  html body .sp {
    display: none;
  }
}

body {
  color: #000C2B;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-size: max(1rem, 14px);
}

.en {
  font-family: "Marcellus", serif;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.4719411224vw;
  }
}
@media (min-width: 1087px) {
  html {
    font-size: 16px;
  }
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a.l-hover:hover {
    opacity: 0.7;
  }
}

.l-header {
  width: 100%;
  height: 4.375rem;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  background-color: transparent;
  z-index: 11;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 156, 132, 0.8)), color-stop(49.52%, rgba(56, 50, 99, 0.4)), to(rgba(56, 50, 99, 0)));
  background: linear-gradient(180deg, rgba(80, 156, 132, 0.8) 0%, rgba(56, 50, 99, 0.4) 49.52%, rgba(56, 50, 99, 0) 100%);
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 5rem;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
.l-header.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.l-header.active.change-color {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(49.52%, rgba(255, 255, 255, 0.4)), to(rgba(56, 50, 99, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 49.52%, rgba(56, 50, 99, 0) 100%);
}
.l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 521px) {
  .l-header .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header .inner {
    width: 86.875rem;
  }
}
.l-header__bar {
  background: transparent;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
}
.l-header__bar__inner {
  display: -ms-grid;
  display: grid;
  gap: 0.59375rem;
  place-content: center;
}
.l-header__bar span {
  width: 2.3125rem;
  height: 0.0625rem;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__logo {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    padding-left: 0.625rem;
  }
}
.l-header__logo__head {
  font-size: 0.5625rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .l-header__logo__head {
    font-size: 0.7925rem;
  }
}
.l-header__logo__txt {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo__txt {
    font-size: 1.75rem;
  }
}
.l-header.is-open {
  background: none;
}
.l-header.is-open .l-header__logo {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-header.is-open .l-header__bar span {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header.is-open .l-header__bar span:nth-child(1) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  position: relative;
  top: 0.6875rem;
  background: #000C2B;
}
.l-header.is-open .l-header__bar span:nth-child(2) {
  opacity: 0;
}
.l-header.is-open .l-header__bar span:nth-child(3) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: relative;
  top: -0.625rem;
  background: #000C2B;
}
.l-header.change-color .l-header__bar span {
  background-color: #000C2B;
}
.l-header.change-color .l-header__logo, .l-header.change-color .l-header__list {
  color: #000C2B;
}
.l-header.change-color .l-header__logo__head svg path {
  fill: #000C2B;
}
.l-header.change-color .cart {
  background-color: #000C2B;
}
.l-header.change-color .language-switch .switch {
  border: 1px solid #000C2B;
}
.l-header.change-color .language-switch .text {
  color: #000C2B;
}
.l-header.change-color .language-switch .circle {
  background-color: rgba(0, 12, 43, 0.15);
}
.l-header__list {
  font-size: max(1.125rem, 15px);
  color: #fff;
  line-height: 1;
  margin: 0;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__list > li {
  float: left;
  position: relative;
  margin: 0 1.25rem;
}
@media screen and (min-width: 1025px) {
  .l-header__list > li {
    margin: 0 2rem;
  }
}
.l-header__list > li:not(.btn-wrap) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.l-header__list > li a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-bottom: 0;
}
.l-header__list > li a:hover {
  opacity: 0.6;
}
.l-header__list > li a:hover::before {
  opacity: 1;
}
.l-header__list > li a small {
  display: block;
  font-size: 0.625rem;
  margin-top: 0.625rem;
  text-align: center;
  line-height: 1.5;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
}

.cart {
  width: 2.4375rem;
  height: 2.4375rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart img {
  width: 1.0625rem;
  height: 1.0625rem;
}

.language-switch {
  position: relative;
}
.language-switch .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 5.5rem;
  height: 2.6875rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  cursor: pointer;
  padding: 0.3125rem 0.4375rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.language-switch .switch.switch-en .circle {
  left: auto;
  right: 0.4375rem;
}
.language-switch .text {
  font-size: max(0.875rem, 12px);
  letter-spacing: 0.03em;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2.0625rem;
  position: relative;
  z-index: 3;
}
.language-switch .circle {
  position: absolute;
  width: 2rem;
  height: 2.0625rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  left: 0.4375rem;
}

.l-offcanvas {
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000C2B;
  z-index: 10;
  overflow-y: auto;
  padding: 8.75rem 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
}
.l-offcanvas__list {
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
  place-content: center;
  text-align: center;
}
.l-offcanvas__list a {
  display: -ms-grid;
  display: grid;
  font-size: 1.75rem;
}
.l-offcanvas__list a small {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
.l-offcanvas.is-open {
  right: 0;
}
.l-offcanvas .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
}
.l-offcanvas .cart {
  width: 2.4375rem;
  height: 2.4375rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000C2B;
}
.l-offcanvas .cart img {
  width: 1.0625rem;
  height: 1.0625rem;
}
.l-offcanvas .language-switch {
  position: relative;
}
.l-offcanvas .language-switch .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 5.5rem;
  height: 2.6875rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  cursor: pointer;
  padding: 0.3125rem 0.4375rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 1px solid #000C2B;
}
.l-offcanvas .language-switch .switch.switch-en .circle {
  left: auto;
  right: 0.4375rem;
}
.l-offcanvas .language-switch .text {
  font-size: max(0.875rem, 12px);
  letter-spacing: 0.03em;
  color: #000C2B;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2.0625rem;
  position: relative;
  z-index: 3;
}
.l-offcanvas .language-switch .circle {
  position: absolute;
  width: 2rem;
  height: 2.0625rem;
  background-color: rgba(0, 12, 43, 0.15);
  border-radius: 50%;
  left: 0.4375rem;
}

.pagetop {
  height: 2.5rem;
  width: 2.5rem;
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  background: #fff;
  border: solid 1px #000C2B;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .pagetop {
    height: 3.125rem;
    width: 3.125rem;
  }
}
.pagetop__arrow {
  height: 0.625rem;
  width: 0.8125rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(../images/common/btn-arrow-dk.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.inner {
  width: calc(1087px + 7.5rem);
  max-width: 100%;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 521px) {
  .inner {
    padding: 0 3.75rem;
  }
}

.c-ttl-01 .en {
  font-weight: 400;
  display: block;
  margin-bottom: 1.1875rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-01 .en {
    margin-bottom: 0.9375rem;
    font-size: 2.375rem;
  }
}
.c-ttl-01 .ja {
  font-weight: 500;
  font-size: max(0.875rem, 12px);
}
@media screen and (min-width: 768px) {
  .c-ttl-01 .ja {
    font-size: max(1rem, 14px);
  }
}
.c-ttl-01.large .en {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-01.large .en {
    font-size: 2.875rem;
  }
}
.c-ttl-01.large .ja {
  font-size: max(1.125rem, 16px);
}
.c-ttl-01.medium .en {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-01.medium .en {
    font-size: 2.625rem;
  }
}
.c-ttl-01.medium .ja {
  font-size: max(1.125rem, 16px);
}

.c-ttl-02 {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-ttl-02 {
    font-size: 2.375rem;
  }
}

.c-ttl-03 {
  padding-bottom: 1.1875rem;
  font-weight: 500;
  font-size: max(1.125rem, 16px);
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #000C2B;
  border-bottom: 1px solid rgba(69, 125, 162, 0.5);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-ttl-03 {
    padding-bottom: 1.5rem;
    font-size: max(1.25rem, 16px);
  }
}
.c-ttl-03::before {
  height: 1px;
  background: rgba(69, 125, 162, 0.5);
  position: absolute;
  width: calc(100% - 2.5rem);
  left: 1.25rem;
  bottom: 0;
}
@media screen and (min-width: 521px) {
  .c-ttl-03::before {
    /*width: calc(100% - rem(120));
    left: rem(60);
    */
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl-03::before {
    /*width: 100%;
    left: 0;
    */
  }
}

.c-txt {
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: max(0.875rem, 12px);
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: max(1rem, 14px);
  }
}

.c-list-01 li {
  margin-left: 1em;
}
.c-list-01 li::before {
  content: "・";
  margin-left: -1em;
}

.c-list-02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  border-left: 1px solid rgba(69, 125, 162, 0.5);
  padding-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-list-02__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-left: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
.c-list-02__item + .c-list-02__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-list-02__item + .c-list-02__item {
    margin-top: 3.75rem;
  }
}
.c-list-02__item h3 {
  font-size: max(1rem, 14px);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-list-02__item h3 {
    width: 30.68%;
    padding-right: 3.125rem;
    font-size: max(1.25rem, 16px);
  }
}
.c-list-02__item p {
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: max(0.875rem, 12px);
}
@media screen and (min-width: 768px) {
  .c-list-02__item p {
    min-height: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 69.3%;
    padding-left: 3.125rem;
    border-left: 1px solid rgba(69, 125, 162, 0.5);
    font-size: max(1rem, 14px);
  }
}

.c-table-01 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-spacing: 0;
  min-width: 59.125rem;
  overflow-x: scroll;
  color: #000C2B;
  text-align: center;
}
.c-table-01 tr:not(:first-child) th, .c-table-01 tr:not(:first-child) td {
  border-top: none;
}
.c-table-01 th {
  border: 1px solid #000C2B;
  background-color: rgba(69, 125, 162, 0.3);
  white-space: nowrap;
}
.c-table-01 td {
  border: 1px solid #000C2B;
  width: 5rem;
  height: 2.625rem;
}
.c-table-01 td:not(:first-child) {
  border-left: none;
}

.c-list-form {
  max-width: 45.75rem;
  margin-left: auto;
  margin-right: auto;
}
.c-list-form__row {
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: max(0.875rem, 12px);
}
@media screen and (min-width: 768px) {
  .c-list-form__row {
    font-size: max(1rem, 14px);
  }
}
.c-list-form__row + .c-list-form__row {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-list-form__row + .c-list-form__row {
    margin-top: 1.875rem;
  }
}
.c-list-form__row.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-list-form__row.name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-list-form__row.name > div {
    width: calc((100% - 2rem) / 2);
  }
}
.c-list-form__row dt .red {
  color: #CC1616;
}
.c-list-form__row dd input[type=text], .c-list-form__row dd input[type=email], .c-list-form__row dd textarea {
  font-size: max(0.875rem, 12px);
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 0.5625rem 1rem;
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-list-form__row dd input[type=text], .c-list-form__row dd input[type=email], .c-list-form__row dd textarea {
    padding: 0.75rem 1rem;
    font-size: max(1rem, 14px);
  }
}
.c-list-form__row dd input[type=text]:placeholder, .c-list-form__row dd input[type=email]:placeholder, .c-list-form__row dd textarea:placeholder {
  color: rgba(0, 12, 43, 0.5);
}
.c-list-form__row dd textarea {
  height: 9.375rem;
}
@media screen and (min-width: 768px) {
  .c-list-form__row dd textarea {
    height: 12.5rem;
  }
}
.c-list-form__row dd .select-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 0.625rem;
  font-size: max(0.875rem, 12px);
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-list-form__row dd .select-wrapper {
    padding-right: 1.5rem;
    font-size: max(1rem, 14px);
  }
}
.c-list-form__row dd .select-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: calc(50% - 0.4375rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000C2B;
  border-bottom: 2px solid #000C2B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-list-form__row dd .select-wrapper select {
  width: 100%;
  height: 100%;
  padding: 0.5625rem 1rem;
  color: rgba(0, 12, 43, 0.5);
}
@media screen and (min-width: 768px) {
  .c-list-form__row dd .select-wrapper select {
    padding: 0.75rem 1rem;
    padding-right: 1.5rem;
  }
}

.js__fadein {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.js__fadeon {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

@-webkit-keyframes blurAnime-main {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blurAnime-main {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes bgAnime {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 0%;
  }
}
@keyframes bgAnime {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 0%;
  }
}
@-webkit-keyframes bgImage {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes bgImage {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.l-card-wrap {
  z-index: 2;
  position: relative;
}
.l-card-wrap .l-card-wrap__inner {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-card-wrap .l-card-wrap__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.333% - 1.04125rem) 1.5625rem calc(33.333% - 1.04125rem) 1.5625rem calc(33.333% - 1.04125rem);
    grid-template-columns: calc(33.333% - 1.04125rem) calc(33.333% - 1.04125rem) calc(33.333% - 1.04125rem);
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    row-gap: 3.5rem;
  }
}

.l-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-card {
    border-radius: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .l-card:hover .l-card__content {
    background: rgba(69, 125, 162, 0.4);
  }
}
.l-card a {
  display: contents;
  height: 100%;
}
.l-card picture {
  display: block;
  width: 100%;
  aspect-ratio: 402/242;
  overflow: hidden;
}
.l-card picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-card__content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.625rem 1.25rem 1.25rem;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .l-card__content {
    padding: 0.625rem 1.0625rem 1.0625rem;
  }
}
.l-card__content h3 {
  font-weight: 500;
  font-size: max(0.9375rem, 14px);
  margin-top: 0.5rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-card__content h3 {
    font-size: max(1rem, 14px);
    margin-bottom: 0.625rem;
  }
}
.l-card__content p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (min-width: 768px) {
  .l-card__content p {
    font-size: 12px;
  }
}
.l-card__date {
  font-size: 12px;
  background: #E5EBF1;
  height: 1.25rem;
  border-radius: 9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-card__date {
    padding: 0 0.9375rem;
    font-size: 12px;
    height: 1.5rem;
  }
}

.l-card__button {
  place-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-card__button a,
.l-card__button input[type=submit] {
  background: #000C2B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  height: 3.875rem;
  padding: 0 3.75rem 0 3.75rem;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.l-card__button a img,
.l-card__button input[type=submit] img {
  width: 14px;
  margin-left: 3.125rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-card__button a:hover,
  .l-card__button input[type=submit]:hover {
    opacity: 0.7;
  }
  .l-card__button a:hover img,
  .l-card__button input[type=submit]:hover img {
    left: 4px;
  }
}
.l-card__button input[type=submit] {
  background-image: url("/wp-content/themes/beckskennels/images/common/btn-arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px 11.19px;
  background-position: calc(100% - 3.75rem) center;
  padding: 0 7.5rem 0 3.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-card__button input[type=submit]:hover {
    background-position: calc(100% - 3.5rem) center;
  }
}
.l-card__button.white a {
  background: #fff;
  color: #000C2B;
}

.l-footer {
  background: #0C0D2C;
  color: #fff;
  padding-top: 3.75rem;
  padding-bottom: 4.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 4.6875rem;
    padding-bottom: 4.375rem;
  }
}
.l-footer .l-footer__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  row-gap: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    place-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 5.625rem 0;
  }
}
.l-footer .l-footer__01 .l-footer__01__logo {
  width: 8.125rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__01 .l-footer__01__logo {
    width: 13.9375rem;
    margin-top: -0.625rem;
    display: block;
  }
}
.l-footer .l-footer__01 .l-footer__01__menu {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__01 .l-footer__01__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer .l-footer__01 .l-footer__01__menu ul li {
  font-size: 14px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__01 .l-footer__01__menu ul li {
    font-size: max(1rem, 14px);
    margin-bottom: 0.9375rem;
  }
}
.l-footer .l-footer__01 .l-footer__01__menu ul li ul {
  margin-top: 0.9375rem;
  padding-left: 0.625rem;
}
.l-footer .l-footer__01 .l-footer__01__menu ul li ul li {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__01 .l-footer__01__menu ul li ul li {
    font-size: 12px;
  }
}
.l-footer .l-footer__01 .l-footer__01__menu ul + ul {
  padding-left: 0rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__01 .l-footer__01__menu ul + ul {
    padding-left: 3.75rem;
  }
}
.l-footer .l-footer__01 .l-footer__01__menu ul:nth-child(3) {
  -ms-grid-column: 2;
      grid-column-start: 2;
}
.l-footer .l-footer__02 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 60px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__02 {
    margin-top: 0;
    font-size: 6.9375rem;
    margin-bottom: 0.625rem;
    margin-top: 3.875rem;
  }
}
.l-footer .l-footer__03 {
  display: -ms-grid;
  display: grid;
  font-size: 10px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.0625rem;
    place-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0 5.625rem;
    font-size: max(0.75rem, 10px);
  }
}
.l-footer .l-footer__03 ul {
  display: -ms-grid;
  display: grid;
  place-content: baseline;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__03 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}
.l-footer .l-footer__03 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__03 > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.l-footer .l-footer__03 > div a:nth-child(1) {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__03 > div a:nth-child(1) {
    font-size: 1rem;
  }
}
.l-footer .l-footer__03 > div a:nth-child(2) {
  margin-left: 0.8125rem;
}
.l-footer .l-footer__03 > div a:nth-child(2) img {
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__03 > div a:nth-child(2) img {
    width: 1.25rem;
  }
}

.c-marquee__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.c-marquee__li {
  -webkit-animation: text_scroll 30s linear infinite;
  animation: text_scroll 30s linear infinite;
  margin: 0 0.625rem;
}

@-webkit-keyframes text_scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 1rem));
    transform: translateX(calc(-100% - 1rem));
  }
}
@keyframes text_scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 1rem));
    transform: translateX(calc(-100% - 1rem));
  }
}
.monthly-calendar {
  background: #fff;
  padding: 2.5rem;
  margin-top: 3.5rem;
  font-family: "Zen Kaku Gothic New", serif;
}
.monthly-calendar .calendar-title {
  display: none;
}
.monthly-calendar .calendar-caption {
  margin-bottom: 1.25rem;
}
.monthly-calendar .calendar-daylink {
  pointer-events: none;
}

.p-section__pages {
  padding-top: 8.125rem;
  padding-bottom: 12.125rem;
}
@media screen and (min-width: 768px) {
  .p-section__pages {
    padding-top: 11.875rem;
    padding-bottom: 8.25rem;
  }
}

.p-section__mv {
  color: #fff;
  height: 100vh;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.p-section__mv img {
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-animation: zoomOut 10s ease-out forwards;
          animation: zoomOut 10s ease-out forwards;
}
@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoomOut {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.p-section__mv.is-active .p-section__mv__inner {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-animation: fadeInDrop-02 1s ease-out 0.8s forwards;
          animation: fadeInDrop-02 1s ease-out 0.8s forwards;
}
@-webkit-keyframes fadeInDrop-02 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDrop-02 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-section__mv__inner {
  position: relative;
  z-index: 3;
}
.p-section__mv h1 {
  font-size: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__mv h1 {
    font-size: 6rem;
  }
}
.p-section__mv h1 small {
  font-size: 1.25rem;
  display: block;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-section__mv h1 small {
    font-size: 2.25rem;
    margin-bottom: 0.3125rem;
  }
}
.p-section__mv h1 small svg {
  width: 0.875rem;
  height: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-section__mv h1 small svg {
    width: 1.5rem;
    height: 1.6875rem;
  }
}
.p-section__mv p {
  line-height: 2;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-section__mv p {
    font-size: 1.25rem;
    margin-top: 3.75rem;
    line-height: 1.8;
  }
}

.p-mov-01 {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.p-mov-01.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.section-slider {
  margin-left: 1.5rem;
}
.section-slider .swiper {
  margin-top: 2.5rem;
}
.section-slider .slides-wrapper {
  padding-bottom: 3.125rem;
}
.section-slider .swiper-pagination-bullet {
  width: 2.1875rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: #fff;
  opacity: 1;
}
.section-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000C2B;
}
.section-slider .swiper-button-next {
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 100%;
  background: linear-gradient(60deg, #7BC4F1, #E9C7C6);
  margin-top: -1.875rem;
}
.section-slider .swiper-button-next svg {
  width: 0.625rem;
  height: 0.8125rem;
}

.p-section__top {
  background-image: url(../images/top/bg-owner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 85% 0%;
  padding: 2.5rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section__top {
    background-position: top right;
    padding: 8.125rem 0;
  }
}
.p-section__top .c-link-owner {
  display: -ms-grid;
  display: grid;
  background: #1F3053;
  color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-section__top .c-link-owner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: space-between;
    max-width: 67.625rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid #EEF2F5;
  }
  .p-section__top .c-link-owner:hover {
    background: transparent;
  }
  .p-section__top .c-link-owner:hover .c-link-owner__arrow {
    left: 4px !important;
  }
}
.p-section__top .c-link-owner .c-link-owner__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-section__top .c-link-owner .c-link-owner__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 20.5625rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-section__top .c-link-owner .c-link-owner-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 1.25rem 1.25rem 2.1875rem;
  border: 1px solid rgba(238, 242, 245, 0.5);
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__top .c-link-owner .c-link-owner-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 1.875rem 3.125rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 20.5625rem);
    border: 0;
  }
}
.p-section__top .c-link-owner .c-link-owner-content > div .c-link-owner__ttl-01 {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-section__top .c-link-owner .c-link-owner-content > div .c-link-owner__ttl-01 {
    font-size: 0.875rem;
  }
}
.p-section__top .c-link-owner .c-link-owner-content > div .c-link-owner__ttl-01 span {
  font-size: 1.875rem;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section__top .c-link-owner .c-link-owner-content > div .c-link-owner__ttl-01 span {
    font-size: 2.5rem;
  }
}
.p-section__top .c-link-owner .c-link-owner-content > div .c-link-owner__ttl-02 {
  font-size: 22px;
  font-weight: 500;
  padding: 0.3125rem 0 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section__top .c-link-owner .c-link-owner-content > div .c-link-owner__ttl-02 {
    font-size: 1.75rem;
    padding: 0.9375rem 0 1.0625rem;
  }
}
.p-section__top .c-link-owner .c-link-owner-content > div p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-section__top .c-link-owner .c-link-owner-content > div p {
    font-size: max(1rem, 14px);
  }
}
.p-section__top .c-link-owner .c-link-owner-content .c-link-owner__arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-section__top .c-link-owner .c-link-owner-content .c-link-owner__arrow {
    display: block;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.p-section__tour {
  position: relative;
  background: #000C2B;
}
.p-section__tour::before {
  content: "";
  background-image: url(../images/top/motif-tour.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 170vw;
}
@media screen and (min-width: 768px) {
  .p-section__tour::before {
    background-size: 100%;
    width: 47.9375rem;
    height: 69.3125rem;
  }
}
.p-section__tour__inner {
  max-width: 86.5rem;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 521px) {
  .p-section__tour__inner {
    padding: 0 3.75rem;
  }
}
.p-section__tour-bg {
  background: #E5EBF1;
  border-radius: 1rem;
  padding: 4.25rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-bg {
    border-radius: 3.75rem;
    padding: 5rem 0 7.5rem;
  }
}
.p-section__tour__head {
  border-bottom: 1px solid rgba(69, 125, 162, 0.5);
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__head {
    padding-bottom: 4.375rem;
  }
}
.p-section__tour__head h2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__head h2 {
    font-size: 2.875rem;
  }
}
.p-section__tour__head h2 small {
  font-size: max(0.875rem, 12px);
  display: block;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__head h2 small {
    margin-top: 0.3125rem;
    font-size: 1.125rem;
  }
}
.p-section__tour-bg iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 800px;
  max-width: 100%;
  margin: 3.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-section__tour-bg iframe {
    margin: 4.375rem auto 0;
  }
}
.p-section__tour .l-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-section__tour .l-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-section__tour .l-card__button {
  margin-top: 3.75rem;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .p-section__tour .l-card__button {
    margin-top: 3.75rem;
    place-content: end;
  }
}
.p-section__tour__block {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(69, 125, 162, 0.5);
}
.p-section__tour__block:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-section__tour__block__head {
  padding: 3.125rem 0 2.8125rem;
}
.p-section__tour__block__head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-section__tour__block__head h2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.p-section__tour__block__head h2 span {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__block__head h2 span {
    font-size: 2.375rem;
  }
}
.p-section__tour__block__head h2 small {
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000C2B;
  height: 1.625rem;
  padding: 0 0.3125rem;
}
.p-section__tour__block__head p {
  font-size: max(1.125rem, 16px);
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-section__tour__block__head p {
    font-size: max(1.25rem, 18px);
  }
}
@media screen and (min-width: 768px) {
  .p-section__tour__block__txt {
    margin-top: 1.1875rem;
    font-size: max(1rem, 14px);
  }
}
.p-section__tour__block__list {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__block__list {
    margin-top: 5.1875rem;
  }
}
.p-section__tour__block__list__item + .p-section__tour__block__list__item {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__block__list__item + .p-section__tour__block__list__item {
    margin-top: 5.25rem;
  }
}
.p-section__tour__block__list__item__ttl {
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__block__list__item__ttl {
    font-size: 1.75rem;
  }
}
.p-section__tour__block__list__item__txt {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__block__list__item__txt {
    margin-top: 1.875rem;
  }
}
.p-section__tour__block__list__item .l-card-wrap {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__block__list__item .l-card-wrap {
    margin-top: 2.5rem;
  }
}

.p-section__about {
  color: #fff;
  overflow: hidden;
}
.p-section__about__block {
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section__about__block {
    padding: 0 3.75rem;
  }
}
.p-section__about .p-section__about__block-01 {
  background-image: url(../images/top/about01-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-01 {
    padding-top: 6.875rem;
    padding-bottom: 8.75rem;
  }
}
.p-section__about .p-section__about__block-01 .p-section__about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-01 .p-section__about__block {
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-section__about .p-section__about__block-01 picture {
  width: 100%;
  display: block;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-01 picture {
    padding-right: 0;
    width: 33.625rem;
  }
}
.p-section__about .p-section__about__block-01 h2 {
  font-size: 1.875rem;
  position: relative;
  margin-top: 4.625rem;
  padding: 0 0.625rem 0 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 521px) {
  .p-section__about .p-section__about__block-01 h2 {
    padding: 0 3.75rem 0 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-01 h2 {
    margin-left: 5.3125rem;
    font-size: 3.25rem;
    top: 3.125rem;
    margin-top: 0;
    padding: 0;
  }
}
.p-section__about .p-section__about__block-01 h2 small {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-01 h2 small {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}
.p-section__about .p-section__about__block-02 {
  background-image: url(../images/top/about02-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 {
    padding-bottom: 9.25rem;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__01 {
  padding-bottom: 5.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 6.875rem;
    gap: 3.4375rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 {
    gap: 6.875rem;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__images {
  padding-left: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__images {
    width: 29.0625rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__images {
    width: 35.3125rem;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 5.25rem;
}
@media screen and (min-width: 521px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content {
    padding-top: 3.75rem;
    padding-right: 0rem;
    padding-left: 0rem;
    width: calc(100% - 29.0625rem);
  }
}
@media screen and (min-width: 1025px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content {
    width: calc(100% - 35.3125rem);
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content h3 {
  font-size: 1.25rem;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content h3 {
    font-size: 1.5rem;
    margin-bottom: 2.8125rem;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content h3 small {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content h3 small {
    font-size: 1.375rem;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content .l-card__button {
  place-content: center;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content .l-card__button {
    margin-top: 3.125rem;
    place-content: baseline;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__01 .p-section__about__block__content .l-card__button a {
  background: #fff;
  color: #000C2B;
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 11.875rem;
    gap: 4.375rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 {
    gap: 8.125rem;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__images {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__images {
    padding-right: 0;
    width: 29.5625rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__images {
    width: 35.8125rem;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 4.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 521px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content {
    width: calc(100% - 29.5625rem);
    padding-right: 0;
    padding-top: 6.875rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content {
    width: calc(100% - 35.8125rem);
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content h3 {
  font-size: 1.25rem;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content h3 {
    font-size: 1.5rem;
    margin-bottom: 2.8125rem;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content h3 small {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content h3 small {
    font-size: 1.375rem;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content .l-card__button {
  place-content: center;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content .l-card__button {
    margin-top: 3.125rem;
    place-content: baseline;
  }
}
.p-section__about .p-section__about__block-02 .p-section__about__block-02__02 .p-section__about__block__content .l-card__button a {
  background: #fff;
  color: #000C2B;
}
.swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-container {
  width: 100%;
}
.swiper-container.slider {
  overflow: hidden;
  position: relative;
}
.swiper-container.swiper-wrapper-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container.slider-thumbnail {
  height: 20vh;
}
.swiper-container.slider-thumbnail .swiper-wrapper {
  width: 25%;
  height: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 1.25rem;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* ページネーション */
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #E6EBF0;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.p-section__features {
  background-color: #000C2B;
  background-image: url("../images/about/feature-bg-01-sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 12.4375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-section__features {
    padding-top: 10.1875rem;
    background-image: url("../images/about/feature-bg-01.webp");
  }
}
.p-section__features__ttl {
  text-align: center;
  color: #fff;
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__ttl {
    font-size: 3.125rem;
  }
}
.p-section__features__ttl .large {
  font-size: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__ttl .large {
    font-size: 5rem;
  }
}
.p-section__features__ttl .ja {
  display: block;
  margin-top: 1.75rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__ttl .ja {
    font-size: 1.25rem;
  }
}
.p-section__features__nav {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  counter-reset: number 0;
  row-gap: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-section__features__nav {
    margin-top: 6.8125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 5.9375rem;
       -moz-column-gap: 5.9375rem;
            column-gap: 5.9375rem;
  }
}
.p-section__features__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 16.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 521px) {
  .p-section__features__nav a {
    max-width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__nav a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    max-width: none;
  }
  .p-section__features__nav a:hover {
    opacity: 0.7;
  }
}
.p-section__features__nav a .txt {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.04375rem;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-section__features__nav a .txt {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
    font-size: 1.375rem;
  }
}
.p-section__features__nav a .txt:before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "Marcellus", serif;
  font-size: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__nav a .txt:before {
    font-size: 4rem;
  }
}
.p-section__features__nav a .arrow {
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  width: 2.375rem;
  height: 2.375rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-section__features__nav a .arrow {
    width: 3.625rem;
    height: 3.625rem;
  }
}
.p-section__features__list {
  color: #fff;
  counter-reset: number 0;
  padding-top: 6.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section__features__list {
    padding-top: 10.4375rem;
  }
}
.p-section__features__list:after {
  content: "";
  background-image: url("../images/about/feature-bg-01_02-sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -9.0144230769rem;
  width: 100%;
  aspect-ratio: 375/533;
}
@media screen and (min-width: 768px) {
  .p-section__features__list:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item:nth-child(2n) .p-section__features__list__item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-section__features__list__item:nth-child(2n) figure {
  margin-left: 2.5rem;
  margin-right: 0;
}
.p-section__features__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__features__list__item__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-section__features__list__item figure {
  margin-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item figure {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-section__features__list__item__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 521px) {
  .p-section__features__list__item__content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-section__features__list__item__content h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item__content h2 {
    font-size: 1.5rem;
  }
}
.p-section__features__list__item__content h2:before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "Marcellus", serif;
  font-size: 3rem;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item__content h2:before {
    font-size: 4rem;
    margin-right: 1rem;
  }
}
.p-section__features__list__item__content__txt {
  font-size: max(1rem, 14px);
  margin-top: 1.4375rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item__content__txt {
    line-height: 2;
  }
}
.p-section__features__list__item__content__txt p + p {
  margin-top: 1em;
}
.p-section__features__list__item .l-card__button {
  place-content: center;
  margin-top: 1.5625rem;
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item .l-card__button {
    place-content: end;
    margin-top: 3.125rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-section__features__list__item .l-card__button a {
  padding: 0 1.71875rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item .l-card__button a {
    padding: 0 3.75rem;
  }
}
.p-section__features__list__item .l-card__button img {
  margin-left: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item .l-card__button img {
    margin-left: 3.125rem;
  }
}
.p-section__features__list__item.item01 .p-section__features__list__item__inner {
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item01 .p-section__features__list__item__inner {
    -webkit-column-gap: 5.125rem;
       -moz-column-gap: 5.125rem;
            column-gap: 5.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item01 figure {
    width: 34.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item01 .p-section__features__list__item__content {
    width: 45.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item01 .p-section__features__list__item__content__txt {
    margin-top: 2.5rem;
  }
}
.p-section__features__list__item.item02 {
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item02 {
    margin-top: 4.5rem;
  }
}
.p-section__features__list__item.item02:after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url("../images/about/feature-bg-02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 187vw;
  left: 0;
  aspect-ratio: 693/775;
  top: -20.2311290323rem;
  mix-blend-mode: hard-light;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item02:after {
    top: 50%;
    width: 61.8vw;
    aspect-ratio: 890/1359;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
  }
}
.p-section__features__list__item.item02 .p-section__features__list__item__inner {
  row-gap: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item02 .p-section__features__list__item__inner {
    -webkit-column-gap: 7.75rem;
       -moz-column-gap: 7.75rem;
            column-gap: 7.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item02 figure {
    width: 36.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item02 .p-section__features__list__item__content {
    width: 39.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item02 .p-section__features__list__item__content__txt {
    margin-top: 2.875rem;
  }
}
.p-section__features__list__item.item03 {
  position: relative;
  padding-bottom: 7.1875rem;
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item03 {
    margin-top: 6rem;
    padding-bottom: 10.4375rem;
  }
}
.p-section__features__list__item.item03:after {
  content: "";
  position: absolute;
  background-image: url("../images/about/feature-bg-03.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 175vw;
  left: -20vw;
  top: -123vw;
  aspect-ratio: 776/995;
  mix-blend-mode: color-dodge;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item03:after {
    background-size: contain;
    top: auto;
    left: 0;
    bottom: 0;
    width: 79.4vw;
    aspect-ratio: 1144/1026;
  }
}
.p-section__features__list__item.item03 .p-section__features__list__item__inner {
  row-gap: 1.46875rem;
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item03 .p-section__features__list__item__inner {
    -webkit-column-gap: 7.9375rem;
       -moz-column-gap: 7.9375rem;
            column-gap: 7.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item03 figure {
    width: 34.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item03 .p-section__features__list__item__content {
    width: 42rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__features__list__item.item03 .p-section__features__list__item__content__txt {
    margin-top: 3.5625rem;
  }
}
.p-section__features-map {
  background-color: #E6EBF0;
  padding-top: 4.25rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-section__features-map {
    padding-top: 5.5rem;
    padding-bottom: 8.25rem;
    border-radius: 3.75rem 3.75rem 0 0;
  }
}
.p-section__features-map__txt {
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-section__features-map__txt {
    margin-top: 2.0625rem;
  }
}
.p-section__features-map__img {
  max-width: 58.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-section__features-map__img {
    margin-top: 3.8125rem;
  }
}
.p-section__features-map .l-card__button {
  place-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-section__features-map .l-card__button {
    margin-top: 4.375rem;
  }
}

.p-section__tour {
  overflow: hidden;
}
.p-section__tour.tour-index {
  background-color: #E6EBF0;
  padding-top: 8.1875rem;
  padding-bottom: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour.tour-index {
    padding-top: 10.75rem;
    padding-bottom: 6.4375rem;
  }
}
.p-section__tour.tour-index::before {
  display: none;
}
.p-section__tour.tour-index .inner {
  width: 86.5rem;
  position: relative;
}
.p-section__tour.tour-index .p-section__tour__head {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour.tour-index .p-section__tour__head {
    padding-bottom: 6.5rem;
  }
}
.p-section__tour.tour-index .p-section__tour__block {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour.tour-index .p-section__tour__block {
    padding-bottom: 5.9375rem;
  }
}
.p-section__tour.tour-index .p-section__tour__block::before {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-section__tour.tour-index .p-section__tour__block::before {
    background-image: url("../images/tour/bg-tour.webp");
    background-size: contain;
    width: 60.7vw;
    aspect-ratio: 875/1212;
    display: block;
    position: absolute;
    left: 0;
    top: -8.6633663366rem;
  }
}
.p-section__tour.tour-index .p-section__tour__block__head {
  padding-top: 3.75rem;
}
.p-section__tour.tour-index .p-section__tour__block .l-card-wrap__inner {
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour.tour-index .p-section__tour__block .l-card-wrap__inner {
    row-gap: 3.5rem;
  }
}
.p-section__tour__nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin-top: 3.8125rem;
  }
}
.p-section__tour__nav__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  border-radius: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-section__tour__nav__item {
    max-width: 25.125rem;
    max-height: 12.8125rem;
    border-radius: 1.125rem;
  }
}
.p-section__tour__nav__item.winter {
  background-image: url("../images/tour/bg-01.webp");
}
.p-section__tour__nav__item.summer {
  background-image: url("../images/tour/bg-02.webp");
}
.p-section__tour__nav__item a {
  padding: 2.375rem 2.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-section__tour__nav__item a {
    padding: 2.875rem 2.5rem;
    transition: all 0.3s;
  }
  .p-section__tour__nav__item a:hover {
    opacity: 0.5;
  }
}
.p-section__tour__nav__item .season .ja {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-section__tour__nav__item .season .ja {
    font-size: 1.25rem;
  }
}
.p-section__tour__nav__item .season .en {
  margin-top: 0.875rem;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__nav__item .season .en {
    font-size: 1.9375rem;
  }
}
.p-section__tour__nav__item .month {
  font-size: max(0.75rem, 10px);
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour__nav__item .month {
    font-size: max(0.875rem, 12px);
  }
}

.p-section__tour-detail {
  padding-top: 7.4375rem;
  padding-bottom: 6.1875rem;
  background-color: #E6EBF0;
  color: #000C2B;
  background-image: url("../images/single-tour/bg-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 26px top;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail {
    padding-top: 10.25rem;
    padding-bottom: 8.125rem;
    background-image: url("../images/single-tour/bg.png");
    background-position: top right;
  }
}
.p-section__tour-detail__ttl {
  line-height: 1.4;
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__ttl {
    font-size: 2.5rem;
  }
}
.p-section__tour-detail__txt {
  margin-top: 2.5rem;
  font-size: max(0.875rem, 12px);
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__txt {
    margin-top: 2.25rem;
    font-size: max(1rem, 14px);
    line-height: 1.7;
  }
}
.p-section__tour-detail__kv {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__kv {
    margin-top: 4.1875rem;
  }
}
@media screen and (min-width: 521px) {
  .p-section__tour-detail__kv .inner {
    width: 86.625rem;
    padding-left: 3.75rem;
    padding-right: 3.875rem;
  }
}
.p-section__tour-detail__kv__wrap {
  position: relative;
  margin-top: 4.375rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__kv__wrap {
    margin-top: 0;
    margin-bottom: 3.75rem;
  }
}
.p-section__tour-detail__kv__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__kv__img {
    max-width: 79rem;
    aspect-ratio: 1264/696;
    border-radius: 0.625rem;
    overflow: hidden;
    padding: 2.125rem 5.6875rem 2.0625rem;
  }
}
.p-section__tour-detail__kv__img::before {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__kv__img::before {
    mix-blend-mode: normal;
    opacity: 0.8;
    -webkit-filter: blur(1.5625rem);
            filter: blur(1.5625rem);
    background-image: url("../images/single-tour/bg-kv.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-section__tour-detail__kv__img img {
  border-radius: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__kv__img img {
    position: absolute;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 83.4%;
    aspect-ratio: 1264/696;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-section__tour-detail__fixed-link {
  position: fixed;
  background-color: #000C2B;
  color: #FEFEFE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
  right: 0.6875rem;
  bottom: 5.3125rem;
  border-radius: 0.9375rem;
  padding: 0.75rem 1.0625rem 1.0625rem;
  font-size: 1.125rem;
  width: 12.5rem;
  height: 6.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__fixed-link {
    font-size: 1.375rem;
    padding: 2.375rem 1.625rem;
    border-radius: 1.5625rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    right: 1.5rem;
    width: 17.5rem;
    height: 10.625rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-section__tour-detail__fixed-link:hover {
    opacity: 0.7;
  }
  .p-section__tour-detail__fixed-link:hover .arrow {
    right: 1.375rem;
  }
}
.p-section__tour-detail__fixed-link .en {
  margin-top: 0.25rem;
  font-size: max(0.75rem, 10px);
  display: block;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__fixed-link .en {
    margin-top: 0.875rem;
    font-size: max(0.8125rem, 11px);
  }
}
.p-section__tour-detail__fixed-link .arrow {
  width: 2.375rem;
  height: 2.375rem;
  border: 1px solid #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__fixed-link .arrow {
    width: 2.8125rem;
    height: 2.8125rem;
    right: 1.625rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.p-section__tour-detail__fixed-link .arrow img {
  width: max(0.9375rem, 13px);
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__fixed-link .arrow img {
    width: max(0.8125rem, 11px);
  }
}
.p-section__tour-detail__fixed-link > div {
  width: 70%;
}
.p-section__tour-detail__fixed-link input {
  color: #fff;
  white-space: normal;
  text-align: left;
}
.p-section__tour-detail .l-card__button {
  place-content: center;
}
.p-section__tour-detail__package {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__package {
    margin-top: 7.3125rem;
  }
}
.p-section__tour-detail__package .c-txt {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__package .c-txt {
    margin-top: 2.0625rem;
  }
}
.p-section__tour-detail__package .c-list-02 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__package .c-list-02 {
    margin-top: 3.5rem;
  }
}
.p-section__tour-detail__package .c-list-02 p {
  min-height: 2.1875rem;
}
.p-section__tour-detail__calender {
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__calender {
    margin-top: 6.4375rem;
  }
}
.p-section__tour-detail__calender__txt {
  margin-top: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__calender__txt {
    margin-top: 1rem;
    font-size: 16px;
  }
}
.p-section__tour-detail__calender .wpsbc-container {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  max-width: 43.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__calender .wpsbc-container {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar {
  width: 100%;
  margin: 0;
  max-width: 100% !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
  background-color: #fff;
  padding-top: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
    padding-top: 2.5rem;
  }
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper {
  padding: 1.25rem 1.25rem 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper {
    padding: 1.25rem 4.375rem 3.125rem;
  }
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table {
  font-size: max(0.84375rem, 11px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table {
    font-size: max(0.96875rem, 13px);
  }
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table .wpsbc-date.wpsbc-gap {
  background-color: #fff;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table th {
  padding-bottom: 0 !important;
  padding-top: 5px !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table th:nth-child(6), .p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table td:nth-child(6) > div {
  color: #105E92 !important;
  background-color: rgba(16, 94, 146, 0.05) !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table th:nth-child(7), .p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table td:nth-child(7) > div {
  color: #E32424 !important;
  background-color: rgba(227, 36, 36, 0.05) !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table th:nth-child(6) {
  background: rgba(16, 94, 146, 0.05);
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table th:nth-child(7) {
  background: rgba(227, 36, 36, 0.05);
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table .wpsbc-legend-item-icon[data-type=single] + .wpsbc-date-inner::after {
  content: "";
  display: block;
  background-color: #000C2B;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: max(0.96875rem, 13px);
  bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table .wpsbc-legend-item-icon[data-type=single] + .wpsbc-date-inner::after {
    bottom: 1.25rem;
    width: max(1.210625rem, 14px);
    height: 1.94px;
  }
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table .wpsbc-legend-item-icon[data-type=split] + .wpsbc-date-inner::after {
  content: "〇";
  color: #000C2B;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: max(0.8125rem, 11px);
  bottom: 0;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table .wpsbc-legend-item-icon[data-type=split] + .wpsbc-date-inner::after {
    bottom: 0.625rem;
    font-size: max(1rem, 14px);
  }
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table .wpsbc-legend-item-icon .wpsbc-legend-item-icon-color {
  background-color: transparent !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table .wpsbc-legend-item-icon[data-type=split] div:first-of-type svg {
  fill: transparent !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table .wpsbc-legend-item-icon[data-type=split] div:nth-of-type(2) svg {
  fill: transparent !important;
}
.p-section__tour-detail__calender .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-6 div:first-of-type {
  background-color: transparent !important;
}
.p-section__tour-detail__calender .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-7 div:first-of-type {
  background-color: transparent !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
  text-align: center !important;
  border: none !important;
  font-family: "Marcellus", serif;
  font-size: max(1rem, 14px);
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
    font-size: max(1.25rem, 18px);
  }
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td, .p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr th {
  padding: 0 !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev .wpsbc-arrow {
  border-color: transparent #000C2B transparent transparent;
  background: transparent !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next .wpsbc-arrow {
  border-color: transparent transparent transparent #000C2B;
  background: transparent !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev {
  background: #E6EBF0 !important;
}
.p-section__tour-detail__calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next {
  background: #E6EBF0 !important;
}
.p-section__tour-detail__movie {
  margin-top: 6.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__movie {
    margin-top: 5rem;
  }
}
.p-section__tour-detail__movie__txt {
  margin-top: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__movie__txt {
    margin-top: 1rem;
  }
}
.p-section__tour-detail__movie__youtube {
  margin-top: 3.75rem;
  aspect-ratio: 375/207;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__movie__youtube {
    margin-top: 3.5rem;
    aspect-ratio: 854/480;
    max-width: 53.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-section__tour-detail__movie__youtube iframe {
  width: 100%;
  height: 100%;
}
.p-section__tour-detail__option {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__option {
    margin-top: 6.3125rem;
  }
}
.p-section__tour-detail__option__txt {
  margin-top: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__option__txt {
    margin-top: 1rem;
    font-size: 16px;
  }
}
.p-section__tour-detail__option__list {
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  max-width: 53.625rem;
  margin-left: auto;
  margin-right: auto;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__option__list {
    margin-top: 3.5rem;
    -ms-grid-columns: 1fr 3.375rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.375rem;
       -moz-column-gap: 3.375rem;
            column-gap: 3.375rem;
  }
}
.p-section__tour-detail__option__list li .l-card__content {
  background-color: #fff;
  padding: 1.0625rem 1.25rem 1.5rem;
}
.p-section__tour-detail__option__list li .l-card__content h3, .p-section__tour-detail__option__list li .l-card__content p {
  margin-bottom: 0;
}
.p-section__tour-detail__option__list li:hover .l-card__content {
  background: #F6F7F9;
}
.p-section__tour-detail__faq {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__faq {
    margin-top: 6.125rem;
  }
}
.p-section__tour-detail__faq .section-accordion {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__faq .section-accordion {
    margin-top: 3.5rem;
  }
}
.p-section__tour-detail__map {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__map {
    margin-top: 6.0625rem;
  }
}
.p-section__tour-detail__map__txt {
  margin-top: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__map__txt {
    margin-top: 1rem;
    font-size: 16px;
  }
}
.p-section__tour-detail__map__img {
  margin-top: 3.5rem;
  max-width: 58.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__tour-detail__map__img {
    margin-bottom: 3.75rem;
  }
}

.p-section.dog-sledding {
  background-color: #EEF2F5;
}
.p-section.dog-sledding .inner {
  width: 75rem;
}

.p-section__about-beck {
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-beck {
    padding-top: 10.8125rem;
  }
}
.p-section__about-beck__content {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-beck__content {
    margin-top: 3.25rem;
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-section__about-beck__content figure {
  display: block;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-section__about-beck__content figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 21.875rem;
  }
}

.p-section__about-dog {
  position: relative;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog {
    margin-top: 5.0625rem;
    background-image: url("../images/dog-sledding/bg-03.webp");
    background-size: 42vw;
    background-repeat: no-repeat;
    background-position: top left;
  }
}
.p-section__about-dog::before {
  content: "";
  background-image: url("../images/dog-sledding/bg-01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 82.1vw;
  aspect-ratio: 770/555;
  position: absolute;
  right: 0;
  top: 9.375rem;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog::before {
    width: 50vw;
    top: -5.0625rem;
  }
}
.p-section__about-dog::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-section__about-dog::after {
    background-image: url("../images/dog-sledding/bg-02.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.5;
    width: 26.5vw;
    aspect-ratio: 383/470;
    position: absolute;
    right: 0.625rem;
    top: 13.5625rem;
  }
}
.p-section__about-dog .inner {
  position: relative;
  z-index: 2;
}
.p-section__about-dog__txt {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__txt {
    margin-top: 2.5rem;
  }
}
.p-section__about-dog figure {
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog figure {
    margin-top: 3.9375rem;
  }
}
.p-section__about-dog .l-card__button {
  margin-top: 2rem;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog .l-card__button {
    margin-top: 3.75rem;
  }
}
.p-section__about-dog__list {
  margin-top: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list {
    margin-top: 8.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list::before {
    content: "";
    position: absolute;
    background-image: url("../images/dog-sledding/bg-04.webp");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -18.375rem;
    display: block;
    width: 79.4vw;
    aspect-ratio: 2289/4185;
  }
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list::after {
    content: "";
    position: absolute;
    background-image: url("../images/dog-sledding/bg-05.webp");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    right: 0;
    top: -18.8125rem;
    display: block;
    width: 61.8vw;
    aspect-ratio: 1780/3875;
  }
}
.p-section__about-dog__list__inner {
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__inner {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-section__about-dog__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3.75rem;
    position: relative;
    z-index: 2;
  }
}
.p-section__about-dog__list__item figure {
  margin-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item figure {
    margin-bottom: 0;
    margin-left: 0;
    width: 36.75rem;
  }
}
.p-section__about-dog__list__item__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 521px) {
  .p-section__about-dog__list__item__content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item__content {
    width: 34.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-section__about-dog__list__item__content h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item__content h3 {
    font-size: 1.5rem;
  }
}
.p-section__about-dog__list__item__content h3:before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 3rem;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item__content h3:before {
    font-size: 4rem;
    margin-right: 0.8125rem;
  }
}
.p-section__about-dog__list__item__content p {
  font-size: max(1rem, 14px);
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item__content p {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 3.75rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item:nth-child(2n) .p-section__about-dog__list__item__content {
    width: 36.5rem;
  }
}
.p-section__about-dog__list__item.item01 figure {
  margin-bottom: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item.item01 figure {
    margin-left: 7.75rem;
  }
}
.p-section__about-dog__list__item.item02 {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item.item02 {
    margin-top: 1.1875rem;
  }
}
.p-section__about-dog__list__item.item02 figure {
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item.item02 figure {
    margin-right: 7.9375rem;
  }
}
.p-section__about-dog__list__item.item03 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item.item03 {
    margin-top: 7.6875rem;
  }
}
.p-section__about-dog__list__item.item03 figure {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__about-dog__list__item.item03 figure {
    margin-left: 7.125rem;
  }
}

.p-section__dog-group {
  margin-top: 6.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-section__dog-group {
    margin-top: 5.75rem;
  }
}
.p-section__dog-group__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__dog-group__list {
    margin-top: 5.125rem;
  }
}
.p-section__dog-group__img {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__dog-group__img {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.75rem;
    padding: 0 3.75rem;
  }
}

.p-section__faq {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-section__faq {
    margin-top: 6.5rem;
    padding-bottom: 9.75rem;
  }
}

.section-accordion {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .section-accordion {
    margin-top: 3.5rem;
  }
}
.section-accordion li {
  background-color: #fff;
  color: #000C2B;
  border-radius: 0.625rem;
}
.section-accordion li + li {
  margin-top: 1.25rem;
}
.section-accordion__ttl {
  padding: 1.25rem 2.5rem 1.3125rem 1.25rem;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .section-accordion__ttl {
    padding: 1.4375rem 2.6875rem 1.625rem 2.0625rem;
  }
}
.section-accordion__ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .section-accordion__ttl span {
    gap: 0.3125rem;
  }
}
.section-accordion__ttl::before {
  position: absolute;
  content: "";
  display: block;
  width: max(0.875rem, 12px);
  height: max(0.375rem, 4px);
  right: 1.375rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("../images/dog-sledding/ico-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media screen and (min-width: 768px) {
  .section-accordion__ttl::before {
    right: 2.6875rem;
  }
}
.section-accordion__ttl.active::before {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.section-accordion__ttl.question span::before {
  content: "Q.";
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .section-accordion__ttl.question span::before {
    font-size: 1.5rem;
    margin-right: 1.03125rem;
  }
}
.section-accordion__content {
  display: none;
  padding: 0rem 3.5625rem 1.5625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .section-accordion__content {
    padding: 0.125rem 7.1875rem 2.8125rem 2.0625rem;
  }
}
.section-accordion__content.answer .section-accordion__content__inner {
  margin-left: 1.4375rem;
  color: rgba(0, 12, 43, 0.5);
  position: relative;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .section-accordion__content.answer .section-accordion__content__inner {
    margin-left: 2.5625rem;
    padding-left: 0.3125rem;
  }
}
.section-accordion__content.answer .section-accordion__content__inner::before {
  content: "A.";
  color: #000C2B;
  font-size: 1.25rem;
  margin-right: 0;
  margin-left: -1.4375rem;
  position: absolute;
  left: 0;
  top: -0.1875rem;
}
@media screen and (min-width: 768px) {
  .section-accordion__content.answer .section-accordion__content__inner::before {
    position: relative;
    left: auto;
    font-size: 1.5rem;
    margin-right: 0.9375rem;
    margin-left: -2.5625rem;
    top: 0.0625rem;
  }
}
@media screen and (min-width: 1025px) {
  .section-accordion__content.answer .section-accordion__content__inner::before {
    top: 0.125rem;
  }
}
.section-accordion__content.answer .ttl {
  font-weight: 500;
  color: #000C2B;
  font-size: max(1rem, 14px);
  margin-bottom: 0.4375rem;
  display: inline-block;
}
.section-accordion__content.answer .table-wrapper {
  max-width: 100%;
  overflow-x: scroll;
}
.section-accordion__content.answer .table-wrapper + .ttl {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .section-accordion__content.answer:has(.c-table-01) {
    padding-right: 3.75rem;
  }
}
.section-accordion__content p {
  padding-top: 0.3125rem;
}

.p-section.goods {
  background-color: #EEF2F5;
}
.p-section.goods .inner {
  width: 75.3125rem;
}

.p-section__goods {
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  position: relative;
  color: #000C2B;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-section__goods {
    padding-top: 10.75rem;
    padding-bottom: 6.3125rem;
  }
}
.p-section__goods::before {
  content: "";
  background-image: url("../images/goods/bg-01-sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100vw;
  aspect-ratio: 750/1765;
  position: absolute;
  left: 0;
  top: 33.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section__goods::before {
    background-image: url("../images/goods/bg-01.webp");
    width: 61.25vw;
    aspect-ratio: 1764/2503;
    top: 25.875rem;
  }
}
.p-section__goods .inner {
  position: relative;
  z-index: 2;
}
.p-section__goods__txt {
  margin-top: 2.5rem;
  font-size: max(0.75rem, 12px);
}
@media screen and (min-width: 768px) {
  .p-section__goods__txt {
    margin-top: 2.1875rem;
    font-size: max(1.125rem, 14px);
  }
}
.p-section__goods__list {
  display: -ms-grid;
  display: grid;
  margin-top: 3.875rem;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__goods__list {
    -ms-grid-columns: 1fr 0.875rem 1fr 0.875rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.1875rem;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
    row-gap: 7rem;
  }
}
.p-section__goods__list__item figure {
  border-radius: 1.125rem;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.05));
  position: relative;
  display: block;
  aspect-ratio: 9 / 6;
}
.p-section__goods__list__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-section__goods__list__item figure img+img {
    opacity: 0;
    transition: all 0.3s;
  }
  .p-section__goods__list__item a:hover figure img+img {
    opacity: 1;
  }
}
.p-section__goods__list__item__content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__goods__list__item__content {
    margin-top: 1.8125rem;
  }
}
.p-section__goods__list__item__content h3 {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.p-section__goods__list__item__content h3 .name {
  font-size: max(1rem, 14px);
  line-height: 1;
}
.p-section__goods__list__item__content h3 .price {
  line-height: 1;
  font-size: max(0.75rem, 10px);
}
.p-section__goods__list__item__content p {
  margin-top: 0.625rem;
  font-size: max(0.75rem, 10px);
}

.p-section.recruitment {
  background-color: #EEF2F5;
}
.p-section.recruitment .inner {
  width: 75rem;
}

.p-section__recruitment {
  color: #000C2B;
  padding-top: 8.125rem;
  padding-bottom: 12.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section__recruitment {
    padding-top: 11.875rem;
    padding-bottom: 8.25rem;
  }
}
.p-section__recruitment::before {
  content: "";
  background-image: url("../images/recruitment/bg-01-sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100vw;
  aspect-ratio: 375/869;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-section__recruitment::before {
    background-image: url("../images/recruitment/bg-01.webp");
    width: 60.5vw;
    aspect-ratio: 1744/1990;
    top: 6.25rem;
  }
}
.p-section__recruitment .inner {
  position: relative;
  z-index: 2;
}
.p-section__recruitment__table__row {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid rgba(69, 125, 162, 0.5);
  padding-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-section__recruitment__table__row {
    margin-top: 4.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-left: none;
    padding-left: 0;
  }
}
.p-section__recruitment__table dt {
  font-size: max(1rem, 14px);
}
@media screen and (min-width: 768px) {
  .p-section__recruitment__table dt {
    font-size: max(1.25rem, 18px);
    padding-right: 3.125rem;
    width: 16.8%;
  }
}
.p-section__recruitment__table dd {
  font-size: max(0.875rem, 12px);
  position: relative;
  margin-top: 0.8125rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-section__recruitment__table dd {
    font-size: max(1rem, 14px);
    padding-left: 3.125rem;
    width: 83.2%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-section__recruitment__table dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(69, 125, 162, 0.5);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    min-height: 35px;
    height: 90%;
  }
}
.p-section__recruitment__table dd p + p {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-section__recruitment__table dd p + p {
    margin-top: 0;
  }
}
.p-section__recruitment__table dd .c-list-01 li + li {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-section__recruitment__table dd .c-list-01 li + li {
    margin-top: 0;
  }
}

.p-section.faq {
  background-color: #EEF2F5;
}
.p-section.faq .inner {
  width: 75rem;
}
.p-section.faq .inner.section-accordion {
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .p-section.faq .inner.section-accordion {
    margin-top: 3.5rem;
  }
}

.p-section__faq-index {
  padding-top: 7.875rem;
  padding-bottom: 7.375rem;
}
@media screen and (min-width: 768px) {
  .p-section__faq-index {
    padding-top: 9.875rem;
    padding-bottom: 9.25rem;
  }
}
.p-section__faq-index__list__item {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-section__faq-index__list__item {
    margin-top: 3.5rem;
  }
}
.p-section__faq-index__list__item__ttl {
  margin-bottom: 2.8125rem;
  max-width: 75rem;
}
@media screen and (min-width: 768px) {
  .p-section__faq-index__list__item__ttl {
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.p-section__faq-index__list__item__ttl .c-ttl-03 {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 521px) {
  .p-section__faq-index__list__item__ttl .c-ttl-03 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__faq-index__list__item__ttl .c-ttl-03 {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-section__faq-index__list__item__contnets {
  margin-bottom: 2.8125rem;
  max-width: 75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: -1.25rem;
}
@media screen and (min-width: 521px) {
  .p-section__faq-index__list__item__contnets {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section__faq-index__list__item__contnets {
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.p-section__faq-index__list__item__contnets li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 5px;
}

.table-wrapper br {
  display: none;
}

.p-section.contact {
  background-color: #EEF2F5;
}
.p-section.contact .inner {
  width: 74.75rem;
}

.p-section__contact {
  color: #000C2B;
  padding-top: 8.125rem;
  padding-bottom: 16.1875rem;
}
@media screen and (min-width: 768px) {
  .p-section__contact {
    padding-top: 12.8125rem;
    padding-bottom: 8.75rem;
  }
}
.p-section__contact__txt {
  font-size: max(0.875rem, 12px);
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__contact__txt {
    margin-top: 2.625rem;
    font-size: max(1rem, 14px);
    line-height: 1.8;
  }
}
.p-section__contact__form {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__contact__form {
    margin-top: 4.375rem;
  }
}
.p-section__contact .l-card__button {
  place-content: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__contact .l-card__button {
    margin-top: 4.375rem;
  }
}
.p-section__contact .l-card__button a,
.p-section__contact .l-card__button input[type=submit] {
  width: 17.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/common/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: 70% center;
}
.p-section__contact__ttl {
  margin-top: 5rem;
}
.p-section__contact__address {
  margin-top: 1.875rem;
  font-size: max(1rem, 14px);
  line-height: 2;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-section__contact__address {
    margin-top: 1.625rem;
    font-size: max(1.125rem, 16px);
  }
}

.wpcf7-spinner {
  display: block !important;
  margin: 10px auto 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border-color: #CC1616 !important;
  color: #CC1616 !important;
  background: #fff !important;
  padding: 20px !important;
  max-width: 45.75rem !important;
  margin: 0 auto !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  color: #46b450 !important;
  background: #fff !important;
  padding: 20px !important;
  max-width: 45.75rem !important;
  margin: 0 auto !important;
}
