*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "shinchiwp";
  src: url("../fonts/shinchiwp.eot?v8cx7a");
  src: url("../fonts/shinchiwp.eot?v8cx7a#iefix") format("embedded-opentype"), url("../fonts/shinchiwp.ttf?v8cx7a") format("truetype"), url("../fonts/shinchiwp.woff?v8cx7a") format("woff"), url("../fonts/shinchiwp.svg?v8cx7a#shinchiwp") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=swpicon-], [class*=" swpicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "shinchiwp" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swpicon-line:before {
  content: "\e909";
}

.swpicon-tel:before {
  content: "\e90a";
}

.swpicon-mail:before {
  content: "\e90b";
}

.swpicon-arrow-c-l:before {
  content: "\e900";
}

.swpicon-arrow-c-r:before {
  content: "\e901";
}

.swpicon-arrow-c-d:before {
  content: "\e902";
}

.swpicon-arrow-c-u:before {
  content: "\e903";
}

.swpicon-arrow-l:before {
  content: "\e904";
}

.swpicon-arrow-r:before {
  content: "\e905";
}

.swpicon-arrow-d:before {
  content: "\e906";
}

.swpicon-arrow-u:before {
  content: "\e907";
}

.swpicon-mail1:before {
  content: "\e908";
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.f-b {
  font-weight: 700;
}

.f-bk {
  font-weight: 900;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--co-text-color, #000);
  background-color: #FAF5EA;
  position: relative;
  overflow-y: scroll;
  min-width: 320px;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
}

a {
  color: var(--co-link-color, #000);
  transition: all 0.3s ease;
}
a:hover {
  color: var(--co-hover-color, #ccc);
}

::-moz-placeholder {
  color: var(--co-hover-color, #ccc);
}

::placeholder {
  color: var(--co-hover-color, #ccc);
}

input {
  padding: 10px;
  background-color: #fff;
  border: 1px solid var(--co-input-border-color, #ccc);
  color: var(--co-text-color, #000);
}
input:focus-visible {
  outline: 1px solid var(--co-input-border-color, #ccc);
}
input:focus-visible::-moz-placeholder {
  color: transparent;
}
input:focus-visible::placeholder {
  color: transparent;
}

select {
  padding: 10px 30px 10px 10px;
  color: #000;
  cursor: pointer;
  background: #fff url(../images/select.svg) no-repeat right 6px center/1.6rem auto;
  background-color: #fff;
  border: 1px solid var(--co-input-border-color, #ccc);
}
select::-ms-expand {
  display: none;
}

textarea {
  padding: 10px;
  background-color: #fff;
  border: 1px solid var(--co-input-border-color, #ccc);
  color: var(--co-text-color, #000);
}

.l-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
}
.no-js .l-wrapper {
  visibility: hidden;
  opacity: 0;
}
.is-js .l-wrapper {
  transition: opacity 0.6s 0.4s ease-in;
}
.is-s .l-wrapper {
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .is-s .l-wrapper {
    padding-top: 1.2rem;
  }
}

.container {
  margin: 0 auto;
  padding: 0 4%;
  width: 100%;
  max-width: 1500px;
  position: relative;
}
.container-min {
  max-width: 1000px;
}

/*/////////////////////
 header
////////////////////*/
.l-header {
  width: 100%;
  z-index: 9999;
  position: relative;
  background-color: #ff1f75;
}
.is-s .l-header, .is-open .l-header {
  position: fixed;
  top: 0;
  left: 0;
}

.header-top {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  color: #fff;
}
.is-s .header-top {
  display: none;
}
.header-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #FAF5EA;
}
.header-logo {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  color: #ff1f75;
}
.header-logo a {
  color: #ff1f75;
}
.header-logo .t1 {
  margin-bottom: 0.6rem;
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .header-logo .t1 {
    font-size: 2.8rem;
  }
}
.header-logo .t2 {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.header-txt {
  margin-left: 1rem;
  line-height: 1.6;
  font-size: 1.2rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .header-txt {
    display: inline-block;
  }
}
.header-btn {
  margin-left: 0.6rem;
  padding: 1rem 0.6rem;
}
@media screen and (min-width: 1024px) {
  .header-btn {
    margin-left: 1rem;
    padding: 1rem;
  }
}
.header-btn.recruit {
  background-color: #007bdf;
  color: #fff;
}
.header-btn.recruit:hover {
  background-color: #1695fc;
  color: #fff;
}
.header-btn.menubtn {
  background-color: #ddd;
}
.header-btn-icon {
  margin-bottom: 0.4rem;
  display: block;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .header-btn-icon {
    margin-bottom: 1rem;
  }
}
.header-btn-txt {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .header-btn-txt {
    font-size: 1.2rem;
  }
}
.header-bottom {
  padding: 0.6rem;
  line-height: 1.4;
  font-size: 1.2rem;
  display: block;
  background-color: #fff;
  color: #000;
}
.is-s .header-bottom, .is-open .header-bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-bottom {
    display: none;
  }
}

.menubtn {
  transition: background-color 0.2s ease-in;
  position: relative;
}
.menubtn-icon {
  width: 100%;
  height: 2.4rem;
  position: relative;
}
.menubtn-icon-border {
  width: 2.4rem;
  height: 0.2rem;
  background-color: #000;
  border-radius: 0.1rem;
  display: inline-block;
  position: relative;
}
.menubtn-icon-border::before, .menubtn-icon-border::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  border-radius: 0.1rem;
  display: inline-block;
  position: absolute;
  left: 0;
}
.menubtn-icon-border::before {
  top: -0.8rem;
}
.menubtn-icon-border::after {
  bottom: -0.8rem;
}
.is-open .menubtn-icon-border {
  background-color: transparent;
}
.is-open .menubtn-icon-border::before {
  transform: rotate(45deg);
  top: inherit;
  background-color: #000;
}
.is-open .menubtn-icon-border::after {
  transform: rotate(-45deg);
  bottom: inherit;
  background-color: #000;
}

/*/////////////////////
 gnav
////////////////////*/
/*/////////////////////
 footer
////////////////////*/
.l-footer {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.footer-bottom {
  padding: 20px 0;
  color: #fff;
  background-color: #3d3d3d;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover {
  color: #ddd;
}
.footer-bottom-nav {
  margin-bottom: 20px;
}
.footer-bottom-nav-list li {
  margin: 0 6px 6px;
}
.footer-bottom-nav-list li a {
  text-decoration: underline;
}

.related-site {
  margin-bottom: 30px;
}
.related-site-container {
  margin: 0 0 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .related-site-container {
    margin: 0 1% 10px;
    width: 23%;
  }
}
.related-site-container img {
  width: 100%;
  height: auto;
}

.copyright {
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.2rem;
}

/*/////////////////////
 main
////////////////////*/
.l-main {
  min-height: 30rem;
}

/*/////////////////////
 content
////////////////////*/
/*/////////////////////
 ftnav
////////////////////*/
.ftnav {
  padding: 5rem 4% 1rem;
  width: 100%;
  font-size: 1.2rem;
}
.ftnav-title {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 2.4rem;
}
.ftnav-sc {
  margin-bottom: 3rem;
}
.ftnav-sc-title {
  margin-bottom: 30px;
  position: relative;
  font-weight: 700;
}
.ftnav-sc-title::before, .ftnav-sc-title::after {
  content: "";
  height: 1px;
  background-color: #ccc;
}
.ftnav-sc-title::before {
  margin-right: 10px;
  width: 16px;
}
.ftnav-sc-title::after {
  margin-left: 10px;
  -webkit-flex: 1;
  flex: 1;
}
.ftnav-list {
  padding-left: 20px;
  list-style-type: disc;
}
.ftnav-list li {
  margin: 0 2% 20px 0;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .ftnav-list li {
    margin: 0 2% 20px 0;
    width: 32%;
  }
}
.ftnav-list li:nth-child(even) {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .ftnav-list li:nth-child(even) {
    margin: 0 2% 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .ftnav-list li:nth-child(3n) {
    margin: 0 0 20px;
  }
}
.ftnav-list li a {
  text-decoration: underline;
}

.ft-bottom-nav-list li {
  margin: 0 1rem 1rem;
}

/*/////////////////////
 panelnav
////////////////////*/
.panelmenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 14rem;
  padding-bottom: 2rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  transition: opacity 0.4s ease;
  background-color: #FAF5EA;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .panelmenu {
    padding-top: 16rem;
  }
}
.is-open .panelmenu {
  opacity: 1;
  visibility: visible;
}
.panelmenu-container {
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
.panelmenu-main {
  margin-bottom: 4rem;
  width: 100%;
  border-radius: 4rem;
}
@media screen and (min-width: 768px) {
  .panelmenu-main {
    margin-bottom: 6%;
  }
}

.panelnav-title {
  margin-bottom: 2rem;
}
.panelnav-list {
  margin-bottom: 2rem;
}
.panelnav-list-li {
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: calc(50% - 0.5rem);
  display: inline-block;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .panelnav-list-li {
    margin-right: 1rem;
    width: auto;
  }
}
.panelnav-list-li:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .panelnav-list-li:nth-child(even) {
    margin-right: 1rem;
  }
}
.panelnav-list-li a {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .panelnav-list-li a {
    padding: 2rem;
  }
}

.floating-banners {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 120px;
  background-color: #eee;
}
.floating-banners-container {
  margin: 0 auto;
  width: 100%;
  max-width: 524px;
  overflow: hidden;
}

.column-list-li {
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
}
.column-list-img {
  width: 6rem;
}
@media screen and (min-width: 768px) {
  .column-list-img {
    width: 10rem;
  }
}
.column-list-img img {
  transition: opacity 0.2s ease;
}
.column-list-img img:hover {
  opacity: 0.8;
}
.column-list-content {
  margin-left: 1rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .column-list-meta {
    margin-bottom: 1rem;
  }
}
.column-list-meta .cat {
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .column-list-meta .cat {
    margin-bottom: 0;
  }
}
.column-list-meta .cat a {
  padding: 0.4rem 0.4rem 0.4rem 2rem;
  display: inline-block;
  background-color: #fa4141;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .column-list-meta .cat a {
    padding: 1rem 1rem 1rem 2rem;
  }
}
.column-list-meta .cat a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
.column-list-title {
  font-weight: 700;
}
.column-list-excerpt {
  line-height: 1.2;
  display: none;
}
@media screen and (min-width: 768px) {
  .column-list-excerpt {
    display: block;
  }
}

.offer-list-li {
  margin-bottom: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .offer-list-li {
    margin-right: 2rem;
    width: calc(50% - 1rem);
  }
  .offer-list-li:nth-child(even) {
    margin-right: 0;
  }
}
.offer-list-icon {
  padding: 1rem;
  line-height: 1.2;
  background-color: #ff1f75;
  color: #fff;
}
.offer-list-icon .balloon {
  margin-right: 1rem;
  font-weight: 700;
}
.offer-list-icon .icon {
  padding: 1rem;
  border-radius: 0.6rem;
  background-color: #fff;
  color: #ff1f75;
  font-weight: 700;
  overflow: hidden;
}
.offer-list-title {
  padding: 1rem 1rem 0;
  color: #ff1f75;
  font-size: 2rem;
  font-weight: 700;
}
.offer-list-excerpt {
  padding: 1rem;
  line-height: 1.2;
}

.wp-content {
  line-height: 1.6;
}
.wp-content h2 {
  margin: 2rem 0;
  padding: 1.5rem 1.5rem 2.5rem;
  border: 2px solid #000;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wp-content h2 {
    margin-bottom: 4rem;
    padding: 2rem;
    font-size: 3rem;
  }
}
.wp-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wp-content h3 {
  margin: 2rem 0;
  position: relative;
  padding: 1rem 2rem 2rem;
  /*width: calc(100% - 1.4rem);*/
  background: #fff100;
  font-size: 1.6rem;
  font-weight: 700;
}
.wp-content h3::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
}
.wp-content h4 {
  margin: 2rem 0;
  font-weight: 700;
}
.wp-content h5 {
  margin: 2rem 0;
  font-weight: 700;
}
.wp-content p {
  margin-bottom: 1rem;
}

ul.wp-block-list {
  padding-left: 3rem;
  list-style: disc;
}
ul.wp-block-list li {
  margin-bottom: 0.6rem;
}

.pagination {
  margin-bottom: 2rem;
}
.pagination ul.page-numbers {
  justify-content: center;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  margin: 0 0.2rem;
  display: inline-block;
  padding: 1rem 1rem;
  background-color: #fff;
  text-decoration: none;
  color: #000;
}
.pagination a.page-numbers:hover, .pagination a.page-numbers:focus,
.pagination span.page-numbers:hover,
.pagination span.page-numbers:focus {
  opacity: 0.6;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  background-color: #007bdf;
  color: #fff;
}
.pagination a.page-numbers.current:hover, .pagination a.page-numbers.current:focus,
.pagination span.page-numbers.current:hover,
.pagination span.page-numbers.current:focus {
  opacity: 1;
}
.pagination .dots {
  display: inline-block;
  padding: 0.5rem 0.7rem;
  background-color: #eee;
  margin-right: 2px;
}

/*/////////////////////
 generic class
////////////////////*/
.red {
  color: #f00;
}

.mb-s {
  margin-bottom: 10px;
}

.mb-m {
  margin-bottom: 30px;
}

.mb-l {
  margin-bottom: 50px;
}

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

.mr-s {
  margin-right: 10px;
}

.ml-s {
  margin-left: 10px;
}

.pdtb {
  padding: 8rem 0;
}

.contact-btn {
  margin-bottom: 2rem;
  padding-top: 0.1rem;
}
.contact-btn-link {
  color: #000;
  border-radius: 0.75rem;
  position: relative;
  background-color: transparent;
}
.contact-btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0.75rem, -1rem);
  border: 2px solid #000;
  border-radius: inherit;
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  background-color: #ccc100;
}
.contact-btn-link:hover {
  margin-top: 0.3rem;
  background-color: #fff100;
  color: #000;
  transform: translate(0, 0.25rem);
}
.contact-btn-link:hover::before {
  transform: translate3d(0, 0.5rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
.contact-btn-link.deactive {
  color: #fff;
  background-color: #ddd;
  border-bottom: none;
}
.contact-btn-link.deactive:hover {
  margin-top: 0;
  background-color: #ddd;
  border-bottom: none;
}
.contact-btn-inner {
  padding: 2rem;
  position: relative;
  background-color: #fff100;
  border: 2px solid #000;
}
.contact-btn-content {
  font-weight: 700;
}
.contact-btn-icon {
  margin-right: 2rem;
  font-size: 2.4rem;
}
.contact-btn-txt {
  margin-bottom: 0.6rem;
}

.btn-y-b-b {
  color: #000;
  border-radius: 0.75rem;
  position: relative;
  background-color: transparent;
  display: inline-block;
}
.btn-y-b-b::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0.75rem, -1rem);
  border: 2px solid #000;
  border-radius: inherit;
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  background-color: #ccc100;
}
.btn-y-b-b:hover {
  margin-top: 0.3rem;
  background-color: #fff100;
  color: #000;
  transform: translate(0, 0.25rem);
}
.btn-y-b-b:hover::before {
  transform: translate3d(0, 0.5rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
.btn-y-b-b .btn-inner {
  padding: 2rem;
  position: relative;
  background-color: #fff100;
  border: 2px solid #000;
  display: inline-block;
}

.formtable {
  margin: 4rem auto 2rem;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .formtable {
    padding: 4rem;
  }
}
.formtable-wrap {
  text-align: center;
}
.formtable .tr {
  margin-bottom: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.formtable .th {
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .formtable .th {
    width: 20rem;
  }
}
.formtable .td {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .formtable .td {
    flex: 1;
  }
}
.formtable input[type=text],
.formtable input[type=tel],
.formtable input[type=email],
.formtable textarea {
  width: 100%;
}

.submitbtn p {
  text-align: center;
}

.wpcf7-list-item {
  margin-right: 1rem;
}

.wpcf7-submit {
  padding: 2rem 4rem;
  background-color: #007bdf;
  color: #fff;
  border: none;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.wpcf7-submit:hover {
  background-color: #1c96fa;
}

.jsiv {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.jsiv.s-i-l {
  -webkit-animation: slideLeft 0.4s linear 0s;
  animation: slideLeft 0.4s linear 0s;
}
.jsiv.s-i-r {
  -webkit-animation: slideRight 0.4s linear 0s;
  animation: slideRight 0.4s linear 0s;
}
.jsiv.f-i-u {
  -webkit-animation: feedinUp 0.8s linear 0s;
  animation: feedinUp 0.8s linear 0s;
}
.jsiv.f-i-r-l {
  -webkit-animation: feedinRotateLeft 0.8s linear 0s;
  animation: feedinRotateLeft 0.8s linear 0s;
}
.jsiv.f-i-r-r {
  -webkit-animation: feedinRotateRight 0.8s linear 0s;
  animation: feedinRotateRight 0.8s linear 0s;
}
.jsiv.sf span {
  display: inline-block;
  opacity: 0;
  transform: translate(-300px, 0) scale(0);
  animation: sideinFont 0.5s forwards;
  animation-delay: 0.1s;
}
.jsiv.sf span:nth-of-type(2) {
  animation-delay: 0.15s;
}
.jsiv.sf span:nth-of-type(3) {
  animation-delay: 0.2s;
}
.jsiv.sf span:nth-of-type(4) {
  animation-delay: 0.25s;
}
.jsiv.sf span:nth-of-type(5) {
  animation-delay: 0.3s;
}
.jsiv.sf span:nth-of-type(6) {
  animation-delay: 0.35s;
}
.jsiv.sf span:nth-of-type(7) {
  animation-delay: 0.4s;
}
.jsiv.sf span:nth-of-type(8) {
  animation-delay: 0.45s;
}
.jsiv.sf span:nth-of-type(9) {
  animation-delay: 0.5s;
}
.jsiv.sf span:nth-of-type(10) {
  animation-delay: 0.55s;
}
.jsiv.sf span:nth-of-type(11) {
  animation-delay: 0.6s;
}
.jsiv.sf span:nth-of-type(12) {
  animation-delay: 0.65s;
}
.jsiv.sf span:nth-of-type(13) {
  animation-delay: 0.7s;
}
.jsiv.sf span:nth-of-type(14) {
  animation-delay: 0.75s;
}
.jsiv.sf span:nth-of-type(15) {
  animation-delay: 0.8s;
}
.jsiv.sf span:nth-of-type(16) {
  animation-delay: 0.85s;
}
.jsiv.sf span:nth-of-type(17) {
  animation-delay: 0.9s;
}
.jsiv.sf span:nth-of-type(18) {
  animation-delay: 0.95s;
}
.jsiv.sf span:nth-of-type(19) {
  animation-delay: 1s;
}
.jsiv.sf span:nth-of-type(20) {
  animation-delay: 1.05s;
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes feedinUp {
  0% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes feedinRotateLeft {
  0% {
    -webkit-transform: translate(0, 20px) rotate(20deg);
    transform: translate(0, 20px) rotate(20deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(10deg);
    transform: translate(0, 0) rotate(10deg);
    opacity: 1;
  }
}
@keyframes feedinRotateRight {
  0% {
    -webkit-transform: translate(0, 20px) rotate(-20deg);
    transform: translate(0, 20px) rotate(-20deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-10deg);
    transform: translate(0, 0) rotate(-10deg);
    opacity: 1;
  }
}
@keyframes sideinFont {
  60% {
    transform: translate(20px, 0) scale(1);
    color: var(--al-text-color, #000);
  }
  80% {
    transform: translate(20px, 0) scale(1);
    color: var(--al-text-color, #000);
  }
  99% {
    transform: translate(0) scale(1.2);
    color: var(--al-theme-color, #00f0ff);
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
    color: var(--al-text-color, #000);
  }
}
.txt-ct {
  text-align: center;
}

.txt-ct-s {
  text-align: center;
}

.txt-rt {
  text-align: right;
}

.fw-b {
  font-weight: 700;
}

.ts-a {
  transition: all 0.3s ease;
}

.ts-bg {
  transition: background 0.3s ease;
}

.ts-cl {
  transition: color 0.3s ease;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.marker.marker-yellow {
  background-color: rgba(255, 250, 125, 0.86);
  background: linear-gradient(transparent 64%, rgba(255, 250, 125, 0.86) 0%);
}

.of-h {
  overflow: hidden;
}

.zi {
  z-index: 1;
}

.lh {
  line-height: 1.6;
}

.lh-m {
  line-height: 2;
}

.ds {
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: inherit;
  }
}

.br-sp {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/*arrow*/
.arrowicon {
  display: inline-block;
  line-height: 1;
  position: relative;
  width: 1rem;
  height: 1rem;
  transition: border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .arrowicon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.arrowicon.left {
  border-left: 1px solid var(--al-link-color, #000);
  border-bottom: 1px solid var(--al-link-color, #000);
  transform: rotate(45deg);
  transition: left 0.2s ease-in;
}
a:hover .arrowicon.left {
  border-left: 1px solid var(--al-hover-color, #ccc);
  border-bottom: 1px solid var(--al-hover-color, #ccc);
}
.arrowicon.right {
  border-top: 1px solid var(--al-link-color, #000);
  border-right: 1px solid var(--al-link-color, #000);
  transform: rotate(45deg);
  transition: right 0.2s ease-in;
}
a:hover .arrowicon.right {
  border-top: 1px solid var(--al-hover-color, #ccc);
  border-right: 1px solid var(--al-hover-color, #ccc);
}

/* img */
.img-w-m {
  width: 100%;
  height: auto;
}

.img-h-m {
  width: auto;
  height: 100%;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.img-fit.lt-ct {
  object-position: left center;
}
.img-fit-b {
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

/*border*/
.b-b-bk {
  border-bottom: 1px solid #000;
}
a:hover .b-b-bk, .b-b-bk:hover {
  border-bottom: 1px solid #999;
}

.border {
  border: 1px solid #ccc;
}

/*txt*/
.txt-a-a {
  padding: 6px 20px 6px 0;
  display: inline-block;
  position: relative;
}
.txt-a-a::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1px;
}

/* title */
.title-a-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.title-a-b::after {
  content: "";
  display: block;
  margin-left: 20px;
  height: 2px;
  flex-grow: 1;
  background-color: #000;
}

.title-b-s {
  margin-bottom: 2rem;
  padding: 1.5rem 1.5rem 2.5rem;
  border: 2px solid #000;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title-b-s {
    margin-bottom: 4rem;
    padding: 2rem;
    font-size: 3rem;
  }
}
.title-b-s::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.title-gap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1rem 2rem 2rem;
  /*width: calc(100% - 1.4rem);*/
  background: #fff100;
  font-size: 1.6rem;
  font-weight: 700;
}
.title-gap::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
}

.title-balloon {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 1rem;
  background: #498ee0;
  font-size: 1.8rem;
  font-weight: 700;
}
.title-balloon::after {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: 2rem;
  width: 0;
  height: 0;
  border-width: 1rem 1rem 0 1rem;
  border-style: solid;
  border-color: #498ee0 transparent transparent transparent;
}
.title-balloon-ct {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 1rem;
  background: #498ee0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.title-balloon-ct::after {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, 0);
  border-width: 1rem 1rem 0 1rem;
  border-style: solid;
  border-color: #498ee0 transparent transparent transparent;
}

.title-num {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title-num {
    font-size: 2.4rem;
  }
}
.title-num span {
  display: inline-block;
  margin-right: 2rem;
  color: #498ee0;
  border-bottom: 1px solid #498ee0;
}

/*ul list*/
.list-disc {
  margin-left: 30px;
  list-style-type: disc;
}
.list-disc li {
  margin-bottom: 10px;
}
.list-disc li:last-child {
  margin-bottom: 0;
}

/*list*/
.list-w {
  width: 100%;
  position: relative;
}
.list-w-li {
  margin-bottom: 10px;
  width: 100%;
  height: 60px;
}
.list-w-li a {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 2px solid #000;
}
.list-w-li a:hover {
  color: #999;
  border: 2px solid #999;
}
.list-w-li-txt {
  padding: 10px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.list-b {
  width: 100%;
  position: relative;
}
.list-b-li {
  margin-bottom: 10px;
  width: 100%;
  height: 60px;
}
.list-b-li a {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}
.list-b-li a:hover {
  background-color: #999;
  color: #fff;
}
.list-b-li-txt {
  padding: 10px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

/*table*/
.table-y-b {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.table-y-b th {
  width: 50%;
  padding: 1rem;
  border: 0.1rem solid #000;
  background-color: #ededed;
}
.table-y-b td {
  width: 50%;
  padding: 1rem;
  border: 0.1rem solid #000;
}

/* flex */
.flex, .flex-c, .flex-b, .flex-e, .flex-s, .pagination ul.page-numbers, .formtable .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-w {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-rr {
  -ms-flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.flex-rw {
  -ms-flex-flow: row-reverse wrap;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.flex-ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-ae {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 576px) {
  .flex-sm, .flex-sm-c, .flex-sm-b, .flex-sm-e, .flex-sm-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .flex-sm-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex-sm-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .flex-sm-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .flex-sm-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex-sm-w {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-sm-rr {
    -ms-flex-flow: row-reverse;
    -webkit-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .flex-sm-rw {
    -ms-flex-flow: row-reverse wrap;
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .flex-sm-ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .flex-sm-ae {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .flex-pt, .flex-pt-c, .flex-pt-b, .flex-pt-e, .flex-pt-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .flex-pt-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex-pt-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .flex-pt-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .flex-pt-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex-pt-w {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-pt-rr {
    -ms-flex-flow: row-reverse;
    -webkit-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .flex-pt-rw {
    -ms-flex-flow: row-reverse wrap;
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .flex-pt-ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .flex-pt-ae {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .flex-p, .flex-p-c, .flex-p-b, .flex-p-e, .flex-p-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .flex-p-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex-p-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .flex-p-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .flex-p-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex-p-w {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-p-rr {
    -ms-flex-flow: row-reverse;
    -webkit-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .flex-p-rw {
    -ms-flex-flow: row-reverse wrap;
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .flex-p-ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .flex-p-ae {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}