@charset "UTF-8";

/* .m-container
---------------------------------------------------------------------------- */
.m-container {
  position: relative;
  z-index: 10;
  margin: 100svh 0 0;
  background: #fff;
}

@media screen and (max-width: 767px){
}




/* タイトル系
---------------------------------------------------------------------------- */
.m-heading {
    font-size: 4.2rem;
    letter-spacing: 0.2em;
}

.m-title {
  text-align: center;
  color: #7092B1;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.m-title span {
  padding: 10px 0 0;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}

.m-title.m-min {
  letter-spacing: 0;
}

@media screen and (max-width: 767px){

  .m-heading {
      font-size: 2.2rem;
  }

  .m-title {
    font-size: 2.2rem;
  }

  .m-title span {
    padding: 15px 0 0;
    font-size: 1.1rem;
  }

}


/* ボタン系
---------------------------------------------------------------------------- */
.m-button01 {
}

@media screen and (max-width: 767px){
}


/* パーツ系
---------------------------------------------------------------------------- */

.m-min {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.m-fv {
    width: 100%;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7092B1;
    color: #fff;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}

.m-category {
    padding: 0 30px;
}

.m-category-head {
    padding: 0 40px 0 60px;
    position: relative;
    font-size: 1.4rem;
    font-family: "kozuka-gothic-pro", sans-serif;;
  	letter-spacing: 0.1em;
  	font-weight: 400;
  	font-style: normal;
}

.m-category-head span {
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
}

.m-category-head a {
  display: inline-block;
  text-decoration: none;
  color: #757F88;
}



.m-category-head::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #757F88;
  left: 0;
  top: 9px;
}


.m-category-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    margin-left: 40px;
}

.m-category-list li a {
    color: #757F88;
    text-decoration: none;
}

@media screen and (min-width: 768px){

  .m-category {
      display: flex;
      align-items: center;
      max-width: 1280px;
      margin: 0 auto;
  }

  .m-category-head a:hover {
    text-decoration: underline;
  }

  .m-category-list {
    position: relative;
  }

  .m-category-list::after {
    position: absolute;
    content: "";
    background: #BBBBBB;
    width: 1px;
    height: 15px;
    left: 0;
    top: 4px;
  }


  .m-category-list li a:hover {
    text-decoration: underline;
  }

}



@media screen and (max-width: 767px){

  .m-category {
      padding: 0 20px;
  }

  .m-category-head::before {
    width: 30px;
  }

  .m-category-head {
      padding: 0 0 0 45px;
      margin: 0 0 20px;
  }

  .m-category-list {
    margin-left: 25px;
  }

  .m-category-list li {
      font-size: 1.3rem;
      margin-left: 20px;
  }

}

/* お問い合わせ
---------------------------------------------------------------------------- */
.m-contact {
  padding: 100px 0 120px;
  background: #FFF;
}

.m-contact-content {
    max-width: 680px;
    margin: 0 auto;
}

.m-contact-content p {
    font-size: 1.4rem;
    line-height: 2;
}

.m-contact-content p small {
  font-size: 1.1rem;
}

.m-contact-form {
    margin: 70px auto;
}

.m-contact-block + .m-contact-block {
  margin-top: 50px;
}

.m-contact-wrp {
  margin-top: 10px;
}

input.m-input {
  width: 100%;
  height: 61px;
  border-radius: 5px;
  background: #F4F8FD;
  font-size: 1.4rem;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
  border: solid 1px #D0D6DB;
  color: #757F88;
  padding: 0 20px;
}

textarea.m-textarea {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  background: #F4F8FD;
  font-size: 1.4rem;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
  border: solid 1px #D0D6DB;
  color: #757F88;
  resize: none;
  padding: 20px;
}


input.m-input:focus,
textarea.m-textarea:focus {
  background: #ffffff;
  border-color: #8AAAE5; /* フォーカス時の枠色 */
  outline: none;
}

/* ===== Radio Button ===== */

/* 横並び */
.wpcf7-radio {
  display: flex;
  gap: 20px;
}

.wpcf7-form-control-wrap {
  margin: 10px 0 0;
}

/* 余白リセット */
.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

