@charset "UTF-8";
:root {
  --font-jp: "Zen Maru Gothic", serif;
  --color-text: #393a3c;
  --color-primary: #EAF0F9;
  --color-secondry: #4a7dc9;
  --color-link: #1F62FF;
}

/*
Template Name: Untrois
*/
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: 100%;
  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;
  cursor: pointer;
}

/* 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 #000;
}

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;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
  outline: 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 screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    user-select: initial !important;
    -webkit-user-select: initial !important;
  }
}

textarea, input[type=text], input[type=email], input[type=tel] {
  font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 768px) {
  textarea, input[type=text], input[type=email], input[type=tel] {
    font-size: max(1rem, 16px);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: var(--font-jp);
  font-size: 0.875rem;
  font-optical-sizing: auto;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
}
_::-webkit-full-page-media, _:future, :root body {
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

main {
  flex: 1;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

section {
  scroll-margin-top: 50px;
}
@media screen and (min-width: 768px) {
  section {
    scroll-margin-top: 80px;
  }
}

p {
  text-align: justify;
}

a {
  color: var(--color-text);
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  cursor: auto;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
  cursor: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* l-inner */
.l-inner {
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 67.5rem;
    margin: 0 auto;
  }
}

.l-inner {
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 50rem;
    margin: 0 auto;
  }
}

/* c-btn */
.c-btn, .c-btn--edit, .c-btn--delete, .c-btn--return, .c-btn--submit, .c-btn--min {
  position: relative;
  font-weight: 700;
  width: min(100%, 200px);
  height: 3.125rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: var(--color-secondry);
  border: 1px solid transparent;
  padding: 10px 0;
  margin: 30px auto 0;
}
.c-btn::after, .c-btn--edit::after, .c-btn--delete::after, .c-btn--return::after, .c-btn--submit::after, .c-btn--min::after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-size: 0.75rem;
  content: "▶︎";
  height: fit-content;
  display: block;
  margin: auto 0;
}

.c-btn--min {
  width: min(100%, 150px);
  height: 2.1875rem;
  margin-left: 0;
}

.c-btn--submit {
  width: min(100%, 150px);
  height: 2.1875rem;
  margin: 0;
}

.c-btn--return {
  width: min(100%, 150px);
  height: 2.1875rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.c-btn--edit, .c-btn--delete {
  font-size: 0.875rem;
  width: 5rem;
  height: 1.875rem;
  margin: 0;
}
.c-btn--edit::after, .c-btn--delete::after {
  font-size: 0.5625rem;
}

.c-btn--delete {
  background-color: rgba(0, 0, 0, 0.4);
}

/* c-title */
.c-title {
  font-size: 1.125rem;
  color: var(--color-secondry);
  margin-bottom: 20px;
}
.c-title span {
  font-size: 0.75rem;
  color: var(--color-text);
}
.c-title strong {
  color: red;
}

.c-title-sub {
  font-size: 1rem;
  border-bottom: 1px dashed var(--color-secondry);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.c-maintitle {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 40px;
}

/* c-table */
.c-table {
  width: 100%;
  margin-top: 10px;
  table-layout: fixed;
}

.c-table__th {
  padding: 5px 10px;
  background-color: rgba(74, 125, 201, 0.2);
  border: 1px solid rgba(74, 125, 201, 0.4);
}
.c-table__th:first-of-type {
  width: 6.25rem;
}

.c-table__th--dantai {
  padding: 5px 10px;
  background-color: rgba(74, 125, 201, 0.2);
  border: 1px solid rgba(74, 125, 201, 0.4);
  vertical-align: middle;
}
.c-table__th--dantai:nth-of-type(n + 4) {
  display: none;
}

.c-table__td, .c-table__td--dantai {
  text-align: center;
  padding: 10px 0;
  border: 1px solid rgba(74, 125, 201, 0.4);
  vertical-align: middle;
}

.c-table__td--dantai:nth-of-type(n + 3) {
  display: none;
}

.c-table__edit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.c-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .c-form {
    gap: 30px 0;
  }
}
.c-form .input {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form .input {
    flex-direction: row;
  }
}
.c-form label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
  flex: none;
}
@media screen and (min-width: 768px) {
  .c-form label {
    width: 25%;
  }
}
.c-form input[type=radio], .c-form input[type=checkbox] {
  margin: 0;
  padding: 0;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.c-form__item {
  border: 1px solid rgba(74, 125, 201, 0.4);
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem 0.625rem;
  border-radius: 2px;
}

.c-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form__label {
    width: 30%;
    margin-bottom: 0;
  }
}

.c-form__content {
  width: inherit;
}

