@charset "UTF-8";
body {
  font-family: "FOT-筑紫ゴシック Pr5 L", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
}

p {
  margin-bottom: 20px;
}

a {
  color: #CB79AF;
  text-decoration: underline;
}
a:hover {
  color: #2951A0;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .contents {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1200px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .tablet {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sm {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sm-tab {
    display: block;
  }
}

.logoBr {
  display: none;
}
@media screen and (max-width: 1076px) {
  .logoBr {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .logoBr {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .logoBr {
    display: block;
  }
}

/*** Header ***/
header {
  margin-bottom: 50px;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #CB79AF;
  background: linear-gradient(90deg, rgb(203, 121, 175) 0%, rgb(144, 126, 185) 100%);
}
header .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header img {
  width: auto;
  max-height: 78px;
}

/*** Footer ***/
footer p {
  text-align: center;
  margin: 50px auto 20px;
  font-size: clamp(0.75rem, 0.5192307692rem + 0.641025641vw, 1rem);
}

/*** MainContents ***/
.center {
  text-align: center;
  margin: 2em auto;
}
.center p {
  line-height: 1;
}

.txtRight {
  text-align: right;
  margin: 1em 0;
}

.txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  margin-top: 10px;
  color: #888;
}

h1 {
  margin: 0 0 0.5em;
  font-size: clamp(1.5rem, 0.8076923077rem + 1.9230769231vw, 2.25rem);
  line-height: 1.4;
}

h2 {
  margin: 0 0 1em;
  font-size: clamp(1.25rem, 0.6730769231rem + 1.6025641026vw, 1.875rem);
  line-height: 1.4;
}

h3 {
  margin: 0 0 2em;
  font-size: clamp(1.125rem, 0.5480769231rem + 1.6025641026vw, 1.75rem);
  line-height: 1.4;
}

p {
  line-height: 1.8;
}

.contactBox {
  border: 1px solid #2951A0;
  border-radius: 15px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 800px;
  /* デフォルトのチェックボックスを非表示 */
  /* チェックボックスにフォーカスした時 */
  /* チェックが入った状態 */
  /* チェックマーク */
  /* ラベルテキスト */
  /* エラー時のスタイル（オプション） */
}
.contactBox h3 {
  text-align: center;
  color: #2951A0;
}
.contactBox p {
  margin: 0;
  line-height: 1;
}
.contactBox .center {
  margin-bottom: 0;
}
.contactBox dl dt {
  margin-bottom: 0.8em;
  line-height: 1;
  font-size: clamp(1rem, 0.7692307692rem + 0.641025641vw, 1.25rem);
  font-weight: bold;
}
.contactBox dl dt .txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
}
.contactBox dl dt span {
  display: block;
}
.contactBox dl dd {
  margin-bottom: 2em;
  margin-inline-start: 0px;
}
.contactBox dl dd p {
  margin: 0;
  line-height: 1;
}
.contactBox dl .text {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 5px;
  padding: 0.5em 1em;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item {
  margin-right: 1em;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
  margin-right: 1em;
}
.contactBox dl .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contactBox dl input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.contactBox dl .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.2em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
.contactBox dl input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #2951A0; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.contactBox .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.contactBox .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.contactBox .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #2951A0;
  border-color: #333;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contactBox .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  line-height: 1.5;
  user-select: none;
  text-align: left;
}
.contactBox .wpcf7-acceptance input[type=checkbox][aria-invalid=true] {
  border-color: #e74c3c;
}
.contactBox input[type=submit] {
  all: unset;
}
.contactBox input.contactBtn {
  width: 280px;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgb(203, 121, 175) 0%, rgb(144, 126, 185) 100%);
  border-radius: 15px;
  color: #fff;
  padding: 1em;
  display: inline-block;
  margin-top: 1em;
  font-size: clamp(1.25rem, 0.7884615385rem + 1.2820512821vw, 1.75rem);
}
.contactBox input.contactBtn:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.contactBox .wpcf7-spinner {
  display: block;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .contactBox {
    padding: 1rem;
  }
  .contactBox input.contactBtn {
    width: 100%;
  }
}