@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@500&display=swap");
/**** media ****/
@media (max-width: 769px) {
  .pc-visible {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-visible {
    display: none !important;
  }
}
:root {
  --ff-k: 'Krona One', sans-serif;
  --ff-y: YuGothic,'Yu Gothic',sans-serif;
  --red: #D63651;
}

html.is-locked,
body.is-locked {
  position: fixed;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
}
a:hover {
  opacity: 0.6;
  transition: 0.15s ease-in;
}

strong {
  font-weight: bold;
}

img {
  width: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
  font-family: var(--ff-y);
  color: #343434;
  word-break: break-all;
}
@media (min-width: 769px) {
  body {
    min-width: 1100px;
  }
}

@media (min-width: 769px) {
  .contents__inner {
    max-width: 1160px;
    width: 90vw;
    margin: auto;
  }
}

iframe {
  border-width: 0px;
}

.nav__list-wrap {
  overflow-y: auto;
}

.txt-link {
  text-decoration: underline;
}

/*==================================
  ANIMATION
==================================*/
/* ふわっと */
.fadeIn {
  opacity: 0;
  transition: opacity ease 1.5s;
}
.fadeIn.effect-scroll {
  opacity: 1;
}

.fadeInUp,
.fadeInUp-order {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
.fadeInUp.effect-scroll,
.fadeInUp-order.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes show {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*==================================
  HEADER
==================================*/
/***
*
* header menu (PC)
*
*/
@media (min-width: 769px) {
  .header {
    height: 80px;
  }
  .header__in {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 80px;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(41, 41, 41, 0.1);
  }
  .header__logo {
    width: 138px;
    padding-left: 28px;
  }
  .header__logo a {
    display: block;
  }
}
/***
*
* header menu (SP)
*
*/
@media (max-width: 769px) {
  .header {
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(41, 41, 41, 0.1);
    position: fixed;
  }
  .header__in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 0 0 calc(15 * 0.2666666667vw);
  }
  .header__logo {
    position: relative;
    z-index: 1;
    width: 136px;
  }
}
/*==================================
  FOOTER
==================================*/
.footer {
  background-color: #343434;
  margin-top: 100px;
  padding: 32px 0;
}
@media (max-width: 769px) {
  .footer {
    margin-top: 64px;
    padding: 20px 0;
  }
}
.footer .copyright {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  opacity: 0.4;
  color: #fff;
  text-align: center;
}
@media (max-width: 769px) {
  .footer .copyright {
    font-size: 9px;
  }
}

/*==================================
  PAGE TOP
==================================*/
#pagetop {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 7px rgba(103, 103, 103, 0.16);
  position: fixed;
  display: block;
  bottom: 50px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 769px) {
  #pagetop {
    width: 45px;
    height: 45px;
    right: 10px;
  }
}
#pagetop:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #343434;
  border-right: 2px solid #343434;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  margin: auto;
}
@media (max-width: 769px) {
  #pagetop:before {
    top: 20px;
  }
}

/*==================================
  form
==================================*/
@media (max-width: 769px) {
  .main {
    margin: 70px 0 0;
  }
}

