@charset "UTF-8";
/*
Theme Name: Original
*/
/* Variables
   ----------------------------------------------------------------- */
:root {
  --primary: #006837;
  --secondary: #009245;
  --accent: #ff0000;
  --text: #000000;
  --bg: #ffffff;
  --gray: #b3b3b3;
  --light-gray: #efefef;
  --white: #ffffff;
  --black: #202124;
  --link: #2e3192;
  --font-normal: 400;
  --font-medium: 500;
  --font-bold: 700;
  --font-black: 900;
  --leading-default: 1.72;
  --tracking-tight: .025em;
  --tracking-default: .05em;
  --font-sans: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  --max-w-screen-md: 950px;
  --duration-default: .25s;
  --opacity-default: 0.8;
  --fz12: calc(( 12 / 16 ) *1rem);
  --fz14: calc(( 14 / 16 ) *1rem);
  --fz16: calc(( 16 / 16 ) *1rem);
  --fz18: calc(( 18 / 16 ) *1rem);
  --fz20: calc(( 20 / 16 ) *1rem);
  --fz22: calc(( 22 / 16 ) *1rem);
  --fz24: calc(( 24 / 16 ) *1rem);
  --fz28: calc(( 28 / 16 ) *1rem);
  --fz32: calc(( 32 / 16 ) *1rem);
}

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 99%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    user-select: initial;
    -webkit-user-select: initial;
  }
}
textarea, input[type=text], input[type=tel], input[type=email] {
  font-size: max(1.15rem, 16px);
}

@media (min-width: 768px) {
  textarea, input[type=text], input[type=tel], input[type=email] {
    font-size: max(1rem, 16px);
  }
}
/* Base
   ----------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-size: var(--fz16);
  background-color: var(--white);
  color: var(--text);
  font-family: var(--font-sans);
  font-weight: var(--font-normal);
  line-height: var(--leading-default);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 768px) {
  body {
    font-size: var(--fz18);
  }
}

main {
  flex: 1;
}

a {
  color: var(--text);
  cursor: pointer;
  text-decoration: none;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input, textarea {
  cursor: pointer;
  -webkit-appearance: none;
}

button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

.blue_link2 {
  display: block;
  max-width: 450px;
  margin: 0 auto;
    margin-top: 0px;
  text-align: center;
border: 3px solid #ff8c00;
  border-radius: 10px;
  padding: 12px 0;
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
  color: #000;
  font-weight: bold;
background: linear-gradient(0deg, #ffa500, #ffdab9)
}
.blue_link2:hover {
 background: linear-gradient(0deg, #ffa500, #ffa500);
}
.blue_link2:after {
 content: "";
 position: absolute;
 right: 10px;
 top: calc(50% - 10px);
 border-style: solid;
 border-width: 10px;
 border-color: transparent transparent transparent #fff;
}
/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  background-color: var(--secondary);
  position: relative;
}
/* Header
----------------------------------------------------------------- */
.l-header {
  width: 100%;
}

.l-header.l-header--fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

/* Layout
   ----------------------------------------------------------------- */
/**
* Container
*/
.l-container {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-container {
    padding: 0 25px;
  }
}

.l-main {
  margin-top: var(--header-block-size);
}

/**
 * header
 */