/* label */
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

/* input 非表示（クリック可能） */
.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* テキスト */
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

/* 外枠 */
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #757F88;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

/* 中央ドット */
.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(0.15em + 4px);
  width: 8px;
  height: 8px;
  background: #7092B1;
  border-radius: 50%;
  opacity: 0;
}

/* 選択時 */
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* ===== Checkbox ===== */

/* 縦並び（横にしたければ flex に変更） */
.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 余白リセット */
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

/* label */
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  cursor: pointer;
  position: relative;
}

/* input 非表示（重要） */
.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

/* テキスト */
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

/* 外枠 */
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #757F88;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

/* チェックマーク */
.wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(0.15em + 2px);
  width: 10px;
  height: 6px;
  border-left: 2px solid #7092B1;
  border-bottom: 2px solid #7092B1;
  transform: rotate(-45deg);
  opacity: 0;
}

/* チェック時 */
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-checkbox {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.wpcf7-radio input:focus + .wpcf7-list-item-label::before,
.wpcf7-checkbox input:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 2px rgba(112,146,177,0.2);
}


.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
	display: none;
}

input.m-submit {
  margin: 30px 0 0;
  width: 100%;
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  height: 100px;
  border-radius: 5px;
  background: url("../../images/common/ico_submit.svg")no-repeat,#7092B1;
  background-size: 10px;
  background-position: right 40px center;
  text-align: center;
  transition: .3s;
}

input.m-previous {
  margin: 30px 0 0;
  width: 100%;
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  height: 100px;
  border-radius: 5px;
  background: url("../../images/common/ico_previous.svg")no-repeat,#7092B1;
  background-size: 10px;
  background-position: left 40px center;
  text-align: center;
  transition: .3s;
}

@media screen and (min-width: 768px) {

  input.m-submit:hover {
    opacity: .7;
  }

}

@media screen and (max-width: 767px){
  .m-contact {
    padding: 80px 0 100px;
  }

  .m-contact-content {
    padding: 0 20px;
  }

  .m-contact-content p {
    font-size: 1.3rem;
  }

  input.m-input {
      height: 53px;
  }

  .m-contact-block + .m-contact-block {
      margin-top: 40px;
  }

  .m-contact-form {
      margin: 60px auto;
  }

  input.m-submit {
      height: 60px;
      margin: 20px auto 0;
      background-position: right 20px center;
  }

  input.m-previous {
    height: 60px;
    margin: 20px auto 0;
    background-position: left 20px center;
  }

}


/* その他
---------------------------------------------------------------------------- */
/*-- ページナビゲーション --*/
.m-pageNavi {
    clear: both;
    text-align: center;
    margin-top: 120px;
    position: relative;
    font-size: 12px;
    font-weight: 0.75rem;
    font-weight: bold;
    line-height: 14px;
    font-family: "kozuka-gothic-pro", sans-serif;
    font-weight: 300;
}
a.page-numbers {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
    margin: 0 10px;
    color: #000000;
    transition: 0.2s ease-in-out;
    font-size: 1.2rem;
    padding: 4px 0;
    text-decoration: none;
    border-radius: 50%;
}

a.page-numbers:hover {
  background-color: #7092B1;
  color: #fff;
}
.m-pageNavi .current {
  display: inline-block;
    margin: 0 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #7092B1;
    color: #fff;
    font-size: 1.2rem;
    vertical-align: middle;
    text-align: center;
    padding: 4px 0;
}
.m-pageNavi .prev,
.m-pageNavi .next {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.m-pageNavi .prev {
  background-position: center;
  background: url("../../images/common/ico_pager_prev.svg")no-repeat;
}

.m-pageNavi .prev:hover {
  background-position: center;
  background: url("../../images/common/ico_pager_prev.svg")no-repeat;
}

.m-pageNavi .next {
  background-position: center;
  background: url("../../images/common/ico_pager_next.svg")no-repeat;
}

.m-pageNavi .next:hover {
  background-position: center;
  background: url("../../images/common/ico_pager_next.svg")no-repeat;
}



@media screen and (max-width: 767px){

  .m-pageNavi {
    margin-top: 80px;
  }
}