.page-title {
  width: 100%;
  height: 270px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 77px 0 0;
  box-sizing: border-box;
  background: linear-gradient(#a0bac9 0%, #40687e 100%);
}
@media (min-width: 769px) {
  .page-title {
    min-width: 1100px;
  }
}
@media (max-width: 769px) {
  .page-title {
    padding: 35px 0 0;
    height: 150px;
  }
}
.page-title .ttl-en {
  font-family: "Krona One", sans-serif;
  font-size: 40px;
  letter-spacing: 0.16em;
}
@media (max-width: 769px) {
  .page-title .ttl-en {
    font-size: 26px;
  }
}
.page-title .ttl-ja {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-top: 11px;
}
@media (max-width: 769px) {
  .page-title .ttl-ja {
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 12px;
    margin-top: 7px;
  }
}
.page-title .ttl-motif {
  text-align: center;
  margin: 4px auto 0;
  letter-spacing: 0.06em;
  font-size: 20px;
  color: #fff;
}
.page-title .ttl-motif span {
  position: relative;
  line-height: 1em;
  display: inline-block;
}
.page-title .ttl-motif span:before, .page-title .ttl-motif span:after {
  content: ".........";
  font-size: 20px;
  letter-spacing: 0.06em;
  display: block;
  color: #fff;
  position: absolute;
}
.page-title .ttl-motif span:before {
  top: 7px;
  left: 6px;
  white-space: nowrap;
}
.page-title .ttl-motif span:after {
  top: 14px;
  left: 0px;
  white-space: nowrap;
}

.form-wrap {
  max-width: 900px;
  margin: 48px auto 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.57;
}
@media (max-width: 769px) {
  .form-wrap {
    margin: 30px 15px 0;
  }
}
.form-wrap * {
  box-sizing: border-box;
}
.form-wrap .info {
  margin-top: 48px;
}
@media (max-width: 769px) {
  .form-wrap .info {
    margin-top: 24px;
  }
}
.form-wrap .intro {
  margin-top: 48px;
}
@media (max-width: 769px) {
  .form-wrap .intro {
    margin-top: 32px;
  }
}
.form-wrap .intro .intro-txt2 {
  margin-top: 16px;
  color: var(--red);
}
@media (max-width: 769px) {
  .form-wrap .intro .intro-txt2 {
    margin-top: 8px;
  }
}

.form {
  margin-top: 48px;
}

.form-tb {
  width: 100%;
}
@media (max-width: 769px) {
  .form-tb {
    display: block;
  }
}
@media (max-width: 769px) {
  .form-tb tbody {
    display: block;
  }
}
@media (max-width: 769px) {
  .form-tb tr {
    display: block;
  }
}
.form-tb tr th, .form-tb tr td {
  vertical-align: top;
}
@media (max-width: 769px) {
  .form-tb tr th, .form-tb tr td {
    display: block;
  }
}
.form-tb tr th {
  width: 214px;
  padding: 0 0 0 0;
  text-align: left;
}
@media (max-width: 769px) {
  .form-tb tr th {
    width: auto;
  }
}
.form-tb tr th .label {
  display: block;
  padding-top: 25px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .form-tb tr th .label {
    padding-top: 0;
  }
}
@media (max-width: 769px) {
  .form-tb tr td {
    margin-top: 8px;
  }
}
@media (max-width: 769px) {
  .form-tb tr:not(:first-child) {
    margin-top: 32px;
  }
}
.form-tb tr:not(:first-child) th, .form-tb tr:not(:first-child) td {
  padding-top: 32px;
}
@media (max-width: 769px) {
  .form-tb tr:not(:first-child) th, .form-tb tr:not(:first-child) td {
    padding-top: 0;
  }
}

.form-tb2 {
  margin-top: 48px;
}
@media (max-width: 769px) {
  .form-tb2 *:not(span) {
    display: block;
  }
}
.form-tb2 tbody tr th, .form-tb2 tbody tr td {
  padding: 24px 0;
  text-align: left;
}
@media (max-width: 769px) {
  .form-tb2 tbody tr th, .form-tb2 tbody tr td {
    padding: 16px 0;
  }
}
.form-tb2 tbody tr th {
  width: 240px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .form-tb2 tbody tr th {
    width: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 769px) {
  .form-tb2 tbody tr td {
    padding-top: 16px;
  }
}
.form-tb2 tbody tr:not(:first-child) th, .form-tb2 tbody tr:not(:first-child) td {
  border-top: 1px solid #E3E3E3;
}
@media (max-width: 769px) {
  .form-tb2 tbody tr:not(:first-child) th, .form-tb2 tbody tr:not(:first-child) td {
    border-top: none;
  }
}
@media (max-width: 769px) {
  .form-tb2 tbody tr:not(:first-child) td {
    border-bottom: 1px solid #E3E3E3;
  }
}

.required {
  color: var(--red);
  font-weight: normal;
}
@media (max-width: 769px) {
  .required {
    font-size: 12px;
  }
}

.error {
  margin-top: 8px;
  color: var(--red);
}

.consent {
  margin-top: 48px;
}
@media (max-width: 769px) {
  .consent {
    margin-top: 37px;
  }
}
.consent-txt {
  text-align: center;
}
@media (max-width: 769px) {
  .consent-txt {
    text-align: left;
  }
}
.consent-checkbox {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  text-align: center;
}
@media (max-width: 769px) {
  .consent-checkbox {
    margin-top: 24px;
  }
}
.consent-checkbox .consent-checkbox-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
}
.consent-checkbox {
  /* アイコン */
}
.consent-checkbox .checkbox_icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F6F6F4;
  border-radius: 0;
  box-shadow: 0 0 0 0 transparent;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
  /* 強制カラーモードが有効のときは、既定のシステムカラー値を設定して、トランジションを無効にする */
}
@media (forced-colors: active) {
  .consent-checkbox .checkbox_icon {
    transition: none;
    border-color: CanvasText;
  }
}
.consent-checkbox .checkbox_icon {
  /* アイコン：選択済みの見た目 */
}
.consent-checkbox .checkbox_icon:checked {
  background: #40687E; /* 紫色 */
  /* 強制カラーモードが有効のときは、システムカラーを設定 */
}
@media (forced-colors: active) {
  .consent-checkbox .checkbox_icon:checked {
    background-color: Canvas;
    border-color: CanvasText;
  }
}
.consent-checkbox .checkbox_icon {
  /* アイコン：活性時のホバー演出 */
}
.consent-checkbox .checkbox_icon:hover:enabled {
  /* 強制カラーモードが無効かつ、ホバーが有効のときは、ホバー演出を追加 */
}
.consent-checkbox .checkbox_icon {
  /* チェックマーク */
}
.consent-checkbox .checkbox_icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  aspect-ratio: 17.5/12.63;
  width: 17.5px;
  opacity: 0;
  background: url(../images/common/icon-arr.svg) no-repeat 0 0/contain;
  transition: opacity 0.2s;
}
.consent-checkbox .checkbox_icon {
  /* 強制カラーモードが有効のときは、既定のシステムカラー値を設定して、トランジションを無効にする */
}
@media (forced-colors: active) {
  .consent-checkbox .checkbox_icon::before {
    transition: none;
    background-color: CanvasText;
  }
}
.consent-checkbox .checkbox_icon {
  /* チェックマーク：選択済みの見た目 */
}
.consent-checkbox .checkbox_icon:checked::before {
  opacity: 1;
}