.c-header {
  background-color: #cce0a9;
  background-image: url(/wp-content/uploads/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.c-header::before {
  position: absolute;
  content: '';
  inset: 0;
  background-color: #fff;
  opacity: 0.6;
}

.c-header__inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-header__inner {
    padding: 0 25px;
  }
}

.c-header__head {
  border-bottom: 1px solid var(--primary);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: min(2.4vw, 24px) 0;
}

.c-header__text-img01 {
  width: clamp(85px, 17.6vw, 176px);
}

.c-header__text-img02 {
  width: clamp(75px, 12.8vw, 128px);
}

.c-header__body {
  display: grid;
  grid-template: "textimg3 textimg5" min-content "textimg4 textimg4" 1fr/auto auto;
  row-gap: min(1.5vw, 15px);
  column-gap: min(2vw, 20px);
  justify-content: center;
  padding: min(1.5vw, 15px) 0 min(4.5vw, 45px);
}

.c-header__text-img03 {
  grid-area: textimg3;
  width: fit-content;
  height: fit-content;
  margin-bottom: min(1.5vw, 15px);
  align-self: end;
}

.c-header__text-img04 {
  grid-area: textimg4;
  display: block;
  margin: 0 auto;
}

.c-header__text-img05 {
  grid-area: textimg5;
  width: min(20.1vw, 201px);
}

.c-header__box {
  display: none;
}

.c-header__btns {
  padding-top: 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgb(135, 165, 180) 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .c-header__btns {
    flex-wrap: nowrap;
    padding: 45px 15px 0;
    gap: min(3vw, 30px);
  }
}

.c-header__btn--lower {
  cursor: pointer;
}

.c-header__btn img {
  width: 60vw;
}
@media (min-width: 768px) {
  .c-header__btn img {
    width: min(29vw, 290px);
  }
}

/* c-header--floating */
.c-header__inner {
  position: relative;
}

.c-header--floating.is-appear .c-header__head {
  display: none;
}

.c-header--floating.is-appear .c-header__body {
  display: none;
}

.c-header--floating.is-appear .c-header__box {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .c-header--floating.is-appear .c-header__box {
    padding: min(2vw, 20px) 0;
    gap: min(2vw, 20px);
  }
}

.c-header--floating.is-appear .c-header__box-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: min(2vw, 20px);
}
@media (min-width: 768px) {
  .c-header--floating.is-appear .c-header__box-item {
    flex-wrap: nowrap;
  }
}

.c-header--floating.is-appear .c-header__text-img01 {
  width: 100px;
}
@media (min-width: 768px) {
  .c-header--floating.is-appear .c-header__text-img01 {
    width: min(11.4vw, 114px);
  }
}

.c-header--floating.is-appear .c-header__text-img03 {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-header--floating.is-appear .c-header__text-img03 {
    width: min(64.5vw, 645px);
  }
}

.c-header--floating.is-appear .c-header__text-img03 img {
  width: 100%;
}

.c-header--floating.is-appear .c-header__text-img04 {
  width: 65.3333333333vw;
}
@media (min-width: 768px) {
  .c-header--floating.is-appear .c-header__text-img04 {
    width: min(53.3vw, 533px);
  }
}

.c-header--floating.is-appear .c-header__text-img05 {
  position: absolute;
  bottom: -18.6666666667vw;
  right: min(1.2vw, 12px);
  width: 21.3333333333vw;
}
@media (min-width: 768px) {
  .c-header--floating.is-appear .c-header__text-img05 {
    width: min(9vw, 90px);
    top: min(6.7vw, 67px);
    bottom: 0;
  }
}

.c-header--floating.is-appear + .c-header__btns {
  justify-content: flex-start;
  padding-left: 13.3333333333%;
}
@media (min-width: 768px) {
  .c-header--floating.is-appear + .c-header__btns {
    justify-content: center;
    padding-top: 25px;
    padding-left: 0;
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .c-header--floating.is-appear + .c-header__btns .c-header__btn img {
    width: min(30vw, 300px);
  }
}

.c-header__lowermenu {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid var(--light-gray);
  width: 60vw;
}
.c-header__btn:hover > .c-header__lowermenu,
.c-header__btn:focus-within > .c-header__lowermenu {
  display: block;
}
@media (min-width: 768px) {
  .c-header__lowermenu {
    width: min(29vw, 290px);
  }
}
.c-header__lowermenu-link {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: var(--fz16);
}
.c-header__lowermenu-item:not(:first-child) .c-header__lowermenu-link {
  border-top: 1px solid var(--light-gray);
}
.c-header__lowermenu-icon {
  width: 18px!important;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .c-header__lowermenu-icon {
    width: 25px!important;
    margin-right: 10px;
  }
}

/**
 * Heading
 */
.c-heading {
  font-size: var(--fz16);
  font-weight: var(--font-bold);
  border-bottom: 1px solid var(--primary);
  padding-left: 18px;
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .c-heading {
    font-size: var(--fz18);
  }
}
.c-heading::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: var(--primary);
  bottom: 0;
  left: 0;
}
.c-heading::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--primary);
  bottom: 0;
  left: 7px;
}

.c-heading2 {
  color: var(--primary);
  font-size: var(--fz16);
  font-weight: var(--font-bold);
}
@media (min-width: 768px) {
  .c-heading2 {
    font-size: var(--fz18);
  }
}

/* text */
.c-text-lg {
  font-size: var(--fz20);
  line-height: 1.29;
}
@media (min-width: 768px) {
  .c-text-lg {
    font-size: var(--fz24);
  }
}

.c-text-link {
  color: var(--link);
  text-decoration: underline;
}

