*,
::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: "nureru";
  src: url("../fonts/nureru.eot?9khdp6");
  src: url("../fonts/nureru.eot?9khdp6#iefix") format("embedded-opentype"), url("../fonts/nureru.ttf?9khdp6") format("truetype"), url("../fonts/nureru.woff?9khdp6") format("woff"), url("../fonts/nureru.svg?9khdp6#nureru") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=nicon-], [class*=" nicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "nureru" !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;
}

.nicon-beginner:before {
  content: "\e900";
}

.nicon-drop-blank:before {
  content: "\e901";
}

.nicon-drop:before {
  content: "\e902";
}

.nicon-women:before {
  content: "\e903";
}

.nicon-men:before {
  content: "\e904";
}

.nicon-couple-w:before {
  content: "\e905";
}

.nicon-couple-m:before {
  content: "\e906";
}

.nicon-couple:before {
  content: "\e907";
}

.nicon-newtab:before {
  content: "\e908";
}

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

.bizud {
  font-family: "BIZ UDGothic", sans-serif;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.notoserif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

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

/*base*/
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(--al-text-color, #000);
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  word-break: break-all;
  min-width: 320px;
}

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

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

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

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

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

select {
  padding: 10px 10px 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(--al-input-border-color, #ccc);
}
select::-ms-expand {
  display: none;
}

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

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

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

.container {
  margin: 0 auto;
  padding: 0 2%;
  width: 90%;
  max-width: 1000px;
}

/*/////////////////////
 header
////////////////////*/
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  background-color: #fff;
  z-index: 9999;
}
.header-container {
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-container {
    padding: 1rem 4rem;
  }
}

.site-logo {
  width: 160px;
  transition-property: opacity visibility;
  transition-duration: 1s;
}
@media screen and (min-width: 768px) {
  .site-logo {
    width: 200px;
  }
}
.is-open .site-logo {
  opacity: 0;
  visibility: hidden;
}
.site-logo img {
  width: 100%;
}

.menubtn {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .menubtn {
    display: none;
  }
}
.menubtn-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #000;
  transition: transform 0.15s linear, background-color 0.15s linear;
}
.is-open .menubtn-line {
  background-color: transparent;
}
.menubtn-line::before, .menubtn-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.15s linear;
  background-color: #000;
}
.menubtn-line::before {
  transform: translate(0, -8px) rotate(0deg);
}
.is-open .menubtn-line::before {
  transform: translate(0, 0) rotate(45deg);
}
.menubtn-line::after {
  transform: translate(0, 8px) rotate(0deg);
}
.is-open .menubtn-line::after {
  transform: translate(0, 0) rotate(-45deg);
}

/*/////////////////////
 gnav
////////////////////*/
.gnav {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnav {
    display: block;
  }
}
.gnav-list-li {
  margin-left: 1rem;
}

/*/////////////////////
 footer
////////////////////*/
.l-footer {
  width: 100%;
  position: relative;
}

