@charset "UTF-8";
body {
  padding: 90px 0 0; }

/************************************************/
.page_all {
  max-width: 1020px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 100px 0;
  font: 1.8rem/2.4em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  margin: 0 auto 100px;
  width: 100%; }
  .page_all a {
    text-decoration: underline; }
  .page_all a.form_btn {
    text-decoration: none;
    margin: 15px 0 30px;
    max-width: 480px;
    width: fit-content;
    padding: 10px 50px 10px 35px;
    min-width: 300px;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    border-radius: 50px;
    background-color: #009B63;
    color: #fff;
    font: 1.8rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    position: relative; }
    .page_all a.form_btn:before {
      position: absolute;
      content: "";
      left: auto;
      right: 25px;
      top: 50%;
      width: 10px;
      height: 10px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform: rotate(45deg) translate(0, -55%); }
  .page_all img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    line-height: 0; }
  .page_all h1 {
    font: 140%/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    margin: 0 0 10px; }
  .page_all h2 {
    font: 130%/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    margin: 0 0 10px; }
  .page_all h3 {
    font: 120%/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    margin: 0 0 10px; }
  .page_all h4 {
    font: 110%/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    margin: 0 0 10px; }
  .page_all h5 {
    font: 100%/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    margin: 0 0 10px; }
  .page_all dl {
    margin-bottom: 30px; }
  .page_all dt {
    font-weight: 600; }
  .page_all dd {
    padding: 0 0 0 1.8rem;
    margin: 0 0 10px; }
  .page_all table {
    margin-bottom: 30px;
    width: 100%; }
  .page_all th {
    background-color: #ECFFF8; }
  .page_all td, .page_all th {
    padding: 5px 10px;
    border: 1px solid #ccc; }
  .page_all ul {
    margin-bottom: 30px; }
    .page_all ul li {
      padding: 0 0 0 1.8rem;
      position: relative;
      margin: 0 0 10px; }
      .page_all ul li:before {
        position: absolute;
        content: "・";
        left: 0; }
      .page_all ul li:last-of-type {
        margin: 0; }
  .page_all ol {
    counter-reset: hoge;
    margin-bottom: 30px; }
    .page_all ol li {
      padding: 0 0 0 2.0rem;
      position: relative;
      margin: 0 0 10px; }
      .page_all ol li:before {
        position: absolute;
        counter-increment: hoge;
        content: counter(hoge) ". ";
        left: 0; }
      .page_all ol li:nth-of-type(n+10) {
        padding: 0 0 0 3rem; }
      .page_all ol li:last-of-type {
        margin: 0; }
  .page_all ul.flex_pic {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 30px;
    max-width: 980px; }
    .page_all ul.flex_pic li {
      width: calc((100% - 20px)/2);
      margin: 0 0 30px;
      padding: 0; }
      .page_all ul.flex_pic li:before {
        display: none; }
      .page_all ul.flex_pic li img {
        margin: 0;
        line-height: 0;
        display: block;
        width: 100%;
        height: auto; }
      .page_all ul.flex_pic li p {
        margin: 8px 0 0;
        font: 1.4rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 400; }
  .page_all figure img {
    margin: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: auto; }
  .page_all figure p,
  .page_all figure .wp-element-caption {
    margin: 8px 0 0;
    font: 1.4rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400; }
  .page_all p {
    margin-bottom: 20px; }
    .page_all p.form_ttl {
      font: 2.4rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      letter-spacing: 0.05em;
      text-align: center;
      margin-bottom: 100px; }

@media (hover: hover) {
  .page_all a:hover {
    color: darkorange; }
  .page_all a.form_btn:hover {
    color: #fff;
    background-color: darkorange; } }
@media (max-width: 1024px) {
  .page_all {
    max-width: 1020px;
    width: calc(100% - 80px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_all {
    padding: 70px 0 100px;
    max-width: 1020px;
    width: calc(100% - 60px);
    font: 1.6rem/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400; }
    .page_all a.form_btn {
      min-height: 60px;
      font: 1.6rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400; }
    .page_all ul.flex_pic {
      display: block;
      margin: 0 0 30px;
      max-width: 480px; }
      .page_all ul.flex_pic li {
        width: 100%; }
    .page_all p.form_ttl {
      font: 2.2rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      letter-spacing: 0.05em;
      text-align: center;
      margin-bottom: 60px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_all {
    padding: 50px 0 100px;
    max-width: 1020px;
    width: calc(100% - 40px); } }
/*max-width:480px*/
.page_all .contact_form .wpcf7-not-valid-tip {
  margin: -15px 0 10px; }
.page_all .contact_form .tac {
  text-align: center; }
.page_all .contact_form dl {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
  border-top: 1px solid #ccc; }
  .page_all .contact_form dl p {
    margin: 0; }
  .page_all .contact_form dl dt {
    background-color: #009B63;
    color: #fff;
    padding: 5px 20px; }
  .page_all .contact_form dl dd {
    margin: 0;
    padding: 20px 0 40px;
    border-bottom: 1px solid #ccc; }
    .page_all .contact_form dl dd input[type="text"],
    .page_all .contact_form dl dd input[type="email"] {
      margin-bottom: 20px; }

input[type="text"],
input[type="email"] {
  padding: 5px;
  width: 100%;
  outline: none;
  border: 1px solid #CBB6AA;
  font: 1.6rem/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400; }

textarea {
  padding: 5px;
  width: 100%;
  outline: none;
  border: 1px solid #CBB6AA;
  font: 1.6rem/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  height: 200px; }

input[type="submit"],
input[type="button"] {
  margin: 0 auto 30px;
  display: block;
  max-width: 400px;
  width: 100%;
  background-color: #F4AD3C;
  border: none;
  outline: none;
  border-radius: 50px;
  font: 1.6rem/68px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  height: 70px;
  transition: .3s; }

@media (hover: hover) {
  input[type="submit"]:hover,
  input[type="button"]:hover {
    cursor: pointer;
    background-color: #FF6600; } }
.wpcf7-list-item {
  display: block !important;
  margin: 0 !important; }

label {
  display: block;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }
  label span {
    display: block;
    width: calc(100% - 40px);
    line-height: 1.5em; }

/* 共通 */
input[type="radio"],
input[type="checkbox"] {
  appearance: none;
  /* 各ブラウザのデフォルトを消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.2em;
  margin: 4px 10px 0 0;
  height: 1.2em;
  border: 1px solid #CBB6AA;
  border-radius: 4px;
  /* チェックボックス用：角丸 */
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s; }

/* ラジオボタンだけ丸く */
input[type="radio"] {
  border-radius: 50%; }

/* チェックボックスの中の✔ */
input[type="checkbox"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center/80% auto;
  opacity: 0;
  transition: opacity 0.2s; }

/* ラジオボタンの中の● */
input[type="radio"]::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #009B63;
  opacity: 0;
  transition: opacity 0.2s; }

/* チェックされたとき */
input[type="checkbox"]:checked {
  background-color: #009B63;
  border-color: #009B63; }

input[type="checkbox"]:checked::after {
  opacity: 1; }

input[type="radio"]:checked {
  border-color: #009B63; }

input[type="radio"]:checked::after {
  opacity: 1; }

/* フォーカスリング */
input[type="radio"]:focus-visible,
input[type="checkbox"]:focus-visible {
  outline: 1px solid #009B63;
  outline-offset: 1px; }

@media (hover: hover) {
  label:hover {
    cursor: pointer; }

  input[type="radio"]:hover,
  input[type="checkbox"]:hover {
    opacity: 0.5;
    cursor: pointer; } }
.select-item {
  font: 1.6rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400; }

/* セレクト本体 */
.select-item select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.6em 2.5em 0.6em 0.8em;
  border: 1px solid #CBB6AA;
  background-color: #fff;
  font: inherit;
  margin: 15px 0;
  line-height: 1.4;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  /* 矢印アイコン */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.8em center;
  background-size: 1em auto; }

/* フォーカス時 */
.select-item select:focus {
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.2);
  outline: none; }