/**
 * c-form
 */
.c-form-item {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .c-form-item {
    margin-bottom: 25px;
  }
}
.c-form-item--check {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background-color: #fbe0c1;
  padding: 15px 5px;
  gap: 10px;
}
@media (min-width: 768px) {
  .c-form-item--check {
    grid-template-columns: 1fr auto 1fr;
    padding: 14px 15px;
    gap: 0;
    margin: 45px 0 30px;
  }
}
.c-form-item__group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.c-form-item__group .c-form-control {
  width: 120px;
}
.c-form-item__group .c-form-label {
  margin-bottom: 0;
}

.c-form__btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  gap: 10px;
}

@media (min-width: 768px) {
  .c-form__btn-wrapper {
    margin-top: 85px;
  }
}
.c-form__btn {
  display: block;
  width: 312px;
  height: auto;
  aspect-ratio: 312/60;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 0;
}

.c-form__btn--send {
  background-image: url(/wp-content/uploads/soushin-btn.svg);
}

.c-form__btn--kakunin {
  background-image: url(/wp-content/uploads/kakunin-btn.svg?v=2);
}

.c-form__btn--modoru {
  background-image: url(/wp-content/uploads/modoru-btn.svg);
}

.c-form__btn--top {
  background-image: url(/wp-content/uploads/top-btn.svg);
}

.c-form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 0.2em 0.2em;
  font-weight: var(--font-normal);
  color: var(--text);
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #b3b3b3;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: auto;
}

@media (min-width: 768px) {
  .c-form-control {
    min-height: 35px;
    padding: 0.2em 0.857em;
  }
}
/* textarea */
.c-form-control--textarea {
  height: 135px;
}

/* ラベル */
.c-form-label {
  display: inline-block;
  font-size: var(--fz16);
  font-weight: var(--font-bold);
  cursor: pointer;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .c-form-label {
    margin-bottom: 8px;
  }
}
.c-form-label--required {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: baseline;
  gap: 10px;
}

/* フォーカス */
.c-form--focus-outline:focus {
  color: var(--text);
  border-color: inherit;
  border-width: 1px;
  outline: 0;
}

/* form-check */
.c-form-check {
  display: block;
  min-height: 1.5rem;
}

.c-form-check-input {
  width: 26px;
  height: 26px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .c-form-check-input {
    margin: 0 15px 5px 0;
  }
}

.c-form-check-input:checked {
  background-color: #3685ff;
  border-color: #3685ff;
}