.c-form__required {
  font-size: 0.625rem;
  background-color: #e35130;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.c-form__btnwp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-form__btnwp {
    margin-top: 30px;
  }
}

.c-form__btnbox {
  position: relative;
  width: max-content;
}
.c-form__btnbox input {
  font-size: 0.875rem;
  height: 3.125rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: var(--color-primary);
  border: 1px solid transparent;
  padding: 10px 50px;
}
@media screen and (min-width: 768px) {
  .c-form__btnbox input {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .c-form__btnbox input {
    transition: ease 0.3s;
  }
  .c-form__btnbox input:hover, .c-form__btnbox input:focus-visible {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background-color: #fff;
  }
}
.c-form__btnbox::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 7px;
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.625rem;
  background-image: url(/wp-content/uploads/arrow_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto 0;
}

.c-form__textarea {
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 1.6 !important;
}

.checkbox label {
  width: auto;
  word-break: keep-all;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .checkbox label {
    margin-bottom: 0;
  }
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem !important;
  margin-top: 5px;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

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

.wpcf7-previous {
  font-weight: 600 !important;
  color: var(--color-primary) !important;
  background: #fff !important;
  border: 1px solid var(--color-primary) !important;
}

.wpcf7-list-item-label a {
  color: var(--color-primary);
  text-decoration: underline;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}

/* p-member */
.p-member__container {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.p-member__area {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 0;
  background-color: var(--color-primary);
  border-radius: 10px;
  padding: 15px;
}
.p-member__area label {
  width: 50%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-member__area label {
    width: 33.3333333333%;
  }
}

.p-member__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 10px;
}
.p-member__list label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
  width: calc((100% - 10px * (2 - 1)) / 2);
}
@media screen and (min-width: 768px) {
  .p-member__list label {
    width: calc((100% - 10px * (3 - 1)) / 3);
  }
}
.p-member__list input[type=checkbox] {
  border: 1px solid rgba(74, 125, 201, 0.5);
  background-color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.125rem;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-member__list input[type=checkbox] {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-member__list input[type=checkbox] + span {
  line-height: 1.5;
  display: inline-block;
}
.p-member__list input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 1px;
  width: 0.5625rem;
  height: 0.875rem;
  transform: rotate(45deg);
  transform-origin: bottom;
  border-bottom: 3px solid var(--color-secondry);
  border-right: 3px solid var(--color-secondry);
  opacity: 0;
  transition: opacity ease 0.2s;
}
@media screen and (min-width: 768px) {
  .p-member__list input[type=checkbox] + span::after {
    top: 0;
    left: 2px;
    width: 0.75rem;
    height: 1rem;
    border-bottom: 4px solid var(--color-secondry);
    border-right: 4px solid var(--color-secondry);
  }
}
.p-member__list input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-member__stage {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.p-member__stagelist {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 15px;
}

.p-member__stagebox {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.p-member__selectbox {
  position: relative;
  width: 150px;
}
.p-member__selectbox::after {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "▼";
  display: block;
  height: fit-content;
  font-size: 0.625rem;
  color: var(--color-secondry);
}
.p-member__selectbox select {
  font-size: 0.875rem;
  width: 100%;
  border: 1px solid rgba(74, 125, 201, 0.5);
  padding: 5px;
  border-radius: 5px;
}

.p-member__result {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.p-member__resultlist {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.p-member__copy {
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.p-member__message {
  font-size: 0.75rem;
  color: red;
  margin-top: 5px;
}

/* u-display */
.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-inline {
  display: inline;
}

.u-flex {
  display: flex;
}

.u-grid {
  display: grid;
}

@media screen and (min-width: 768px) {
  .md\:u-hidden {
    display: none;
  }
  .md\:u-block {
    display: block;
  }
  .md\:u-inline-block {
    display: inline-block;
  }
  .md\:u-inline {
    display: inline;
  }
  .md\:u-flex {
    display: flex;
  }
  .md\:u-grid {
    display: grid;
  }
}
@media screen and (min-width: 1025px) {
  .lg\:u-hidden {
    display: none;
  }
  .lg\:u-block {
    display: block;
  }
  .lg\:u-inline-block {
    display: inline-block;
  }
  .lg\:u-inline {
    display: inline;
  }
  .lg\:u-flex {
    display: flex;
  }
  .lg\:u-grid {
    display: grid;
  }
}
/* 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;
}

/* 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-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;
}

/* animation */
@media (hover: hover) {
  .a-hover {
    transition: opacity ease 0.3s;
  }
  .a-hover:hover, .a-hover:focus-visible {
    opacity: 0.6;
  }
}