.input-type1 {
  padding: 24px;
  width: 100%;
  border: 1px solid #E3E3E3;
  border-radius: 0;
}
@media (max-width: 769px) {
  .input-type1 {
    padding: 28px 20px;
  }
}

textarea.input-type1 {
  height: 222px;
}
@media (max-width: 769px) {
  textarea.input-type1 {
    height: 230px;
  }
}

::-moz-placeholder {
  opacity: 0.5;
}

::placeholder {
  opacity: 0.5;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  position: relative;
}
@media (max-width: 769px) {
  .btn-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
    margin-top: 24px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #343434;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: opacity 0.3s;
  border: none;
}
.btn:hover {
  opacity: 0.7;
}
.btn[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.btn-type1 {
  width: 300px;
  height: 65px;
}
@media (max-width: 769px) {
  .btn-type1 {
    height: 50px;
  }
}

.btn-type2 {
  position: absolute;
  left: 0;
  width: 180px;
  height: 65px;
  background: #fff;
  border: 1px solid #40687E;
  color: #40687e;
}
@media (max-width: 769px) {
  .btn-type2 {
    position: relative;
    height: 50px;
  }
}

.thnks-txt1 {
  margin-top: 64px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 769px) {
  .thnks-txt1 {
    margin-top: 48px;
    font-size: 22px;
  }
}

.thnks-txt2 {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 769px) {
  .thnks-txt2 {
    text-align: left;
  }
}
/*# sourceMappingURL=../css/maps/style.css.map */
