@charset "UTF-8";
*,
*::before,
*::after {
  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;
}

/* 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 {
  display: block;
  max-width: 100%;
  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;
}

/* フォームリセット */
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=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 580px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3008130081vw;
  }
}
@media (min-width: 1230px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 2140px) {
  html {
    font-size: 16px;
  }
}

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

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

/* フォーカスされている要素を明示するためのスタイル */
a:focus-visible {
  opacity: 0.7;
}

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  color: #003656;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.l-breadcrumb {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.l-common-mv {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-common-mv {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

@media (any-hover: hover){
  a:hover {
    opacity: 0.7;
  }
  .c-button:hover {
    background-color: #fff;
    opacity: 1;
  }
  .c-button:hover .c-button__text {
    color: #003656;
  }
  .c-button:hover.c-button::after {
    background-color: #003656;
  }
  .c-button.c-button--light:hover .c-button__text {
    color: #0972b1;
  }
  .c-button.c-button--light:hover.c-button::after {
    background-color: #0972b1;
  }
  .c-cta-banner__close:hover,
  .c-cta-banner__image:hover {
    opacity: 0.9;
  }
  .c-cta-banner__image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-drawer__nav-item.p-drawer__nav-item--my-page .p-drawer__nav-link:hover {
    background-color: #fff;
    color: #003656;
    opacity: 1;
  }
  .cst-p-form-submit:hover {
    background-color: #fff;
    opacity: 1;
  }
  .cst-p-form-submit:hover::after {
    background-color: #0972b1;
  }
  .cst-p-form-submit:hover input {
    color: #0972b1;
  }
  .cst-p-form-submit:hover,
  .cst-p-form-submit:focus {
    outline: none;
  }
  .cst-p-form__submit_wrap .cst-p-form-submit:nth-child(1):hover {
    background-color: #0972b1;
  }
  .cst-p-form__submit_wrap .cst-p-form-submit:nth-child(1):hover::after {
    background-color: #fff;
  }
  .cst-p-form__submit_wrap .cst-p-form-submit:nth-child(1):hover input {
    color: #fff;
  }
  .p-header__pc-nav-link:hover {
    opacity: 1;
  }
  .p-header__pc-nav-item.p-header__pc-nav-item--my-page .p-header__pc-nav-link:hover {
    background-color: #fff;
    color: #003656;
  }
  .p-header__pc-nav-item:not(.p-header__pc-nav-item--my-page) .p-header__pc-nav-link:hover span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}