/* check box */
.c-form-check-input:checked[type=checkbox]::before {
  position: absolute;
  content: "";
  inset: 0;
  -webkit-mask-image: url(/wp-content/uploads/icon_check.svg);
  mask-image: url(/wp-content/uploads/icon_check.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--white);
  width: 22px;
  height: auto;
  aspect-ratio: 10/8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-form-check-label {
  display: inline;
  cursor: pointer;
  vertical-align: middle;
  font-weight: var(--font-bold);
}

/**
* c-badge
*/
.c-badge {
  display: inline-block;
  color: var(--white);
  background-color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 8px;
  font-size: var(--fz12);
  font-weight: var(--font-normal);
  line-height: 18px;
  width: 40px;
  height: 18px;
  text-align: center;
  vertical-align: baseline;
}

.c-totop {
  position: fixed;
  right: 10px;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  border: 1px solid #cce0a9;
  border-radius: 50%;
  background-color: #cce0a9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s background-color ease-out;
}

.c-totop[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: 0.5s toTopFadeIn both;
}

.c-totop::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 8px;
  background-image: url(/wp-content/uploads/icon_totop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.3s transform ease-out;
}

.c-totop:hover::before {
  transform: translateY(-3px);
}

@keyframes toTopFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* c-table */
.c-table {
  width: 100%;
}

.c-table,
.c-table td,
.c-table th {
  border: 1px solid var(--gray);
  border-collapse: collapse;
  vertical-align: middle;
}

.c-table thead th {
  background-color: #dceac6;
  text-align: center;
  font-weight: var(--font-bold);
}

.c-table td:first-of-type {
  width: 18.9473684211%;
  text-align: center;
  font-size: var(--fz16);
  font-weight: var(--font-bold);
}
@media (min-width: 768px) {
  .c-table td:first-of-type {
    font-size: var(--fz20);
  }
}

.c-table td,
.c-table th {
  padding: 3px 10px;
}
@media (min-width: 768px) {
  .c-table td,
  .c-table th {
    height: 80px;
  }
}

/* list */
.c-list li {
  display: flex;
  gap: 0.5em;
}
.c-list li::before {
  content: "■";
  display: block;
}

/* top-lead */
.p-top-lead__title {
  color: #009245;
  font-size: 5.3333333333vw;
  line-height: 1.28;
  font-weight: var(--font-bold);
  text-align: center;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-top-lead__title {
    font-size: var(--fz28);
  }
}
@media (min-width: 1000px) {
  .p-top-lead__title {
    font-size: var(--fz32);
  }
}

.p-top-lead__text {
  font-size: var(--fz14);
  line-height: 1.75;
  font-weight: var(--font-normal);
  text-align: center;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-top-lead__text {
    font-size: var(--fz20);
  }
}
.p-top-lead__caution {
  color: var(--accent);
  font-size: var(--fz14);
  line-height: 1.75;
  font-weight: var(--font-normal);
  padding-top: 25px;
}
@media (min-width: 768px) {
  .p-top-lead__caution {
    font-size: var(--fz16);
  }
}

/* top-contents */
.p-top-contents {
  padding-top: 50px;
  padding-bottom: 115px;
}

.p-top-contents__item {
  scroll-margin-top: clamp(12.1875rem, 3.518rem + 36.9898vw, 21.25rem);
}
@media screen and (min-width: 768px) {
  .p-top-contents__item {
    scroll-margin-top: min(calc(( 221 / 1000 ) * 100vw), 221px);
  }
}

.p-top-contents__item--dashed {
  background-image: linear-gradient(to right, var(--gray), var(--gray) 10px, transparent 6px, transparent 8px);
  background-repeat: repeat-x;
  background-size: 16px 1px;
  background-position: left top;
  padding-top: 25px;
}

.p-top-contents__box {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.p-top-contents__teacher {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-top-contents__teacher {
    gap: 30px;
  }
}

.p-top-contact-box {
  background-color: #f2f3cb;
  border: 1px solid #39b54a;
  padding: 20px 15px;
  margin-top: 20px;
}

/* contact */
.contact-confirm .l-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .contact-confirm .l-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.contact-confirm .c-header__btns {
  display: none;
}

.contact-confirm .c-form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-thanks .l-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .contact-thanks .l-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.contact-thanks .c-header__btns {
  display: none;
}

/* footer */
.p-footer {
  font-size: var(--fz12);
  padding: 1.111em 0;
}
@media (min-width: 768px) {
  .p-footer {
    font-size: var(--fz18);
  }
}

.p-footer__copyright {
  color: var(--white);
  text-align: center;
}

/**
* utility
*/
/* u-display */
.u-spnone {
  display: none;
}

.u-spblock {
  display: block;
}

.u-spflex {
  display: flex;
}

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

@media (min-width: 768px) {
  .u-tabblock {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-tabinlineblock {
    display: inline-block;
  }
}

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

@media (min-width: 1000px) {
  .u-pcnone {
    display: none;
  }
}

@media (min-width: 1000px) {
  .u-pcblock {
    display: block;
  }
}

@media (min-width: 1000px) {
  .u-pcflex {
    display: flex;
  }
}

/* width */
.u-w100 {
  width: 100%;
}

/* padding */
.u-pl-md {
  padding-left: 5px;
}
@media (min-width: 768px) {
  .u-pl-md {
    padding-left: 18px;
  }
}

/* margin */
.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

/* margin-top */
.u-mt15 {
  margin-top: 15px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt100 {
  margin-top: 100px;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb100 {
  margin-bottom: 100px;
}

/* margin-left */
.u-ml20 {
  margin-left: 20px;
}

/* u-textalign */
.u-text-center {
  text-align: center;
}

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

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

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

/* u-weight */
.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

/* color */
.u-color-primary {
  color: var(--primary);
}

.u-color-link {
  color: var(--link);
}

/* border */
.u-border-bottom {
  border-bottom: 1px solid var(--text);
}

.u-bgc-light-gray {
  background-color: var(--light-gray);
}

/* u-cursor */
.u-cursor-pointer {
  cursor: pointer;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-select-none {
  user-select: none;
  -webkit-user-select: none;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* contact form7 */
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #dc3232 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item {
  display: block!important;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  appearance: auto;
}
.tanicheckbox-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.tanicheckbox-wrapper .wpcf7-form-control-wrap:last-of-type .wpcf7-not-valid-tip {
  display: block;
}