.footer {
  padding: 8rem 0 4rem;
  background-color: #333;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .container {
  max-width: 1200px;
}
.footer-contents {
  margin-bottom: 4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-contents {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.footer-info {
  margin: 0 auto 4rem;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .footer-info {
    margin: 0;
    width: 20rem;
  }
}
.footer-nav {
  margin-bottom: 4rem;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    margin-bottom: 0;
    display: block;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav-li {
    margin-left: 1rem;
  }
}
.footer-banners {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-banners {
    margin-bottom: 0;
    width: 32%;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    text-align: left;
  }
}

/*/////////////////////
 main
////////////////////*/
.l-main {
  padding-top: 5rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 6rem;
    min-height: calc(100vh - 26rem);
  }
}

/*/////////////////////
 content
////////////////////*/
.page-header {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.vhh .page-header {
  padding: 0;
  height: 400px;
}
.page-header.img-hd {
  padding: 0;
  height: 400px;
}
.page-header-content {
  margin: 0 auto;
  padding: 0 4rem;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  font-size: 3.2rem;
}
.vhh .page-header-content {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: var(--al-page-title-color, #000);
  z-index: 1;
}
.img-hd .page-header-content {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: var(--al-page-title-color, #000);
  z-index: 1;
}
.page-header-title {
  margin-bottom: 2rem;
  line-height: 1.4;
  display: block;
}
.page-header-subtitle {
  font-size: 2rem;
}
.vhh .page-header-bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.img-hd .page-header-bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.img-hd .page-header-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.l-content-bottom {
  width: 100%;
  position: relative;
}

/*/////////////////////
 aside
////////////////////*/
.a-contact {
  padding: 0;
  background-image: linear-gradient(rgb(0, 64, 154) 0%, rgb(0, 124, 200) 100%);
  position: relative;
  overflow: hidden;
  /*&-catch{
      position: absolute;
      bottom: 0;
      left:0;
      width: 100%;
      height: 16rem;

      @include mq(tb){
          top: -30%;
          bottom: auto;
          left:3%;
          width: 40%;
          height: 160%;
      }

      img{
          width: 100%;
          scale:1;

          @include mq(tb){
              scale:1;
          }
      }
  }*/
}
@media screen and (min-width: 768px) {
  .a-contact {
    padding: 6rem;
  }
}
.a-contact-content {
  padding: 6rem 4rem;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .a-contact-content {
    padding: 6rem;
    /*margin-left: 50%;*/
    text-align: left;
  }
}
.a-contact-content-main {
  margin-bottom: 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .a-contact-content-main {
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .a-contact-content-main {
    padding-right: 8rem;
    width: auto;
  }
}
.a-contact-title {
  margin-bottom: 3rem;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: var(--al-font-bold, 700);
}
@media screen and (min-width: 768px) {
  .a-contact-title {
    font-size: max(3.6vw, 2.4rem);
  }
}
.a-contact-txt {
  line-height: 1.8;
}
.a-contact-btn {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .a-contact-btn {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .a-contact-btn {
    width: auto;
  }
}
.a-contact-btn a {
  padding: 2rem 6rem;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: var(--al-font-bold);
}
@media screen and (min-width: 768px) {
  .a-contact-btn a {
    padding: 4rem 6rem;
    font-size: 1.8rem;
  }
}
.a-contact-btn a:hover {
  opacity: 0.8;
}

/*/////////////////////
 ftnav
////////////////////*/
/*/////////////////////
 panelnav
////////////////////*/
.menupanel {
  padding-top: 8rem;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s ease-in;
  transform: translate(120%, 0);
  background-color: #fff;
  z-index: 9998;
}
.menupanel::-webkit-scrollbar {
  display: none;
}
.is-open .menupanel {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .is-open .menupanel {
    opacity: 0;
    visibility: hidden;
  }
}
.is-close .menupanel {
  visibility: visible;
  opacity: 1;
  transform: translate(120%, 0);
}
@media screen and (min-width: 768px) {
  .is-close .menupanel {
    opacity: 0;
    visibility: hidden;
  }
}
.menupanel-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity visibility;
  transition-duration: 1s;
  z-index: 9998;
}
.is-open .menupanel-wrapper {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .is-open .menupanel-wrapper {
    opacity: 0;
    visibility: hidden;
  }
}
.menupanel-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity visibility;
  transition-duration: 0.6s;
  transition-timing-function: ease-in;
  z-index: 9997;
}
@media screen and (min-width: 768px) {
  .menupanel-bg {
    opacity: 0;
    visibility: hidden;
  }
}
.is-open .menupanel-bg {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .is-open .menupanel-bg {
    opacity: 0;
    visibility: hidden;
  }
}

.panelnav-list {
  padding: 0 2rem;
}
.panelnav-list-li {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: var(--al-font-bold, 700);
}

.panelbanners {
  margin-top: 4rem;
  padding: 0 2rem;
  width: 100%;
}
.panelbanners-list {
  width: 100%;
}
.panelbanners-list-li {
  margin-bottom: 1rem;
  width: 100%;
}
.panelbanners-list-li:last-child {
  margin-bottom: 0;
}
.panelbanners-list-li img {
  max-width: 100%;
}

/*/////////////////////
 ad
////////////////////*/
/*/////////////////////
 list
////////////////////*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ol.wp-block-list {
  margin-bottom: 2rem;
  padding-left: 3rem;
  list-style: decimal;
}
@media screen and (min-width: 768px) {
  ol.wp-block-list {
    margin-bottom: 4%;
  }
}
ol.wp-block-list li {
  margin-bottom: 1rem;
}

ul.wp-block-list {
  margin-bottom: 2rem;
  padding-left: 3rem;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  ul.wp-block-list {
    margin-bottom: 4%;
  }
}
ul.wp-block-list li {
  margin-bottom: 0.6rem;
}

h2.wp-block-heading {
  margin: 4rem 0;
  font-size: 3.2rem;
}

h3.wp-block-heading {
  margin: 3rem 0;
  font-size: 2.4rem;
}

.wp-content {
  line-height: 1.6;
  font-size: max(3.2vw, 1.4rem);
}
@media screen and (min-width: 768px) {
  .wp-content {
    font-size: min(2vw, 2.8rem);
  }
}
.wp-content h2.wp-block-heading {
  margin-bottom: 4rem;
  font-size: max(3.6vw, 1.6rem);
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wp-content h2.wp-block-heading {
    margin-bottom: 6%;
    font-size: 3vw;
  }
}
.wp-content h3.wp-block-heading {
  margin-bottom: 4rem;
  font-size: max(3.2vw, 1.4rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wp-content h3.wp-block-heading {
    margin-bottom: 6%;
    font-size: 2.4vw;
  }
}
.wp-content h4.wp-block-heading {
  margin-bottom: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wp-content h4.wp-block-heading {
    margin-bottom: 6%;
    font-size: 2.4vw;
  }
}
.wp-content h5.wp-block-heading {
  margin-bottom: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wp-content h5.wp-block-heading {
    margin-bottom: 6%;
    font-size: 2.4vw;
  }
}
.wp-content p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .wp-content p {
    margin-bottom: 4%;
  }
}

.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 a.page-numbers.inactive,
.pagination span.page-numbers.inactive {
  color: #ddd;
}
.pagination a.page-numbers.inactive:hover, .pagination a.page-numbers.inactive:focus,
.pagination span.page-numbers.inactive:hover,
.pagination span.page-numbers.inactive:focus {
  opacity: 1;
}
.pagination .dots {
  display: inline-block;
  padding: 0.5rem 0.7rem;
  background-color: #eee;
  margin-right: 2px;
}

.wp-block-image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .wp-block-image {
    margin-bottom: 4%;
  }
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

body .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

.wp-block-column {
  margin-bottom: 1em;
  margin-top: 0.9em;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .wp-block-column {
    flex-basis: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.wp-block-file a.wp-block-file__button {
  display: inline-block;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

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

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

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

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

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

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

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

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

.btn-b {
  padding: 2rem;
  display: inline-block;
  font-size: 4vw;
  color: #fff;
  background-color: #106ee9;
}
@media screen and (min-width: 768px) {
  .btn-b {
    font-size: 2vw;
  }
}
.btn-b:hover {
  background-color: #0e60ca;
  color: #fff;
}

/*link,button*/
.b-bg-move {
  padding: 14px 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  background-color: transparent;
  border: 1px solid #111111;
  transition: all 0.6s ease;
  position: relative;
}
.b-bg-move:hover {
  color: #111;
}
.b-bg-move:hover::before {
  width: 0;
}
.b-bg-move::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  transition: all 0.6s ease;
}
.b-bg-move span {
  position: relative;
  z-index: 2;
}

.b-border {
  padding: 1.4rem 2rem;
  color: #111111;
  display: inline-block;
  text-align: center;
  border: 1px solid #111111;
  position: relative;
}
.b-border:hover {
  color: #999;
  border: 1px solid #999;
}

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

.wpcf7 .screen-reader-response {
  margin-bottom: 4rem;
  text-align: center;
}

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

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