.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media (min-width: 900px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer[aria-hidden=false] {
  transform: translateX(0);
}

.l-header {
  bottom: auto;
  height: 60px;
  height: 3.75rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
    height: 5rem;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  max-width: 36.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1230px;
    max-width: 76.875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
}

.l-top-ambassador {
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-ambassador {
    margin-top: 192px;
    margin-top: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .l-top-company {
    margin-top: 84px;
    margin-top: 5.25rem;
  }
}

.l-top-mv {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top-mv {
    margin-top: 0;
  }
}

.l-top-news-contents {
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-news-contents {
    margin-top: 107px;
    margin-top: 6.6875rem;
  }
}

.c-button {
  background-color: #003656;
  border: 1px solid #003656;
  border-radius: 100vw;
  display: inline-block;
  padding: 18px 30px;
  padding: 1.125rem 1.875rem;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-button {
    padding: 26px 40px;
    padding: 1.625rem 2.5rem;
  }
}

.c-button.c-button--light {
  background-color: #0972b1;
  border: 1px solid #0972b1;
}
.c-button::after {
  -webkit-mask-image: url(../images/common/plane_blueline.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  content: "";
  height: 16px;
  height: 1rem;
          mask-image: url(../images/common/plane_blueline.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  transition: background-color 0.3s ease;
  width: 16px;
  width: 1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-button::after {
    height: 20px;
    height: 1.25rem;
    right: 30px;
    right: 1.875rem;
    width: 20px;
    width: 1.25rem;
  }
}

.c-button__text {
  color: #fff;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button__text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

/* フォーカスされている要素を明確に示 */
.c-button:focus-visible {
  background-color: #fff;
  opacity: 1;
}

.c-button:focus-visible .c-button__text {
  color: #0972b1;
}

.c-button:focus-visible.c-button::after {
  background-color: #0972b1;
}

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
@media (any-hover: hover) {
  .c-button:hover {
    background-color: #fff;
    opacity: 1;
  }
  .c-button:hover .c-button__text {
    color: #003656;
  }
  .c-button:hover.c-button::after {
    background-color: #003656;
  }
  .c-button.c-button--light:hover .c-button__text {
    color: #0972b1;
  }
  .c-button.c-button--light:hover.c-button::after {
    background-color: #0972b1;
  }
}
.c-cta-banner {
  bottom: 17px;
  bottom: 1.0625rem;
  opacity: 0;
  position: fixed;
  right: 20px;
  right: 1.25rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 10;
}

.c-cta-banner__close {
  background-image: url(../images/common/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  height: 2rem;
  left: -14px;
  left: -0.875rem;
  position: absolute;
  top: -14px;
  top: -0.875rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 32px;
  width: 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-cta-banner__close {
    height: 33px;
    height: 2.0625rem;
    left: -10px;
    left: -0.625rem;
    top: -10px;
    top: -0.625rem;
    width: 33px;
    width: 2.0625rem;
  }
}

.c-cta-banner__image {
  display: block;
  max-width: 208px;
  max-width: 13.0rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
  border:1px solid #003656;
}
@media screen and (min-width: 768px) {
  .c-cta-banner__image {
    max-width: 314px;
    max-width: 19.625rem;
  }
}

.c-cta-banner__image img {
  -o-object-fit: cover;
  aspect-ratio: 164/91;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta-banner__image img {
    aspect-ratio: 314/174;
  }
}

.c-cta-banner__sub-image {
  box-shadow: 0 0 2.5rem rgba(17, 47, 65, 0.1);
  max-width: 139px;
  max-width: 8.6875rem;
  width: 100%;
}

.c-cta-banner__sub-image img {
  -o-object-fit: cover;
  aspect-ratio: 139/45;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* フォーカスされている要素を明確に示 */
.c-cta-banner__close:focus-visible,
.c-cta-banner__image:focus-visible {
  opacity: 0.9;
}

.c-cta-banner__image:focus-visible {
  transform: scale(1.05);
}

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
@media (any-hover: hover) {
  .c-cta-banner__close:hover,
  .c-cta-banner__image:hover {
    opacity: 0.9;
  }
  .c-cta-banner__image:hover {
    transform: scale(1.05);
  }
}
.c-heading {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-heading {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    gap: 0.625rem;
  }
}

.c-heading__en {
  font-family: "Arimo", serif;
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-heading__en {
    font-size: max(38px, 10px);
    font-size: max(2.375rem, 10px);
  }
}

.c-heading__en--pink {
  color: #ec92a0;
}

.c-heading__ja {
  color: #333;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading__ja {
    flex: 1;
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
  }
}

.c-menu-button {
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
  width: 30px;
  width: 1.875rem;
}

.c-menu-button span {
  background-color: #003656;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 30px;
  width: 1.875rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #003656;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  transform: translateY(-0.5625rem);
}

.c-menu-button span::after {
  transform: translateY(0.5625rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  transform: translateY(0) rotate(-45deg);
}

.c-section-heading {
  display: flex;
  flex-direction: column;
}

.c-section-heading__en {
  font-family: "Arimo", serif;
  font-size: max(52px, 10px);
  font-size: max(3.25rem, 10px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-heading__en {
    font-size: max(120px, 10px);
    font-size: max(7.5rem, 10px);
  }
}

.c-section-heading__stroke-en {
  text-stroke: 1px #003656;
  -webkit-text-stroke: 1px #003656;
  color: #fff;
  font-family: "Arimo", serif;
  font-size: max(52px, 10px);
  font-size: max(3.25rem, 10px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-heading__stroke-en {
    font-size: max(120px, 10px);
    font-size: max(7.5rem, 10px);
  }
}

.c-section-heading__ja {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
}

.c-section-heading__ja-large {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-section-heading__ja-large {
    font-size: max(35px, 10px);
    font-size: max(2.1875rem, 10px);
    line-height: 1.6285714286;
  }
}

.c-section-heading__stroke-en-sub {
  text-stroke: 1px #003656;
  -webkit-text-stroke: 1px #003656;
  color: #fff;
  font-family: "Arimo", serif;
  font-size: max(52px, 10px);
  font-size: max(3.25rem, 10px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-heading__stroke-en-sub {
    font-size: max(115px, 10px);
    font-size: max(7.1875rem, 10px);
    line-height: 1.1130434783;
  }
}

.c-section-heading__ja-sub {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-section-heading__ja-sub {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
    margin-top: -10px;
    margin-top: -0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-breadcrumb__inner.l-inner {
    max-width: 1602px;
    max-width: 100.125rem;
  }
}

.p-breadcrumb span {
  color: #003656;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 400;
  line-height: 1.6923076923;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb span {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.7142857143;
  }
}

.p-breadcrumb__between {
  border-right: solid 1px currentColor;
  border-top: solid 1px currentColor;
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-breadcrumb a {
  -webkit-text-decoration: underline;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #003656;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}



.p-drawer {
  background-color: #fff;
  padding: 120px 0 80px;
  padding: 7.5rem 0 5rem;
}

.p-drawer__nav-item + .p-drawer__nav-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-drawer__nav-item:last-child {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-drawer__nav-item.p-drawer__nav-item--my-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 165px;
  max-width: 10.3125rem;
  width: 100%;
}

.p-drawer__nav-item.p-drawer__nav-item--my-page .p-drawer__nav-link {
  background-color: #003656;
  border: 1px solid #003656;
  border-radius: 100vw;
  color: #fff;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  height: auto;
  justify-content: center;
  line-height: 1.4;
  padding: 7px 15px;
  padding: 0.4375rem 0.9375rem;
  transition: color 0.3s ease, background-color 0.3s ease;
  width: 100%;
}

.p-drawer__nav-link {
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 10px;
  padding: 0.625rem;
  white-space: nowrap;
}

/* フォーカスされている要素を明確に示 */
.p-drawer__nav-item.p-drawer__nav-item--my-page .p-drawer__nav-link:focus-visible {
  background-color: #fff;
  color: #003656;
  opacity: 1;
}

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
@media (any-hover: hover) {
  .p-drawer__nav-item.p-drawer__nav-item--my-page .p-drawer__nav-link:hover {
    background-color: #fff;
    color: #003656;
    opacity: 1;
  }
}
.p-footer__nav {
  background-color: #f2f2f2;
  padding: 50px 0;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    padding: 66px 0;
    padding: 4.125rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-inner {
    max-width: 1270px;
    max-width: 79.375rem;
    padding: 0 25px 0 25px;
    padding: 0 1.5625rem 0 1.5625rem;
  }
}

.p-footer__nav-items {
  display: flex;
  flex-direction: column;
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 49px 0;
    gap: 3.0625rem 0;
  }
}

.p-footer__nav-link {
  display: flex;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  gap: 5px;
  gap: 0.3125rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-link {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    gap: 8px;
    gap: 0.5rem;
    letter-spacing: 0.1em;
    padding: 4px 29px;
    padding: 0.25rem 1.8125rem;
  }
}

.p-footer__nav-link::before {
  -webkit-mask-image: url(../images/common/plane_blueline.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #003656;
  content: "";
  display: block;
  height: 12px;
  height: 0.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
          mask-image: url(../images/common/plane_blueline.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  width: 12px;
  width: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-link::before {
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
  }
}

.p-footer__nav-link span {
  flex: 1;
}

.p-footer__sub-nav-items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__sub-nav-items {
    margin-left: 44px;
    margin-left: 2.75rem;
  }
}

.p-footer__sub-nav-item {
  position: relative;
}

.p-footer__sub-nav-link {
  display: block;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sub-nav-link {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    letter-spacing: 0.075em;
    line-height: 1.5;
    padding: 4px 30px 4px 13px;
    padding: 0.25rem 1.875rem 0.25rem 0.8125rem;
  }
}

.p-footer__legal {
  background-color: #003656;
  padding: 25px 0 20px;
  padding: 1.5625rem 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__legal {
    padding: 57px 0 40px;
    padding: 3.5625rem 0 2.5rem;
  }
}

.p-footer__legal-inner {
  padding: 0 14px;
  padding: 0 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__legal-inner {
    max-width: 1020px;
    max-width: 63.75rem;
  }
}

.p-footer__legal-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 340px;
  max-width: 21.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__legal-items {
    gap: 4px 0;
    gap: 0.25rem 0;
    justify-content: center;
    max-width: none;
    max-width: initial;
  }
}

.p-footer__legal-link {
  color: #fff;
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  padding: 5px 6px;
  padding: 0.3125rem 0.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__legal-link {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    letter-spacing: 0.1em;
    padding: 13px;
    padding: 0.8125rem;
  }
}

.p-footer__legal-link::before {
  background-color: #fff;
  content: "";
  height: 1.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.p-footer__legal-item:nth-child(1) .p-footer__legal-link::before,
.p-footer__legal-item:nth-child(2) .p-footer__legal-link::before,
.p-footer__legal-item:nth-child(8) .p-footer__legal-link::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-footer__legal-item:nth-child(1) .p-footer__legal-link::before,
  .p-footer__legal-item:nth-child(2) .p-footer__legal-link::before,
  .p-footer__legal-item:nth-child(8) .p-footer__legal-link::before {
    content: "";
  }
}

.p-footer__legal-item:nth-child(6) .p-footer__legal-link::before,
.p-footer__legal-item:last-child .p-footer__legal-link::before {
  content: none;
}

.p-footer__copyright {
  margin-top: 51px;
  margin-top: 3.1875rem;
  text-align: center;
}

.p-footer__copyright small {
  color: #fff;
  display: inline-block;
  font-family: "Arimo", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1.2;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
}

.p-header {
  background-color: #fff;
}

.p-header__inner {
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0 15px 0 25px;
  padding: 0 0.9375rem 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0 20px 0 30px;
    padding: 0 1.25rem 0 1.875rem;
  }
}

.p-header__logo {
  height: 100%;
  width: 157px;
  width: 9.8125rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 200px;
    width: 12.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__logo {
    width: 276px;
    width: 17.25rem;
  }
}

.p-header__logo-link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 157/24;
  height: auto;
  margin-top: -4px;
  margin-top: -0.25rem;
     object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link img {
    aspect-ratio: 276/42;
    margin-top: -5px;
    margin-top: -0.3125rem;
  }
}

.p-header__menu-button {
  margin-left: auto;
  z-index: 101;
}
@media (min-width: 900px) {
  .p-header__menu-button {
    display: none;
  }
}

.p-header__pc-nav {
  display: none;
}
@media (min-width: 900px) {
  .p-header__pc-nav {
    display: block;
    height: 100%;
    margin-left: auto;
  }
}

.p-header__pc-nav-items {
  display: flex;
  height: 100%;
}

.p-header__pc-nav-item {
  height: 100%;
}

.p-header__pc-nav-item.p-header__pc-nav-item--my-page {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 165px;
  max-width: 10.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav-item.p-header__pc-nav-item--my-page {
    margin-left: 5px;
    margin-left: 0.3125rem;
    max-width: 120px;
    max-width: 7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__pc-nav-item.p-header__pc-nav-item--my-page {
    max-width: 165px;
    max-width: 10.3125rem;
  }
}

.p-header__pc-nav-item.p-header__pc-nav-item--my-page .p-header__pc-nav-link {
  background-color: #003656;
  border: 1px solid #003656;
  border-radius: 100vw;
  color: #fff;
  height: auto;
  justify-content: center;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  transition: color 0.3s ease, background-color 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav-item.p-header__pc-nav-item--my-page .p-header__pc-nav-link {
    padding: 7px 15px;
    padding: 0.4375rem 0.9375rem;
    width: 165px;
    width: 10.3125rem;
  }
}

.p-header__pc-nav-link {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.p-header__pc-nav-link span {
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav-link span {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__pc-nav-link span {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
  }
}

.p-header__pc-nav-item:not(.p-header__pc-nav-item--my-page) .p-header__pc-nav-link span::after {
  background: #003656;
  bottom: -2px;
  bottom: -0.125rem;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
  width: 100%;
}

.p-header__drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    left: auto;
    max-width: 46.6666666667%;
    width: 50%;
  }
}

.p-header__drawer[aria-hidden=false] {
  transform: translateX(0);
}

/* フェードインのキーアニメーション */
@keyframes header-fadeIn {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@keyframes headerInner-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* アニメーション */
.p-header {
  animation: header-fadeIn 3s ease-in-out forwards;
  background-color: rgba(255, 255, 255, 0);
}

.p-header__inner {
  animation: headerInner-fadeIn 3s ease-in-out forwards;
  opacity: 0;
}

/* フォーカスされている要素を明確に示 */
.p-header__pc-nav-link:focus-visible {
  opacity: 1;
}

.p-header__pc-nav-item.p-header__pc-nav-item--my-page .p-header__pc-nav-link:focus-visible {
  background-color: #fff;
  color: #003656;
}

.p-header__pc-nav-item:not(.p-header__pc-nav-item--my-page) .p-header__pc-nav-link:focus-visible span::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
@media (any-hover: hover) {
  .p-header__pc-nav-link:hover {
    opacity: 1;
  }
  .p-header__pc-nav-item.p-header__pc-nav-item--my-page .p-header__pc-nav-link:hover {
    background-color: #fff;
    color: #003656;
  }
  .p-header__pc-nav-item:not(.p-header__pc-nav-item--my-page) .p-header__pc-nav-link:hover span::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.p-top-loop-slider{
  margin: 64px 0;
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
.p-top-loop-slider{
  margin: 102px 0;
  margin: 7rem 0;
}
}
.p-loop-slider .splide__list {
  will-change: transform;
}

.p-loop-slider img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}


.p-sub-mv {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-sub-mv__title-wrap {
  align-items: center;
  background-color: #003656;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 35px;
  padding: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-wrap {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
}

.p-sub-mv__title-en {
  font-family: "Arimo", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-en {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.0625;
  }
}

.p-sub-mv__title-ja {
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-ja {
    font-size: max(40px, 10px);
    font-size: max(2.5rem, 10px);
    line-height: 1.45;
  }
}

.p-sub-mv__image {
  height: auto;
  width: 100%;
}
@media (min-width: 1920px) {
  .p-sub-mv__image {
    height: 600px;
    height: 37.5rem;
  }
}

.p-sub-mv__image picture {
  height: inherit;
}

.p-sub-mv__image img {
  -o-object-fit: cover;
  aspect-ratio: 375/350;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__image img {
    aspect-ratio: 1920/600;
  }
}
@media (min-width: 1920px) {
  .p-sub-mv__image img {
    height: inherit;
  }
}

.p-term-block + .p-term-block {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-term-block + .p-term-block {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
}

.p-term-block__heading {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-position: center center;
  background-repeat: repeat;
  background-size: 0.75rem 0.75rem;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-term-block__heading {
    background-size: 1.375rem 1.375rem;
    padding: 16px 25px;
    padding: 1rem 1.5625rem;
  }
}

.p-term-block__heading span {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 5px;
  gap: 0.3125rem;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-term-block__heading span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-term-block__heading span::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 29px;
  height: 1.8125rem;
  width: 29px;
  width: 1.8125rem;
}

.p-term-block__heading.p-term-block__heading--region span::before {
  background-image: url(../images/top/region_icon.svg);
}

.p-term-block__heading.p-term-block__heading--goal span::before {
  background-image: url(../images/top/goal_icon.svg);
}

.p-term-block__list {
  gap: 15px;
  gap: 0.9375rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-term-block__list {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-term-block__list .p-tile__text {
  background-color: #fff;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  padding: 7px 30px;
  padding: 0.4375rem 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-term-block__list .p-tile__text {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    padding: 13px 50px;
    padding: 0.8125rem 3.125rem;
  }
}

.p-term-block__list .p-tile__text::before {
  -webkit-mask-image: url(../images/common/plane_blue.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #003656;
  content: "";
  height: 15px;
  height: 0.9375rem;
          mask-image: url(../images/common/plane_blue.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-term-block__list .p-tile__text::before {
    height: 22px;
    height: 1.375rem;
    right: 25px;
    right: 1.5625rem;
    width: 22px;
    width: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-tile {
    display: grid;
    grid-template-rows: subgrid;
    max-width: 280px;
    max-width: 17.5rem;
    width: 100%;
  }
}

.p-tile__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-tile__link {
    box-shadow: 0 0 2.5rem rgba(17, 47, 65, 0.1);
  }
}

.p-tile__image-sp img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 0.3125rem;
  box-shadow: 0 0 2.5rem rgba(17, 47, 65, 0.08);
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-tile__image-sp img:last-of-type {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
}

.p-tile__image {
  overflow: hidden;
}

.p-tile__image img {
  -o-object-fit: cover;
  aspect-ratio: 160/89;
  aspect-ratio: 370/208;
  height: auto;
     object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.p-tile__text {
  flex: 1;
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tile__text {
    background-color: #fff;
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    padding: 31px 50px;
    padding: 1.9375rem 3.125rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-tile__text::before {
    -webkit-mask-image: url(../images/common/plane_blue.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #000;
    content: "";
    height: 22px;
    height: 1.375rem;
            mask-image: url(../images/common/plane_blue.svg);
            mask-position: center;
            mask-repeat: no-repeat;
            mask-size: cover;
    position: absolute;
    right: 25px;
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    width: 1.375rem;
  }
}

.p-tiles {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

body:has(.top__image) .l-header,
body:has(.company__image) .l-header {
  background-color: #fff !important;
}

.u-center {
  text-align: center;
}

.u-color__white {
  color: #fff;
}

.u-color__red {
  color: #de586d;
}

.u-color__pink {
  color: #ec92a0;
}

.u-color__pink2 {
  color: #f06c81;
}

.u-color__blue {
  color: #159bc4;
}

.u-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-flex {
    display: flex;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

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

.u-text__lead {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1.8666666667;
}
@media screen and (min-width: 768px) {
  .u-text__lead {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    line-height: 1.65;
  }
}
/*# sourceMappingURL=style.css.map */


.l-contact_form {
  margin-top: 46px;
  margin-top: 2.875rem;
}
.cst-p-contact_form__information{
  margin: 64px 0;
  margin: 4rem 0;
}
.l-form {
    margin-top: 58px;
    margin-top: 3.625rem;
  }

.l-form {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.cst-p-contact_form-complete {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.8;
  }

.cst-p-contact_form-complete {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1.8;
  text-align: center;
}

.cst-p-contact_form__inner.l-inner {
    max-width: 1030px;
    max-width: 64.375rem;
  }

.cst-p-contact_form__link {
    max-width: 400px;
    max-width: 25rem;
  }

.cst-p-contact_form__link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}

.cst-p-contact_form_information-item + .cst-p-contact_form_information-item {
    margin-top: 8px;
    margin-top: 0.5rem;
  }

.cst-p-contact_form_information-item + .cst-p-contact_form_information-item {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.cst-p-contact_form_information-item {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.8;
  }

.cst-p-contact_form_information-item {
  color: #333;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
.cst-p-contact_form_information-item a {
  color: #2075A7;
  text-decoration:underline;
}


.cst-p-form-postal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.cst-p-form-postal__hyphen {
  -webkit-transform: none !important;
          transform: none !important;
}

.cst-p-form-postal__hyphen {
  background-color: #333;
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  vertical-align: middle;
  width: 10px;
  width: 0.625rem;
}

.cst-p-form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
}




.cst-p-form__wrap + .cst-p-form__wrap {
  margin-top: 32px;
  margin-top: 2rem;
}

.cst-p-form__label {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  vertical-align: super;
}

.cst-p-form__label span {
  background-color: #EC92A0;
  border-radius: 0.625rem;
  color: #fff;
  display: inline-block;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  margin-right: 6px;
  margin-right: 0.375rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}

.cst-p-form__input,
.cst-p-form-postal,
.cst-p-form__select,
.cst-p-form__radio,
.cst-p-form__checkbox,
.cst-p-form__textarea {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.cst-p-form__input,
.cst-p-form__textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cst-p-form-select select {
  border: 1px solid #CCCCCC;
  color: #888888;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  padding: 9px 32px 9px 15px;
  padding: 0.5625rem 0.5rem 0.5625rem 0.9375rem;
  width: 100%;
}

.cst-p-form-select select.select-default {
  color: #888888;
}

/* 選択されたあとは黒に */
.cst-p-form-select select.select-active {
  color: #333;
}

.cst-p-form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
    width: 112px;
    width: 7rem;
}

.cst-p-form-select select::-ms-expand {
  display: none;
}

.cst-p-form-select select:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.cst-p-form-input input {
  border: 1px solid #CCCCCC;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  padding: 9px 15px;
  padding: 0.5625rem 0.9375rem;
  width: 100%;
}

.cst-p-form-input input:focus {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.cst-p-form__input-message {
  color: #333;
  display: block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.cst-p-form-postal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.cst-p-form-postal .cst-wpcf7-form-control-wrap {
  display: inline-block;
}

.cst-p-form-postal input {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.cst-p-form-postal input {
  border: 1px solid #CCCCCC;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  padding: 9px 15px;
  padding: 0.5625rem 0.9375rem;
  width: 100px;
  width: 6.25rem;
}

.cst-p-form-postal__hyphen {
  -webkit-transform: none !important;
          transform: none !important;
}

.cst-p-form-postal__hyphen {
  background-color: #333;
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  vertical-align: middle;
  width: 10px;
  width: 0.625rem;
}

.cst-p-form-textarea textarea {
  field-sizing: content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  min-height: 210px;
  min-height: 13.125rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

.cst-p-form-textarea textarea:focus {
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.cst-p-form-input textarea::-moz-placeholder {
  color: #888888;
}

.cst-p-form-input textarea::-webkit-input-placeholder {
  color: #888888;
}

.cst-p-form-input textarea:-ms-input-placeholder {
  color: #888888;
}

.cst-p-form-input textarea::-ms-input-placeholder {
  color: #888888;
}
.cst-p-form-input textarea::placeholder {
  color: #888888;
}
.cst-p-form-submit {
  background-color: #0972b1;
  border: 1px solid #0972b1;
  border-radius: 100vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-top: 3.0rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 280px;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
.cst-p-form-submit {
  margin-top: 68px;
  margin-top: 4.25rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
}

.cst-p-form-submit::after {
  -webkit-mask-image: url(../images/common/plane_blueline.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  content: "";
  height: 16px;
  height: 1rem;
          mask-image: url(../images/common/plane_blueline.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 16px;
  width: 1rem;
  z-index: 1;
}

.cst-p-form-submit input {
  color: #fff;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  padding: 18px 30px;
  padding: 1.125rem 1.875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 100%;
}
.cst-wpcf7-spinner {
  display: none;
}

.cst-p-form__addition {
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.cst-p-form__addition .cst-p-form__wrap + .cst-p-form__wrap {
  margin-top: 32px;
  margin-top: 2rem;
}

.cst-p-form__addition .cst-p-form__label {
  margin-top: 3px;
  margin-top: 0.1875rem;
  max-width: 207px;
  max-width: 12.9375rem;
}

.cst-p-form-checkbox .cst-wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px; /* 横方向: 30px, 縦方向: 10px */
}
.cst-p-form-radio .cst-wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px; /* 横方向: 30px, 縦方向: 10px */
}

.cst-p-form-checkbox label {
  display: block;
}

/* .cst-p-form-checkbox input {
  display: none;
} */

.cst-p-form-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0 0 2px 24.5px;
  padding: 0 0 0.125rem 1.53125rem;
  position: relative;
}

.cst-p-form-checkbox input + span::before {
  background: #fff;
  border: 1px solid #cccccc;
  content: "";
  display: block;
  height: 17px;
  height: 1.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  width: 1.0625rem;
}

.cst-p-form-checkbox input + span::after {
  border-bottom: 2px solid #003656;
  border-left: 2px solid #003656;
  content: "";
  display: block;
  height: 7px;
  height: 0.4375rem;
  left: 2px;
  left: 0.125rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 13px;
  width: 0.8125rem;
}

.cst-p-form-checkbox input:checked + span::after {
  opacity: 1;
}

.cst-p-form-radio label {
  display: block;
}

/* .cst-p-form-radio input {
  display: none;
} */

.cst-p-form-radio input + span {
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

.cst-p-form-radio input + span::before {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 17px;
  height: 1.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  width: 1.0625rem;
}

.cst-p-form-radio input + span::after {
  background: #003656;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 9px;
  height: 0.5625rem;
  left: 4px;
  left: 0.25rem;
  opacity: 0;
  padding: 2px;
  padding: 0.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 9px;
  width: 0.5625rem;
}

.cst-p-form-radio input:checked + span::after {
  opacity: 1;
}

.cst-p-contact_form-confirm .cst-p-form__wrap dd {
  color: #333;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  min-height: 42.5px;
  min-height: 2.65625rem;
  padding: 0px 15px 9px;
  padding: 0.5625rem 0.9375rem;
  width: 100%;
}

.cst-p-contact_form-confirm .cst-p-form-select::after {
  content: none;
}

.cst-p-form__submit_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row; /* 横並びにする */
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px 0;
  margin: 3.0rem 0 8.0rem;
}

.cst-p-form__submit_wrap .cst-p-form-submit {
  margin-left: 0;
  margin-left: initial;
  margin-right: 0;
  margin-right: initial;
  margin-top: 0;
}

.cst-p-form__submit_wrap .cst-p-form-submit:nth-child(1) {
  background-color: #fff;
  border: 1px solid #0972b1;
}

.cst-p-form__submit_wrap .cst-p-form-submit:nth-child(1)::after {
  background-color: #0972b1;
}

.cst-p-form__submit_wrap .cst-p-form-submit:nth-child(1) input {
  color: #0972b1;
}
.cst-wpcf7 form.invalid .cst-wpcf7-response-output, .cst-wpcf7 form.unaccepted .cst-wpcf7-response-output, .cst-wpcf7 form.payment-required .cst-wpcf7-response-output {
  border: none;
}
.cst-wpcf7-list-item-label{
  color: #333;
  font-weight:400;
}
.calendar-wrap{
  position:relative;
}
.calendar-wrap::after {
  position:absolute;
  top:0px;
  right:10px;
  content: "";
  display: block; /* または inline-block */
  width: 24px;   /* 画像の表示サイズに合わせて変更 */
  height: 24px;
  background-image: url('../images/consultation/icon_calendar.svg');
  background-size: contain;       /* 画像を要素全体にフィットさせる */
  background-repeat: no-repeat; /* リピートしない */
  background-position: center;
  pointer-events: none;
}

.select-box-add{
  font-weight:400;
  color:#333;
  width:35px;
}
.select-box-add02{
  font-weight:400;
  color:#333;
  width:auto;
}
.select-box-add span{
  display:block;
}
.select-box-add03{
  font-weight:400;
  color:#333;
  font-size:15px;
}
.select-box-margin{
  margin-left:15px;   
}
.question-icon{
  width:24px;
  margin:0 0 0 8px;
  display:inline-block;
  position:relative;
  top:5px;
  cursor:pointer;
}
.question-icon02{
  width:24px;
  margin:0 0 0 8px;
  display:inline-block;
  position:relative;
  top:5px;
  cursor:pointer;
}
.cst-p-form__select{
  display:inline-block;   
}
.tooltip {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.tooltip02 {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* ポップアップのコンテンツボックス */
.tooltip-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
  width:100%;
  max-width: 90%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
/* ポップアップのコンテンツボックス */
.tooltip-content02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 20px;
  width:100%;
  max-width: 90%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.tooltip-inner{
  position:relative;
}
.tooltip-text{
  font-weight:400;
  color:#333;
  display:block;
}
.tooltip-text:first-child{
  margin:0 0 15px;
}
#close-tooltip{
  position:absolute;
  top:-15px;
  right:-15px;
  width:24px;
  padding:0;
}
#close-tooltip02{
  position:absolute;
  top:-15px;
  right:-15px;
  width:24px;
  padding:0;
}
.etc-text{
  margin:15px 0 0;
}
.cst-p-form-input-width{
  width:100%;
}
.detail-hidden {
  display: none;
}
.form-subtitle{
  color:#003656;
  display:block;
  margin:50px 0 40px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  font-size:1.25rem;
  position: relative;
  border-bottom: 2px solid #CCC;/*右：薄ピンク*/
}
.form-subtitle::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 70px;
  height: 2px;
  background: #159BC4;/*左：ピンク*/
}
.cst-p-form-select{
    width:100%;
}
.cst-p-form-select02{
    width:auto;
}
.cst-p-form-select-num{
    width:auto;
}
.cst-p-form-select-area select{
    width:auto;
    color:#333;
    padding-right:30px;
}
.cst-p-form-select-area{
    position:relative;
    width:100%;
}
.cst-p-form-select-area02{
    position:relative;
    width:auto;
}
.cst-p-form-select-area::after {
  background-color: #003656;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 6px;
  height: 0.375rem;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 10px;
  top: 0.625rem;
  width: 11px;
  width: 0.6875rem;
}
.person-error{
  color:#de586d;
}
.cst-p-form__trip__name{
  font-weight:400;
  color:#333;
  display:block;
  font-size:14px;
  font-size:0.875rem;
  padding:0 0 8px 1.1em;
  padding:0 0 0.5rem 1.1em;
  text-indent:-1.1em;
}
/* エラー文言の色や余白は、.budget-error に指定してもよい */
.budget-error {
  margin:5px 0 0;
  color:#de586d;
}
@media screen and (min-width: 768px) {
  /* dl をフレックスコンテナに変更 */
  .cst-p-form__wrap {
    display: flex;
    align-items: center;
    gap: 2rem 1rem; /* dt と dd の間に適度な隙間を作る（必要に応じて調整） */
  }
  .cst-p-form__label02 {
    padding-top:0.6rem;
    align-self: flex-start;
  }

  /* dt (ラベル) 固定幅または割合設定 */
  .cst-p-form__label {
    flex: 0 0 25%; /* 例：全体の30%を dt に確保 */
    margin: 0; /* 必要に応じて余白調整 */
  }
  /* dd (入力部分) は残りを占める */
  .cst-p-form__radio {
    flex: 1;
  }
  #start-date , #end-date{
    width:250px;    
  }
.tooltip-content {
  width:600px;
  max-width: 600px;
  padding: 40px;
}
.tooltip-content02 {
  width:600px;
  max-width: 600px;
  padding: 40px;
}
#close-tooltip{
  position:absolute;
  top:-30px;
  right:-30px;
}
#close-tooltip02{
  position:absolute;
  top:-30px;
  right:-30px;
}
.select-box-add03{
  float:left;
}
.cst-p-form__submit_wrap {
  justify-content: center;
  margin: 80px 0;
  margin: 5.0rem 0;
}
.cst-p-form__wrap__budget{
    position:relative;
}
.cst-p-form__wrap__budget.error-disp {
  padding-bottom: 25px; /* 例: 必要な調整をここで */
}
.budget-error{
    position:absolute;
    bottom:0;
    left:26.3%;
}
.cst-p-form__wrap__person{
    position:relative;
}
.cst-p-form__wrap__person.error-disp {
  padding-bottom: 25px; /* 例: 必要な調整をここで */
}
.person-error{
    position:absolute;
    bottom:0;
    left:26.3%;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
.calendar-wrap::after {
  /* 基本は 1.5rem など、1rem＝htmlのfont-sizeに従う */
  width: 1.5rem;
  height: 1.5rem;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.question-icon,
.question-icon02 {
  width: 1.5rem;
  height: auto;
}
.cst-p-form__trip__name{
  font-weight:400;
  color:#333;
  display:block;
  font-size:8px;
  font-size:0.5rem;
}
}

@media screen and (max-width: 575px) {
.cst-p-form__wrap__person .select-box-add{
    display:block;
    width:40px;
    float:left;
    padding:12px 0 0;
}
.cst-p-form__wrap__person .cst-p-form-select-num{
    display:block;
    width: calc(100% - 40px);
    float:left;
    padding:5px 0 ;
}
.cst-p-form__wrap__person .select-box-margin{
    margin-left:0px;   
}
.cst-p-form__wrap__person{
   overflow:hidden;
}
}

.cst-form-errors {
  color:#de586d;
}
