@charset "UTF-8";
.accordion-type01 {
  margin: 0;
}
.accordion-type01:not(:last-child) {
  margin: 0 0 15px;
}
.accordion-type01 .faq {
  background: #333;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 15px 30px 15px 15px;
}
@media screen and (min-width: 576px) {
  .accordion-type01 .faq {
    padding: 15px 60px 15px 30px;
  }
}
.accordion-type01 .faq:after {
  border: 0px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 6px;
  width: 6px;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion-type01 .inner {
  background: #f0f0f0;
  display: none;
  font-size: 1.6rem;
  list-style-type: none;
  max-width: 100%;
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .accordion-type01 .inner {
    padding: 15px 30px;
  }
}
.accordion-type01 .inner.open {
  display: block;
}

@media screen and (min-width: 992px) {
  .animation .anm_mod {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .animation .anm_mod.anm-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .animation .anm_mod.anm-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .animation .anm_mod.anm-delay {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
  }
  .animation .anm_mod.anm-fast {
    -webkit-transition: all 0.8 ease;
    transition: all 0.8 ease;
  }
  .animation .anm_mod.anm-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .block-editor-block-list__layout .animation .anm_mod {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
  .block-editor-block-list__layout .animation .anm_mod.anm-left, .block-editor-block-list__layout .animation .anm_mod.anm-right {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
  .character-by-character span {
    opacity: 0;
  }
  .character-by-character.appeartext span {
    -webkit-animation: character_by_character_on 0.3s ease-out forwards;
            animation: character_by_character_on 0.3s ease-out forwards;
  }
  @-webkit-keyframes character_by_character_on {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes character_by_character_on {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  figure.colorBox {
    position: relative;
  }
  figure.colorBox .color {
    background-color: #333;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
.wp-block-buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 15px !important;
  margin: 0;
}
.wp-block-buttons:not(:last-child) {
  margin: 0 0 15px 0;
}
.wp-block-buttons .wp-block-button__link {
  border: 1px solid #fff;
  font-size: 1.4rem;
  padding: 10px 60px;
}
.wp-block-buttons .wp-block-button__link:hover {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}
.wp-block-buttons .wp-block-button__link:hover:before, .wp-block-buttons .wp-block-button__link:hover:after {
  border-color: #333;
}

.wp-admin .edit-post-visual-editor .wp-block-buttons .wp-block-button__link {
  font-size: inherit;
}

.is-style-outline .wp-block-button__link {
  border: 1px solid #333;
  background: none;
}
.is-style-outline .wp-block-button__link.has-white-color {
  border: 1px solid #fff;
}

.is-style-btn-type01 .wp-block-button__link {
  position: relative;
}
.is-style-btn-type01 .wp-block-button__link:after {
  border: 0px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  width: 6px;
}
.is-style-btn-type01 .wp-block-button__link:hover:after {
  right: 10px;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.is-style-btn-type02 .wp-block-button__link {
  background: none;
  border: 0;
  padding: 10px 30px;
  position: relative;
}
.is-style-btn-type02 .wp-block-button__link:before {
  border: 0px;
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  content: "";
  height: 6px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}
.is-style-btn-type02 .wp-block-button__link:hover {
  border: 0 !important;
}
.is-style-btn-type02 .wp-block-button__link:hover:before {
  left: 10px;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.is-style-btn-type03 .wp-block-button__link {
  position: relative;
}
.is-style-btn-type03 .wp-block-button__link:after {
  background: #333;
  content: "";
  height: 2px;
  position: absolute;
  right: -22.5px;
  width: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.is-style-btn-type03 .wp-block-button__link:hover:after {
  right: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.is-style-btn-type04 {
  margin: 0;
}
.is-style-btn-type04:not(:last-child) {
  margin: 0 0 15px;
}
.is-style-btn-type04 .wp-block-button__link {
  background: none;
  border: 0;
  padding: 0 30px;
  position: relative;
}
.is-style-btn-type04 .wp-block-button__link:after {
  background: url(../images/common/btn-arrow.png) no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -15px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 181px;
}
.is-style-btn-type04 .wp-block-button__link:hover {
  border: 0 !important;
}
.is-style-btn-type04 .wp-block-button__link:hover:after {
  left: 30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.is-style-btn-type05 .wp-block-button__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.is-style-btn-type05 .wp-block-button__link:before {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.is-style-btn-type05 .wp-block-button__link:after {
  background: #333;
  bottom: 0px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.is-style-btn-type05 .wp-block-button__link:hover {
  border: 0 !important;
}
.is-style-btn-type05 .wp-block-button__link:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.is-style-btn-type05 .wp-block-button__link.has-white-color:before {
  background: rgba(255, 255, 255, 0.3);
}
.is-style-btn-type05 .wp-block-button__link.has-white-color:after {
  background: #fff;
}

.wp-block-separator {
  line-height: 1;
  margin: 0 auto;
}

.wp-admin .edit-post-visual-editor .wp-block-separator.has-css-opacity {
  opacity: 1;
}

.is-style-dots-type01 {
  border: none;
  height: 120px;
  position: relative;
  width: 1px !important;
}
.is-style-dots-type01:after {
  background: #333;
  content: "";
  height: 120px;
  left: 50% !important;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
}

.is-style-dots-type02 {
  border: none;
  height: 120px;
  position: relative;
  width: 120px !important;
}
.is-style-dots-type02:after {
  background-color: #333;
  content: "";
  height: 120px;
  left: 50% !important;
  position: absolute;
  top: 0 !important;
  -webkit-transform: translate(-50%) rotate(30deg);
          transform: translate(-50%) rotate(30deg);
  width: 1px;
}

.is-style-dots-type03 {
  border-bottom: 30px solid #666;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 0;
  height: 0;
  width: 0 !important;
}

.is-style-dots-type04 {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #666;
  border-right: 0;
  border-top: 30px solid transparent;
  height: 0;
  width: 0 !important;
}

.is-style-dots-type05 {
  border-bottom: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #666;
  height: 0;
  width: 0 !important;
}

.is-style-dots-type06 {
  border-bottom: 30px solid transparent;
  border-left: 0;
  border-right: 30px solid #666;
  border-top: 30px solid transparent;
  height: 0;
  width: 0 !important;
}

input[type=text], input[type=submit], input[type=email], input[type=tel], input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
  height: 36px;
  margin: 0;
  outline-style: none;
  padding: 0 10px;
  width: 100%;
}
input[type=text]:not(:last-child), input[type=submit]:not(:last-child), input[type=email]:not(:last-child), input[type=tel]:not(:last-child), input[type=file]:not(:last-child) {
  margin: 0 0 15px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
  height: 36px;
  margin: 0;
  outline-style: none;
  padding: 0 10px;
  width: 100%;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select:not(:last-child) {
  margin: 0 0 15px;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
  outline-style: none;
  padding: 10px;
  width: 100%;
}
textarea:not(:last-child) {
  margin: 0 0 15px;
}

.mw_wp_form {
  margin: 0 auto;
  max-width: 800px;
}
.mw_wp_form .form-block table {
  width: 100%;
}
.mw_wp_form .form-block table th,
.mw_wp_form .form-block table td {
  display: block;
  font-size: 1.6rem;
  padding: 10px;
  vertical-align: top;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form-block table th,
.mw_wp_form .form-block table td {
    display: inline-block;
    width: auto;
  }
}
.mw_wp_form .form-block table th {
  width: 200px;
}
.mw_wp_form .form-block table th .red {
  color: #b40404;
}
.mw_wp_form .form-block .input-text select,
.mw_wp_form .form-block .input-zip select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  padding: 0 10px;
  width: auto;
}
.mw_wp_form .form-block .input-text #pref,
.mw_wp_form .form-block .input-zip #pref {
  margin-bottom: -10px;
}
.mw_wp_form .form-block .input-zip input {
  width: auto;
}
.mw_wp_form .form-block .input-radio input {
  height: 20px;
  margin: 0;
  vertical-align: text-top;
  width: 20px;
}
.mw_wp_form .form-block .input-submit {
  margin: 30px auto 0;
  text-align: center;
}
.mw_wp_form .form-block .input-submit span {
  display: inline-block;
  vertical-align: middle;
}
.mw_wp_form .form-block .input-submit input {
  height: 36px;
  padding: 0 30px;
}
.mw_wp_form .form-block .input-submit .enter input {
  color: #fff;
  display: inline-block;
}
.mw_wp_form .form-block .input-submit .enter input:hover {
  background: #fff;
}
.mw_wp_form .form-block .input-check {
  font-size: 1.4rem;
  margin: 30px auto 0;
}
.mw_wp_form .form-block .input-check a {
  display: block;
  margin: 0 auto 15px;
}
.mw_wp_form .form-block .input-check input {
  height: 20px;
  margin: 0;
  vertical-align: top;
  width: 20px;
}

.mw_wp_form_confirm .form-block .input-check,
.mw_wp_form_complete .form-block .input-check {
  display: none;
}

.arrow-box {
  text-align: center;
}

.arrow01,
.mw_wp_form_confirm .arrow02,
.mw_wp_form_complete .arrow03 {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin: 15px 15px 15px 0;
  max-width: 100%;
  min-width: 50px;
  padding: 6px 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .arrow01,
.mw_wp_form_confirm .arrow02,
.mw_wp_form_complete .arrow03 {
    font-size: 1.4rem;
    min-width: 120px;
  }
}

.arrow01:before,
.mw_wp_form_confirm .arrow02:before {
  border: 16px solid transparent;
  border-left: 16px solid #333;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 16px;
  content: "";
  left: 100%;
  margin-top: -16px;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 992px) {
  .arrow01:before,
.mw_wp_form_confirm .arrow02:before {
    border: 18px solid transparent;
    border-left: 18px solid #333;
    border-left-width: 18px;
    margin-top: -18px;
  }
}

.arrow02,
.arrow03,
.mw_wp_form_confirm .arrow01 {
  background: #dedede;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin: 15px 15px 15px 0;
  max-width: 100%;
  min-width: 50px;
  padding: 6px 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .arrow02,
.arrow03,
.mw_wp_form_confirm .arrow01 {
    font-size: 1.4rem;
    min-width: 120px;
  }
}

.mw_wp_form_complete .arrow01,
.mw_wp_form_complete .arrow02 {
  background: #dedede;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin: 15px 15px 15px 0;
  max-width: 100%;
  min-width: 50px;
  padding: 6px 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .mw_wp_form_complete .arrow01,
.mw_wp_form_complete .arrow02 {
    font-size: 1.4rem;
    min-width: 120px;
  }
}

.arrow02:before,
.mw_wp_form_confirm .arrow01:before {
  border: 16px solid transparent;
  border-left: 16px solid #dedede;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 16px;
  content: "";
  left: 100%;
  margin-top: -16px;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 992px) {
  .arrow02:before,
.mw_wp_form_confirm .arrow01:before {
    border: 18px solid transparent;
    border-left: 18px solid #dedede;
    border-left-width: 18px;
    margin-top: -18px;
  }
}

.mw_wp_form_complete .arrow01:before,
.mw_wp_form_complete .arrow02:before {
  border: 16px solid transparent;
  border-left: 16px solid #dedede;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 16px;
  content: "";
  left: 100%;
  margin-top: -16px;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 992px) {
  .mw_wp_form_complete .arrow01:before,
.mw_wp_form_complete .arrow02:before {
    border: 18px solid transparent;
    border-left: 18px solid #dedede;
    border-left-width: 18px;
    margin-top: -18px;
  }
}

.wp-block-group {
  margin: 0 auto 60px;
}
.wp-block-group.alignfull {
  margin: 0;
}
.wp-block-group.alignfull:not(:last-child) {
  margin: 0 auto 60px;
}

.wp-admin .edit-post-visual-editor .wp-block-group {
  margin: 0 auto 60px;
}

.is-style-group-type01 {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  padding: 30px;
  position: relative;
}
.is-style-group-type01:before, .is-style-group-type01:after {
  background: #666;
  content: "";
  height: calc(100% + 30px);
  position: absolute;
  top: -15px !important;
  width: 1px;
}
.is-style-group-type01:before {
  left: 10px !important;
}
.is-style-group-type01:after {
  left: auto !important;
  right: 10px !important;
}

.is-style-group-type02 {
  border: 1px solid #ccc;
  padding: 30px;
}

.is-style-group-type03 {
  padding: 30px;
  position: relative;
}
.is-style-group-type03:before, .is-style-group-type03:after {
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
}
.is-style-group-type03:before {
  border-left: solid 3px #333;
  border-top: solid 3px #333;
  left: 0;
  top: 0;
}
.is-style-group-type03:after {
  border-right: solid 3px #333;
  border-bottom: solid 3px #333;
  bottom: 0 !important;
  right: 0 !important;
}

.is-style-group-type04 {
  border: 3px dashed #666;
  padding: 30px;
}

.is-style-group-type05 {
  border: 3px solid #333;
  padding: 30px;
}

.is-style-group-type06 {
  border: 3px solid #333;
  border-radius: 15px;
  padding: 30px;
}

.is-style-group-type07 {
  background: #f0f0f0;
  border-top: solid 6px #333;
  padding: 30px;
}

.is-style-group-type08 {
  background: #f0f0f0;
  border-left: solid 6px #333;
  padding: 30px;
}

.is-style-group-type09 {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  padding: 30px;
}

.is-style-group-type10 {
  background: #f0f0f0;
  padding: 30px;
  position: relative;
}
.is-style-group-type10:after {
  border: 30px solid transparent;
  border-top: 30px solid #f0f0f0;
  content: "";
  height: 0;
  left: 30px !important;
  position: absolute;
  top: 100% !important;
  width: 0;
}
.is-style-group-type10.alignfull {
  overflow: visible;
}

.is-style-group-type11 {
  background: #f0f0f0;
  padding: 30px;
  position: relative;
}
.is-style-group-type11:after {
  border: 30px solid transparent;
  border-top: 30px solid #f0f0f0;
  content: "";
  height: 0;
  left: 0 !important;
  margin: auto;
  position: absolute;
  right: 0 !important;
  top: 100% !important;
  width: 0;
}
.is-style-group-type11.alignfull {
  overflow: visible;
}

.is-style-group-type12 {
  background: #f0f0f0;
  padding: 30px;
  position: relative;
}
.is-style-group-type12:after {
  border: 30px solid transparent;
  border-top: 30px solid #f0f0f0;
  content: "";
  height: 0;
  position: absolute;
  right: 30px !important;
  top: 100% !important;
  width: 0;
}
.is-style-group-type12.alignfull {
  overflow: visible;
}

.is-style-group-type13.alignfull {
  background: #f0f0f0;
  margin: 120px 0;
  overflow: visible;
  position: relative;
}
.is-style-group-type13.alignfull:before {
  border-color: transparent transparent transparent #f0f0f0;
  border-style: solid;
  border-width: 30px 0 0 100vw;
  content: "";
  height: 0;
  left: 0 !important;
  position: absolute;
  top: -30px !important;
  width: 0;
}
@media screen and (min-width: 992px) {
  .is-style-group-type13.alignfull:before {
    border-width: 60px 0 0 100vw;
    top: -60px !important;
  }
}
.is-style-group-type13.alignfull:after {
  border-color: transparent transparent transparent #f0f0f0;
  border-style: solid;
  border-width: 0 0 30px 100vw;
  bottom: -30px !important;
  content: "";
  height: 0;
  left: 0 !important;
  position: absolute;
  width: 0;
}
@media screen and (min-width: 992px) {
  .is-style-group-type13.alignfull:after {
    border-width: 0 0 60px 100vw;
    bottom: -60px !important;
  }
}

.wp-admin .edit-post-visual-editor .is-style-group-type13:before, .wp-admin .edit-post-visual-editor .is-style-group-type13:after {
  border-width: unset;
}

.is-style-group-type14.alignfull {
  background: #f0f0f0;
  margin: 120px 0;
  overflow: unset;
  position: relative;
}
.is-style-group-type14.alignfull:before {
  border-color: transparent transparent transparent #f0f0f0;
  border-style: solid;
  border-width: 30px 0 0 100vw;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -30px;
  width: 0;
}
@media screen and (min-width: 992px) {
  .is-style-group-type14.alignfull:before {
    top: -60px;
    border-width: 60px 0 0 100vw;
  }
}
.is-style-group-type14.alignfull:after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #f0f0f0), color-stop(50%, transparent));
  background: linear-gradient(to bottom left, #f0f0f0 50%, transparent 50%);
  content: "";
  display: block;
  height: 0;
  left: 0;
  padding-top: 30px;
  position: absolute;
  top: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .is-style-group-type14.alignfull:after {
    padding-top: 60px;
  }
}

.wp-admin .edit-post-visual-editor .is-style-group-type14:before, .wp-admin .edit-post-visual-editor .is-style-group-type14:after {
  border-width: unset;
}

.is-style-group-type15 {
  padding: 30px;
  position: relative;
}
.is-style-group-type15:after {
  border-image-slice: 10;
  border-image-source: repeating-linear-gradient(45deg, #333 0, #333 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: calc(100% - 20px);
  left: 50% !important;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50% !important;
  width: calc(100% - 20px);
  z-index: 1;
}

.is-style-group-type16 {
  background: #fff;
  padding: 30px;
  position: relative;
}
.is-style-group-type16:before {
  background-image: radial-gradient(#ccc 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#ccc 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
  bottom: -10px;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  width: 100%;
  z-index: -1;
}
.is-style-group-type16.alignfull {
  overflow: visible;
}

.wp-admin .edit-post-visual-editor .is-style-group-type16:before {
  z-index: 0;
}

.is-style-group-type17 {
  background: #fff;
  padding: 30px;
  position: relative;
}
.is-style-group-type17:before {
  background-image: repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  bottom: -10px;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  width: 100%;
  z-index: -1;
}
.is-style-group-type17.alignfull {
  overflow: visible;
}

.wp-admin .edit-post-visual-editor .is-style-group-type17:before {
  z-index: 0;
}

.wp-block {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.wp-block.wp-block-button {
  width: auto;
}

.wp-block-group {
  position: relative;
}
.wp-block-group .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 1080px;
}
.wp-block-group .wp-block-group__inner-container .wp-block-group {
  padding: 0;
}
.wp-block-group.has-background {
  padding: 30px 15px;
}
@media screen and (min-width: 576px) {
  .wp-block-group.has-background {
    padding: 30px;
  }
}
@media screen and (min-width: 1181px) {
  .wp-block-group.has-background {
    padding: 60px;
  }
}
.wp-block-group.has-background .wp-block-group.has-background {
  padding: 30px 15px;
}
@media screen and (min-width: 576px) {
  .wp-block-group.has-background .wp-block-group.has-background {
    padding: 30px;
  }
}
@media screen and (min-width: 1181px) {
  .wp-block-group.has-background .wp-block-group.has-background {
    padding: 60px;
  }
}
.wp-block-group.alignfull {
  padding: 30px 15px;
}
@media screen and (min-width: 576px) {
  .wp-block-group.alignfull {
    padding: 30px;
  }
}
@media screen and (min-width: 1181px) {
  .wp-block-group.alignfull {
    padding: 60px 0;
  }
}
.wp-block-group.alignfull .wp-block-group.has-background {
  padding: 30px 15px;
}
@media screen and (min-width: 576px) {
  .wp-block-group.alignfull .wp-block-group.has-background {
    padding: 30px;
  }
}
@media screen and (min-width: 1181px) {
  .wp-block-group.alignfull .wp-block-group.has-background {
    padding: 60px;
  }
}

.wp-block-cover {
  margin: 0;
  min-height: auto;
  padding: 0;
}
.wp-block-cover:not(:last-child) {
  margin: 0 auto 60px;
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1080px;
  margin: auto;
  padding: 30px 15px;
}
@media screen and (min-width: 576px) {
  .wp-block-cover .wp-block-cover__inner-container {
    padding: 30px;
  }
}
@media screen and (min-width: 1181px) {
  .wp-block-cover .wp-block-cover__inner-container {
    padding: 60px 0;
  }
}
.wp-block-cover .wp-block-cover__inner-container .wp-block-group {
  padding: 0;
}
.wp-block-cover .wp-block-cover__inner-container .wp-block-group.has-background {
  padding: 30px;
}
@media screen and (min-width: 1181px) {
  .wp-block-cover .wp-block-cover__inner-container .wp-block-group.has-background {
    padding: 60px;
  }
}

.wp-admin .edit-post-visual-editor .wp-block-cover {
  margin: 0 auto 60px;
}
.wp-admin .edit-post-visual-editor .block-editor-block-list__layout a {
  pointer-events: none;
}
.wp-admin .edit-post-visual-editor .block-editor-block-list__layout .block-editor-block-list__block {
  clear: both;
}
.wp-admin .edit-post-visual-editor .block-editor-block-list__layout .block-editor-block-list__block:after {
  bottom: auto;
  content: "";
  left: auto;
  right: auto;
  top: auto;
}
.wp-admin .edit-post-visual-editor ul li,
.wp-admin .edit-post-visual-editor ol li {
  margin-bottom: 15px !important;
}
.wp-admin .edit-post-sidebar p {
  font-size: unset;
}
.wp-admin .edit-post-sidebar ul {
  list-style-type: none;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
p.has-background {
  padding: 15px;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child),
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n) {
  margin-left: 0 !important;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-no,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-no {
  margin-left: 0 !important;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-mxs,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-mxs {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-mxs,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-mxs {
    margin-left: -15px !important;
  }
}
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-msm,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-msm {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-msm,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-msm {
    margin-left: -30px !important;
  }
}
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-mmd,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-mmd {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-mmd,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-mmd {
    margin-left: -60px !important;
  }
}
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-mlg,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-mlg {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-mlg,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-mlg {
    margin-left: -90px !important;
  }
}
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-mxl,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-mxl {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :not(:first-child).ml-mxl,
.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column :nth-child(2n).ml-mxl {
    margin-left: -120px !important;
  }
}

.wp-block-columns .wp-block-column.has-background {
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .wp-block-columns .wp-block-column.has-background {
    padding: 30px;
  }
}

.is-style-title-type01 {
  padding: 0 0 15px;
  position: relative;
  text-align: center;
}
.is-style-title-type01:after {
  background: #333;
  bottom: 0 !important;
  content: "";
  height: 3px;
  left: 50% !important;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
}
.is-style-title-type01.has-white-color:after {
  background: #fff;
}

.is-style-title-type02 {
  padding: 0 0 0 45px !important;
  position: relative;
}
.is-style-title-type02:before {
  background: #333;
  content: "";
  height: 2px;
  left: 0 !important;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}
.is-style-title-type02.has-white-color:before {
  background: #fff;
}

.is-style-title-type03 {
  border-left: 6px solid #333;
  padding: 0 0 0 15px !important;
}
.is-style-title-type03.has-white-color {
  border-left: 6px solid #fff;
}

.is-style-title-type04 {
  border-bottom: 3px solid #333;
  padding: 0 0 5px !important;
}
.is-style-title-type04.has-white-color {
  border-bottom: 3px solid #fff;
}

.is-style-title-type05 {
  padding: 0 0 15px !important;
  position: relative;
}
.is-style-title-type05:after {
  background-image: repeating-linear-gradient(45deg, #f0f0f0 0px, #f0f0f0 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
  bottom: 0 !important;
  content: "";
  height: 8px;
  left: 0 !important;
  position: absolute;
  width: 100%;
}
.is-style-title-type05.has-white-color:after {
  background-image: repeating-linear-gradient(45deg, #fff 0px, #fff 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}

.is-style-title-type06 {
  border-bottom: 3px solid #f0f0f0;
  position: relative;
}
.is-style-title-type06:after {
  background: #333;
  bottom: -3px !important;
  content: "";
  height: 3px;
  left: 0 !important;
  position: absolute;
  width: 120px;
}
.is-style-title-type06.has-white-color:after {
  background: #fff;
}

.is-style-title-type07:first-letter {
  font-size: 150%;
}
.is-style-title-type07.has-white-color:first-letter {
  color: #fff;
}

.is-style-title-type08 {
  background: #f0f0f0;
  border-left: solid 60px #333;
  padding: 5px 30px !important;
  position: relative;
}
.is-style-title-type08:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 6px;
  left: -35px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(0%) translateX(50%);
          transform: rotate(-45deg) translateY(0%) translateX(50%);
  width: 12px;
}

.is-style-title-type09 {
  position: relative;
  padding: 10px 15px !important;
  border: 1px solid #ccc;
}
.is-style-title-type09:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #333;
}
.is-style-title-type09.has-white-color {
  border: 1px solid #fff;
}
.is-style-title-type09.has-white-color:after {
  border: 1px solid #fff;
}

.is-style-title-type10 {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 15px !important;
}
.is-style-title-type10.has-white-color {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.is-style-title-type11 {
  padding: 0 45px !important;
  position: relative;
}
.is-style-title-type11:before {
  background-color: #333;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  width: 44px;
}
.is-style-title-type11.has-white-color:before {
  background-color: #fff;
}

.is-style-title-type12 {
  border-top: 1px solid #333;
  padding: 10px 30px !important;
  position: relative;
}
.is-style-title-type12:before {
  background-color: #333;
  content: "";
  height: calc(100% - 6px);
  left: 14px;
  position: absolute;
  top: -18px;
  width: 1px;
}
.is-style-title-type12.has-white-color {
  border-top: 1px solid #fff;
}
.is-style-title-type12.has-white-color:before {
  background-color: #fff;
}

.is-style-title-type13 {
  border-bottom: 1px solid #333;
  padding: 10px 30px !important;
  position: relative;
}
.is-style-title-type13:after {
  background-color: #333;
  content: "";
  height: calc(100% - 6px);
  position: absolute;
  right: 14px;
  top: 18px;
  width: 1px;
}
.is-style-title-type13.has-white-color {
  border-bottom: 1px solid #fff;
}
.is-style-title-type13.has-white-color:after {
  background-color: #fff;
}

.is-style-title-type14 {
  display: inline-block;
  padding: 0 30px !important;
  position: relative;
  top: 0;
}
.is-style-title-type14:before, .is-style-title-type14:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 8px;
}
.is-style-title-type14:before {
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-top: solid 1px #333;
  left: 0;
}
.is-style-title-type14:after {
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  border-top: solid 1px #333;
  right: 0;
}
.is-style-title-type14.has-white-color:before {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
.is-style-title-type14.has-white-color:after {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}

.is-style-title-type15 {
  border-bottom: 3px solid #ccc;
  padding: 0 0 5px !important;
}
.is-style-title-type15.has-white-color {
  border-bottom: 3px solid #fff;
}

.is-style-title-type16 {
  padding: 0 0 15px !important;
  position: relative;
  text-align: center;
}
.is-style-title-type16:after {
  border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 12px 9px 0 9px;
  bottom: 0 !important;
  content: "";
  height: 0;
  left: 50% !important;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.is-style-title-type16.has-white-color:after {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.is-style-title-type17 {
  padding: 0 0 30px !important;
  position: relative;
  text-align: center;
}
.is-style-title-type17:after {
  background: #333;
  bottom: -10% !important;
  content: "";
  height: 30px;
  left: 50% !important;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
}
.is-style-title-type17.has-white-color:after {
  background: #fff;
}

.is-style-title-type18 {
  padding: 0 0 30px !important;
  position: relative;
  text-align: center;
}
.is-style-title-type18:after {
  background-color: #333;
  bottom: -10% !important;
  content: "";
  height: 30px;
  left: 50% !important;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
  width: 1px;
}
.is-style-title-type18.has-white-color:after {
  background-color: #fff;
}

.is-style-title-type19 {
  border-bottom: 3px solid #f0f0f0;
  padding-bottom: 5px !important;
  position: relative;
  text-align: center;
}
.is-style-title-type19:after {
  background-color: #333;
  bottom: -3px !important;
  content: "";
  height: 3px;
  left: 50% !important;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
}
.is-style-title-type19.has-white-color {
  border-bottom: 3px solid #fff;
}
.is-style-title-type19.has-white-color:after {
  background-color: #fff;
}

.is-style-title-type20 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}
.is-style-title-type20:before, .is-style-title-type20:after {
  background-color: #333;
  content: "";
  height: 2px;
  width: 60px;
}
.is-style-title-type20:before {
  margin-right: 15px;
}
.is-style-title-type20:after {
  margin-left: 15px;
  right: 0 !important;
}
.is-style-title-type20.has-white-color:before, .is-style-title-type20.has-white-color:after {
  background-color: #fff;
}

.is-style-title-type21 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}
.is-style-title-type21:before, .is-style-title-type21:after {
  background-color: #333;
  content: "";
  height: 40px;
  width: 3px;
}
.is-style-title-type21:before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.is-style-title-type21:after {
  margin-left: 30px;
  right: 0 !important;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.is-style-title-type21.has-white-color:before, .is-style-title-type21.has-white-color:after {
  background-color: #fff;
}

.is-style-title-type22 {
  position: relative;
  padding-bottom: 15px !important;
  text-align: center;
}
.is-style-title-type22:after {
  border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 12px 6px 0 6px;
  bottom: 0 !important;
  content: "";
  height: 0;
  left: 50% !important;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.is-style-title-type22.has-white-color:after {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.is-style-title-type23 {
  padding: 0 0 15px;
  position: relative;
}
.is-style-title-type23:after {
  background: #333;
  bottom: 0 !important;
  content: "";
  height: 3px;
  left: 0 !important;
  position: absolute;
  width: 120px;
}
.is-style-title-type23.has-white-color:after {
  background: #fff;
}

.wp-block-image {
  margin: 0;
}
.wp-block-image:not(:last-child) {
  margin: 0 0 15px 0;
}
.wp-block-image figcaption {
  margin: 15px 0 0;
  text-align: left;
}
.wp-block-image a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.wp-block-image a img {
  -webkit-transition: 1s all;
  transition: 1s all;
}
.wp-block-image a:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.wp-admin .edit-post-visual-editor .wp-block-image {
  margin: 0 auto 15px auto;
}

.wp-block-gallery {
  margin: 0 auto;
}
.wp-block-gallery .wp-block-image figcaption {
  z-index: 10;
}

.is-style-img-type01 {
  position: relative;
}
.is-style-img-type01:after {
  border-image-repeat: round;
  border-image-slice: 12;
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-style: solid;
  border-width: 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  height: calc(100% - 12px);
  left: 50% !important;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  z-index: 1;
}

.is-style-img-type02 {
  position: relative;
}
.is-style-img-type02:before, .is-style-img-type02:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}
.is-style-img-type02:before {
  border-right: 30px solid #333;
  border-top: 30px solid #333;
  right: -10px !important;
  top: -10px !important;
}
.is-style-img-type02:after {
  border-bottom: 30px solid #333;
  border-left: 30px solid #333;
  bottom: -10px !important;
  left: -10px !important;
}

.is-style-img-type03 {
  position: relative;
}
.is-style-img-type03:before, .is-style-img-type03:after {
  background-color: #fff;
  content: "";
  height: 25px;
  position: absolute;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  width: 70px;
  z-index: 1;
}
.is-style-img-type03:before {
  border-bottom: 1px solid #333;
  left: -25px !important;
  top: -10px !important;
}
.is-style-img-type03:after {
  border-top: 1px solid #333;
  bottom: -10px !important;
  right: -25px !important;
}

.is-style-img-type04 {
  position: relative;
}
.is-style-img-type04 img {
  position: relative;
  z-index: 2;
}
.is-style-img-type04:before {
  background-image: radial-gradient(#333 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#333 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
  bottom: -10px;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  width: 100%;
  z-index: 1;
}

.wp-admin .edit-post-visual-editor .is-style-img-type04:before {
  z-index: 0;
}

.is-style-img-type05 {
  position: relative;
}
.is-style-img-type05 img {
  position: relative;
  z-index: 2;
}
.is-style-img-type05:before {
  background-image: repeating-linear-gradient(-45deg, #333, #333 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  bottom: -10px;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  width: 100%;
  z-index: 1;
}

.wp-admin .edit-post-visual-editor .is-style-img-type05:before {
  z-index: 0;
}

.is-style-img-type06 {
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .is-style-img-type06 {
    padding: 30px;
  }
}
.is-style-img-type06 img {
  position: relative;
  z-index: 2;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.archive section.layout-type01,
.single section.layout-type01,
.error404 section.layout-type01 {
  padding: 60px 15px;
}
@media screen and (min-width: 576px) {
  .archive section.layout-type01,
.single section.layout-type01,
.error404 section.layout-type01 {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1181px) {
  .archive section.layout-type01,
.single section.layout-type01,
.error404 section.layout-type01 {
    padding: 60px 0;
  }
}

.layout-type01,
.contents-wrapper-column {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .layout-type01,
.contents-wrapper-column {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1181px) {
  .layout-type01,
.contents-wrapper-column {
    padding: 0;
  }
}

.layout-type02 {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .layout-type02 {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .layout-type02 {
    padding: 0 60px;
  }
}

.contents-wrapper-column {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.contents-wrapper-column .page-side {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .contents-wrapper-column .page-side {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
.contents-wrapper-column .sidebar {
  margin: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .contents-wrapper-column .sidebar {
    margin: 0 0 0 auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

.alignfull {
  margin-left: calc((100% - 100vw) / 2) !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
}

.wp-admin .edit-post-visual-editor .alignfull {
  margin-left: 0 !important;
  width: 100%;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

ul,
ol {
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 0 15px;
}
ul:not(:last-child),
ol:not(:last-child) {
  margin: 0 0 15px 0;
}
ul li,
ol li {
  margin: 0;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin: 0 0 15px 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.wp-admin .edit-post-visual-editor ul,
.wp-admin .edit-post-visual-editor ol {
  font-size: inherit;
}

.acf-block-panel ul,
.acf-block-panel ol {
  font-size: inherit;
}

.is-style-list-type01 {
  list-style-type: none !important;
  padding: 0;
}
.is-style-list-type01 li {
  background: #f0f0f0;
  border-bottom: solid 2px #ccc;
  border-left: solid 6px #333;
  padding: 5px 15px;
}
.is-style-list-type01.has-white-color li {
  border-bottom: solid 2px #fff;
  border-left: solid 6px #fff;
}

.is-style-list-type02 {
  list-style-type: none !important;
  padding: 0;
}
.is-style-list-type02 li {
  background: #f0f0f0;
  border-radius: 15px 0px 0px 15px;
  padding: 5px 35px;
  position: relative;
}
.is-style-list-type02 li:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 1em;
  left: 10px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  width: 1em;
}
.is-style-list-type02.has-white-color li {
  background: #333;
}
.is-style-list-type02.has-white-color li:before {
  background: #333;
}

.is-style-list-type03 {
  list-style-type: none !important;
  padding: 0;
}
.is-style-list-type03 li {
  padding: 0 35px;
  position: relative;
}
.is-style-list-type03 li:before {
  border: 0px;
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  content: "";
  height: 6px;
  left: 10px;
  margin-top: -4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  width: 6px;
}
.is-style-list-type03.has-white-color li:before {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}

.is-style-list-type04 {
  list-style-type: none !important;
  padding: 0;
}
.is-style-list-type04 li {
  background: #f0f0f0;
  border-left: solid 35px #333;
  padding: 5px 15px;
  position: relative;
}
.is-style-list-type04 li:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 6px;
  left: -30px;
  position: absolute;
  -webkit-transform: rotate(-45deg) translateY(0%) translateX(50%);
          transform: rotate(-45deg) translateY(0%) translateX(50%);
  top: 50%;
  width: 12px;
}
.is-style-list-type04.has-white-color li {
  background: #333;
}

.list-type-history {
  font-size: 1.6rem;
  width: 100%;
  margin: 0 0 15px 0;
}
.list-type-history:not(:last-of-type) {
  margin: 0;
}
.list-type-history th {
  border-right: 4px solid #ccc;
  padding: 15px 15px 15px 0;
  width: 90px;
}
@media screen and (min-width: 992px) {
  .list-type-history th {
    padding: 15px;
    width: 120px;
  }
}
.list-type-history td {
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .list-type-history td {
    padding: 15px 0 15px 10px;
  }
}
.list-type-history td.month {
  padding-left: 15px;
  padding-right: 0;
  position: relative;
  width: 60px;
}
@media screen and (min-width: 992px) {
  .list-type-history td.month {
    padding-left: 30px;
    width: 90px;
  }
}
.list-type-history td.month:before {
  background: #333;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: -7px;
  margin-top: -5px;
  position: absolute;
  width: 10px;
  top: 50%;
}
.list-type-history td .label-month {
  background: #333;
  border-radius: 50%;
  color: #fff;
  line-height: 45px;
  position: relative;
  width: 45px;
}
.list-type-history td .label-month span {
  font-size: 1.2rem;
}
.list-type-history td .label-month:after {
  border-color: transparent #333 transparent transparent;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  content: "";
  height: 0;
  left: -8px !important;
  margin-top: -6px;
  position: absolute;
  top: 50% !important;
  width: 0;
}

.wp-admin .edit-post-visual-editor .list-type-history {
  font-size: inherit;
}
.wp-admin .edit-post-visual-editor .list-type-history .label-month span {
  font-size: inherit;
}

.news-type01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-type01:not(:last-child) {
  margin: 0 0 15px 0;
}
.news-type01 li {
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.news-type01 li a {
  color: #333;
  display: block;
  padding: 10px 30px 10px 15px;
}
.news-type01 li a:after {
  border: 0px;
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 6px;
}
.news-type01 li a p {
  margin: 0;
}
.news-type01 li a p:first-child {
  border-right: 0;
  display: block;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .news-type01 li a p:first-child {
    display: inline-block;
    padding: 0 15px 0 0;
    border-right: 1px solid #ccc;
  }
}
.news-type01 li a p:last-child {
  display: block;
  margin: 15px 0 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .news-type01 li a p:last-child {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 15px;
  }
}
.news-type01 li a p time {
  display: inline-block;
  width: 90px;
}
.news-type01 li a p .cat {
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 0 15px;
  padding: 5px 15px;
}
.news-type01 li a:hover:after {
  right: 5px;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.wp-admin .edit-post-visual-editor .news-type01 {
  list-style-type: none;
  padding: 0;
}
.wp-admin .edit-post-visual-editor .news-type01 a p time {
  width: 100px;
}
.wp-admin .edit-post-visual-editor .news-type01 a p .cat {
  font-size: inherit;
}

.news-type02 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-type02.flexbox {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media screen and (min-width: 992px) {
  .news-type02.flexbox {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.news-type02:not(:last-child) {
  margin: 0 0 15px 0;
}
.news-type02 li {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0px #ccc;
          box-shadow: 0 0 6px 0px #ccc;
}
.news-type02 li:not(:last-child) {
  margin: 0;
}
.news-type02 li a {
  color: #333;
}
.news-type02 li a .image {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.news-type02 li a .image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-type02 li a:hover .image img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.news-type02 li a .box {
  padding: 15px;
}
.news-type02 li a .box p {
  margin: 0 0 10px;
}
.news-type02 li a .box .cat {
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 0 10px;
  padding: 5px 15px;
}

.wp-admin .edit-post-visual-editor .news-type02 {
  list-style-type: none;
  padding: 0;
}
.wp-admin .edit-post-visual-editor .news-type02 li a .box .cat {
  font-size: inherit;
}

.news-type03 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-type03:not(:last-child) {
  margin: 0 0 15px 0;
}
.news-type03 .swiper-wrapper .swiper-slide {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0px #ccc;
          box-shadow: 0 0 6px 0px #ccc;
  height: auto;
}
.news-type03 .swiper-wrapper .swiper-slide a {
  color: #333;
}
.news-type03 .swiper-wrapper .swiper-slide a .image {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.news-type03 .swiper-wrapper .swiper-slide a .image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-type03 .swiper-wrapper .swiper-slide a:hover .image img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.news-type03 .swiper-wrapper .swiper-slide a .box {
  font-size: 1.6rem;
  padding: 15px;
}
.news-type03 .swiper-wrapper .swiper-slide a .box .cat {
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 0 10px;
  padding: 5px 15px;
}
.news-type03 .swiper-wrapper .swiper-slide a .box p {
  margin: 0 0 10px;
}
.news-type03 .swiper-pagination {
  bottom: 0 !important;
  margin: 15px auto;
  position: relative;
}
.news-type03 .swiper-pagination .swiper-pagination-bullet-active {
  background: #333;
}

.wp-admin .edit-post-visual-editor .news-type03 {
  list-style-type: none;
  padding: 0;
}
.wp-admin .edit-post-visual-editor .news-type03 .swiper-wrapper .swiper-slide a .box {
  font-size: inherit;
}
.wp-admin .edit-post-visual-editor .news-type03 .swiper-wrapper .swiper-slide a .box .cat {
  font-size: inherit;
}

.is-style-txt-type01 {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  padding: 30px;
  position: relative;
}
.is-style-txt-type01:before, .is-style-txt-type01:after {
  background: #666;
  content: "";
  height: calc(100% + 30px);
  position: absolute;
  top: -15px !important;
  width: 1px;
}
.is-style-txt-type01:before {
  left: 10px;
}
.is-style-txt-type01:after {
  left: auto !important;
  right: 10px !important;
}
.is-style-txt-type01.has-white-color {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.is-style-txt-type01.has-white-color:before, .is-style-txt-type01.has-white-color:after {
  background: #fff;
}

.is-style-txt-type02 {
  border: 1px solid #ccc;
  padding: 30px;
}
.is-style-txt-type02.has-white-color {
  border: 1px solid #fff;
}

.is-style-txt-type03 {
  padding: 30px;
  position: relative;
}
.is-style-txt-type03:before, .is-style-txt-type03:after {
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
}
.is-style-txt-type03:before {
  border-left: solid 3px #333;
  border-top: solid 3px #333;
  left: 0;
  top: 0;
}
.is-style-txt-type03:after {
  border-bottom: solid 3px #333;
  border-right: solid 3px #333;
  bottom: 0 !important;
  right: 0 !important;
}
.is-style-txt-type03.has-white-color:before {
  border-left: solid 3px #fff;
  border-top: solid 3px #fff;
}
.is-style-txt-type03.has-white-color:after {
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
}

.is-style-txt-type04 {
  border: 3px dashed #666;
  padding: 30px;
}
.is-style-txt-type04.has-white-color {
  border: 3px dashed #fff;
}

.is-style-txt-type05 {
  border: 3px solid #333;
  padding: 30px;
}
.is-style-txt-type05.has-white-color {
  border: 3px solid #fff;
}

.is-style-txt-type06 {
  border: 3px solid #333;
  border-radius: 15px;
  padding: 30px;
}
.is-style-txt-type06.has-white-color {
  border: 3px solid #fff;
}

.is-style-txt-type07 {
  background: #f0f0f0;
  border-top: solid 6px #333;
  padding: 30px;
}
.is-style-txt-type07.has-white-color {
  background: #333;
  border-top: solid 6px #fff;
}

.is-style-txt-type08 {
  background: #f0f0f0;
  border-left: solid 6px #333;
  padding: 30px;
}
.is-style-txt-type08.has-white-color {
  background: #333;
  border-left: solid 6px #fff;
}

.is-style-txt-type09 {
  -webkit-box-shadow: 0 0px 10px #ccc;
          box-shadow: 0 0px 10px #ccc;
  padding: 30px;
}

.is-style-txt-type10 {
  background: #f0f0f0;
  padding: 30px;
  position: relative;
}
.is-style-txt-type10:not(:last-child) {
  margin: 0 0 45px;
}
.is-style-txt-type10:after {
  border: 30px solid transparent;
  border-top: 30px solid #f0f0f0;
  content: "";
  height: 0;
  left: 30px !important;
  position: absolute;
  top: 100% !important;
  width: 0;
}
.is-style-txt-type10.has-white-color {
  background: #333;
}
.is-style-txt-type10.has-white-color:after {
  border-top: 30px solid #333;
}

.is-style-txt-type11 {
  background: #f0f0f0;
  padding: 30px;
  position: relative;
}
.is-style-txt-type11:not(:last-child) {
  margin: 0 0 45px;
}
.is-style-txt-type11:after {
  border: 30px solid transparent;
  border-top: 30px solid #f0f0f0;
  content: "";
  height: 0;
  left: 0 !important;
  margin: auto;
  position: absolute;
  right: 0 !important;
  top: 100% !important;
  width: 0;
}
.is-style-txt-type11.has-white-color {
  background: #333;
}
.is-style-txt-type11.has-white-color:after {
  border-top: 30px solid #333;
}

.is-style-txt-type12 {
  background: #f0f0f0;
  padding: 30px;
  position: relative;
}
.is-style-txt-type12:not(:last-child) {
  margin: 0 0 45px;
}
.is-style-txt-type12:after {
  border: 30px solid transparent;
  border-top: 30px solid #f0f0f0;
  content: "";
  height: 0;
  position: absolute;
  right: 30px !important;
  top: 100% !important;
  width: 0;
}
.is-style-txt-type12.has-white-color {
  background: #333;
}
.is-style-txt-type12.has-white-color:after {
  border-top: 30px solid #333;
}

.is-style-txt-type13 {
  padding: 30px;
  position: relative;
}
.is-style-txt-type13:after {
  border-image-repeat: round;
  border-image-slice: 10;
  border-image-source: repeating-linear-gradient(45deg, #f0f0f0 0, #f0f0f0 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-style: solid;
  border-width: 10px;
  content: "";
  height: calc(100% - 20px);
  left: 50% !important;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  z-index: 1;
}
.is-style-txt-type13.has-white-color:after {
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
}

.is-style-txt-type14 {
  background: #fff;
  padding: 30px;
  position: relative;
}
.is-style-txt-type14:not(:last-child) {
  margin: 0 0 30px;
}
.is-style-txt-type14:before {
  background-image: radial-gradient(#ccc 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#ccc 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
  bottom: -10px !important;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px !important;
  width: 100%;
  z-index: -1;
}
.is-style-txt-type14.has-white-color {
  background: #333;
}
.is-style-txt-type14.has-white-color:before {
  background-image: radial-gradient(#fff 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#fff 30%, rgba(0, 0, 0, 0) 31%);
}

.wp-admin .edit-post-visual-editor .is-style-txt-type14 {
  z-index: 0;
}

.is-style-txt-type15 {
  background: #fff;
  padding: 30px;
  position: relative;
}
.is-style-txt-type15:not(:last-child) {
  margin: 0 0 30px;
}
.is-style-txt-type15:before {
  background-image: repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  bottom: -10px !important;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px !important;
  width: 100%;
  z-index: -1;
}
.is-style-txt-type15.has-white-color {
  background: #333;
}
.is-style-txt-type15.has-white-color:before {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
}

.wp-admin .edit-post-visual-editor .is-style-txt-type15 {
  z-index: 0;
}

.slider01,
.slider02,
.slider04 {
  margin: 0;
  text-align: center;
}
.slider01 .swiper-slide,
.slider02 .swiper-slide,
.slider04 .swiper-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.slider01 .swiper-slide:after,
.slider02 .swiper-slide:after,
.slider04 .swiper-slide:after {
  background: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider01 .swiper-slide img,
.slider02 .swiper-slide img,
.slider04 .swiper-slide img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 576px) {
  .slider01 .swiper-slide img,
.slider02 .swiper-slide img,
.slider04 .swiper-slide img {
    height: 600px;
  }
}
@media screen and (min-width: 992px) {
  .slider01 .swiper-slide img,
.slider02 .swiper-slide img,
.slider04 .swiper-slide img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.slider {
  position: relative;
}
@media screen and (max-width: 991px) {
  .slider {
    padding: 0 !important;
  }
}
.slider:not(:last-child) {
  margin: 0 0 15px 0;
}
.slider .main-catch {
  left: 50%;
  max-width: 100%;
  padding: 30px;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .slider .main-catch {
    max-width: 80%;
  }
}
@media screen and (min-width: 1181px) {
  .slider .main-catch {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .slider .main-catch__Left {
    left: 5%;
    max-width: 90%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.slider .main-catch h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .slider .main-catch h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1181px) {
  .slider .main-catch h2 {
    font-size: 4.8rem;
  }
}
.slider .main-catch h2:last-child {
  margin: 0;
}
.slider .main-catch h2 span {
  color: rgba(0, 0, 0, 0.15);
  font-size: 6rem;
  font-style: italic;
  left: -25px;
  line-height: 1;
  position: absolute;
  top: -30px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .slider .main-catch h2 span {
    font-size: 9rem;
    left: -45px;
  }
}
.slider .main-catch p {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .slider .main-catch p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1181px) {
  .slider .main-catch p {
    font-size: 2rem;
  }
}

.wp-admin .edit-post-visual-editor .slider .main-catch h2 {
  font-size: 2rem;
}
.wp-admin .edit-post-visual-editor .slider .main-catch h2 span {
  font-size: 3rem;
}
.wp-admin .edit-post-visual-editor .slider .main-catch p {
  font-size: 1.2rem;
}

.slider02 .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 100vw;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.slider02 .swiper-slide-active img,
.slider02 .swiper-slide-duplicate-active img,
.slider02 .swiper-slide-prev img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.slider03 {
  margin: 0;
  text-align: center;
}
.slider03:not(:last-child) {
  margin: 0 0 15px 0;
}

.slider04 {
  margin: 0;
}
.slider04:not(:last-child) {
  margin: 0 0 15px 0;
}
.slider04 .main-catch {
  top: 50%;
}
.slider04-thumbs {
  margin: 15px auto 0;
}
.slider04-thumbs .swiper-slide {
  opacity: 0.5;
  overflow: hidden;
  position: relative;
  width: 20%;
}
.slider04-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.slider05 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.new-arrivals {
  bottom: 0;
  position: relative;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .new-arrivals {
    position: absolute;
  }
}
.new-arrivals .new-arrivals-inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .new-arrivals .new-arrivals-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.new-arrivals p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 15px;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .new-arrivals p {
    width: auto;
  }
}
.new-arrivals a {
  color: #333;
  display: block;
  padding: 15px;
  width: 100%;
}
.new-arrivals a time {
  display: block;
  font-size: 1.4rem;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 992px) {
  .new-arrivals a time {
    display: inline-block;
  }
}
.new-arrivals a p {
  background: none;
  color: #333;
  display: block;
  padding: 0;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .new-arrivals a p {
    display: inline-block;
  }
}

.wp-admin .edit-post-visual-editor .new-arrivals a time {
  font-size: 1rem;
}
.wp-admin .edit-post-visual-editor .new-arrivals a p {
  font-size: 1.2rem;
}

.contentsSlider {
  margin: 0;
}
.contentsSlider:not(:last-child) {
  margin: 0 0 15px 0;
}
.contentsSlider figure {
  margin: 0;
  position: relative;
}
.contentsSlider figure:not(:last-child) {
  margin: 0 0 15px 0;
}
.contentsSlider figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.contentsSlider figure a img {
  -webkit-transition: 1s all;
  transition: 1s all;
}
.contentsSlider figure a:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.contentsSlider figure p {
  font-size: 2.4rem;
  font-weight: bold;
  left: -15px;
  position: absolute;
  top: 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 10;
}
.contentsSlider p.ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  font-size: 1.6rem;
  font-weight: inherit;
}

.wp-admin .edit-post-visual-editor table th,
.wp-admin .edit-post-visual-editor table td {
  font-size: inherit;
}

.acf-block-panel table th,
.acf-block-panel table td {
  font-size: inherit;
}

.wp-block-table {
  margin: 0;
  overflow: auto;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .wp-block-table {
    overflow: hidden;
    white-space: normal;
  }
}
.wp-block-table:not(:last-child) {
  margin: 0 0 15px 0;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table th,
.wp-block-table table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  vertical-align: middle;
}
.wp-block-table table.has-fixed-layout {
  table-layout: auto;
}
@media screen and (min-width: 992px) {
  .wp-block-table table.has-fixed-layout {
    table-layout: fixed;
  }
}
.wp-block-table figcaption {
  font-size: 1.4rem;
  margin: 15px 0 0;
}

.wp-admin .edit-post-visual-editor .wp-block-table {
  margin: 0 auto 15px auto;
}
.wp-admin .edit-post-visual-editor .wp-block-table figcaption {
  font-size: inherit;
}

.is-style-table-type01 table tr {
  border-bottom: 1px solid #ccc;
}
.is-style-table-type01 table th,
.is-style-table-type01 table td {
  border: 0;
}
.is-style-table-type01 table th {
  vertical-align: top;
}
.is-style-table-type01 table thead tr {
  border: 0;
}
.is-style-table-type01 table thead tr th {
  background: #666;
  color: #fff;
}
.is-style-table-type01 table tfoot tr {
  border: 0;
}
.is-style-table-type01 table tfoot tr td {
  background: #666;
  color: #fff;
}
.is-style-table-type01 table tbody tr td:first-child {
  white-space: nowrap;
}
.is-style-table-type01 table.has-white-color tr {
  border-bottom: 1px solid #fff;
}

.is-style-table-type02 table tr:nth-child(odd) {
  background: #f0f0f0;
}
.is-style-table-type02 table th,
.is-style-table-type02 table td {
  border: 1px solid #fff;
}
.is-style-table-type02 table th {
  background: #666;
  color: #fff;
}
.is-style-table-type02 table tfoot td {
  background: #666;
  color: #fff;
}

.is-style-table-type03 table th,
.is-style-table-type03 table td {
  border: 1px solid #fff;
}
.is-style-table-type03 table th {
  background: #666;
  color: #fff;
}
.is-style-table-type03 table tfoot td {
  background: #666;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tableColumn {
    background: #fff !important;
    overflow: hidden !important;
  }
  .tableColumn table {
    table-layout: fixed !important;
    white-space: normal !important;
  }
  .tableColumn table tr th,
.tableColumn table tr td {
    display: block !important;
    text-align: left !important;
    width: 100% !important;
  }
  .tableColumn table tr td:first-child {
    white-space: normal !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (min-width: 1181px) {
  html {
    cursor: none;
  }
}

html.wp-toolbar {
  cursor: auto;
}

html.is-fixed {
  height: 100%;
  overflow: hidden;
}
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

body {
  background: #fff;
  border: 0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1181px) {
  body {
    cursor: none;
  }
}

body.wp-admin,
body.wp-customizer {
  cursor: auto;
}
body.wp-admin a,
body.wp-customizer a {
  cursor: auto;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (min-width: 1181px) {
  a {
    cursor: none;
  }
}
a:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

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

p {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
p:not(:last-child) {
  margin: 0 0 15px 0;
}

.wp-admin .edit-post-visual-editor p {
  margin: 0 auto 15px auto;
}

blockquote,
q {
  margin: 0 auto;
  quotes: none;
}

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

blockquote {
  background: #f0f0f0;
  margin: 0;
  padding: 15px 30px 15px 60px;
  position: relative;
}
blockquote:not(:last-child) {
  margin: 0 0 15px;
}
blockquote:before {
  color: #666;
  content: "”";
  font-size: 4rem;
  font-style: italic;
  font-weight: 900;
  left: 15px;
  line-height: 1;
  position: absolute;
  top: 15px;
}
blockquote:after {
  content: none;
}
blockquote p {
  margin: 10px 0;
}
blockquote cite {
  color: #666;
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  text-align: right;
}

.wp-admin .edit-post-visual-editor blockquote:before {
  font-size: inherit;
}

.relative {
  position: relative;
}

.dispPc,
.wp-admin .dispPc,
.wp-admin .dispSp {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .dispPc,
.wp-admin .dispPc,
.wp-admin .dispSp {
    display: block !important;
  }
}

.dispSp {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .dispSp {
    display: none !important;
  }
}

@media screen and (min-width: 1181px) {
  #cursor {
    background: rgb(0, 0, 0);
    border-radius: 50%;
    display: none;
    height: 8px;
    left: -4px;
    pointer-events: none;
    position: fixed;
    top: -4px;
    -webkit-transform: translate(-100px, -100px);
            transform: translate(-100px, -100px);
    width: 8px;
    z-index: 9999;
  }
}
@media screen and (min-width: 1181px) and (min-width: 1181px) {
  #cursor {
    display: block;
  }
}
@media screen and (min-width: 1181px) {
  #stalker {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: none;
    height: 32px;
    left: -16px;
    pointer-events: none;
    position: fixed;
    top: -16px;
    -webkit-transform: translate(-100px, -100px);
            transform: translate(-100px, -100px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    width: 32px;
    z-index: 9998;
  }
}
@media screen and (min-width: 1181px) and (min-width: 1181px) {
  #stalker {
    display: block;
  }
}
@media screen and (min-width: 1181px) {
  #stalker.hov_ {
    background: rgba(253, 254, 0, 0.5);
    height: 80px;
    left: -40px;
    top: -40px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    width: 80px;
  }
}
.has-black-color {
  color: #333 !important;
}

.has-gray-color {
  color: #666 !important;
}

.has-blue-color {
  color: #0404b5 !important;
}

.has-red-color {
  color: #b40404 !important;
}

.has-yellow-color {
  color: #cfa31e !important;
}

.has-lightgray-color {
  color: #f0f0f0 !important;
}

.has-white-color {
  color: #fff !important;
}

.has-black-background-color {
  background: #333;
}

.has-gray-background-color {
  background: #666;
}

.has-blue-background-color {
  background: #0404b5;
}

.has-red-background-color {
  background: #b40404;
}

.has-yellow-background-color {
  background: #cfa31e;
}

.has-lightgray-background-color {
  background: #f0f0f0;
}

.has-white-background-color {
  background: #fff;
}

.has-vice-city-gradient-background {
  background: linear-gradient(135deg, rgb(67, 148, 231) 0%, rgb(236, 110, 173) 100%);
}

.has-the-blue-lagoon-gradient-background {
  background: linear-gradient(135deg, rgb(67, 198, 173) 0%, rgb(25, 22, 84) 100%);
}

.has-by-design-gradient-background {
  background: linear-gradient(135deg, rgb(74, 159, 255) 0%, rgb(237, 48, 75) 100%);
}

.has-margo-gradient-background {
  background: linear-gradient(135deg, rgb(251, 239, 187) 0%, rgb(255, 255, 255) 100%);
}

.has-evening-night-gradient-background {
  background: linear-gradient(135deg, rgb(43, 90, 167) 0%, rgb(254, 253, 229) 100%);
}

.has-sublime-light-gradient-background {
  background: linear-gradient(135deg, rgb(245, 92, 125) 0%, rgb(106, 130, 252) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin: 0;
}

.wp-admin .edit-post-visual-editor h1 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 auto 30px auto;
}
.wp-admin .edit-post-visual-editor h2,
.wp-admin .edit-post-visual-editor h3,
.wp-admin .edit-post-visual-editor h4,
.wp-admin .edit-post-visual-editor h5,
.wp-admin .edit-post-visual-editor h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 auto 30px auto;
}

h1 {
  font-size: 2.4rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1181px) {
  h1 {
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 2rem;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 992px) {
  h3,
h4,
h5,
h6 {
    font-size: 2rem;
  }
}

body .has-8-exlarge-font-size {
  font-size: 9rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  body .has-8-exlarge-font-size {
    font-size: 18rem;
  }
}
@media screen and (min-width: 1181px) {
  body .has-8-exlarge-font-size {
    font-size: 24rem;
  }
}
body .has-8-exlarge-font-size:last-child {
  margin: 0;
}

body .has-7-exlarge-font-size {
  font-size: 6rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  body .has-7-exlarge-font-size {
    font-size: 12rem;
  }
}
@media screen and (min-width: 1181px) {
  body .has-7-exlarge-font-size {
    font-size: 18rem;
  }
}
body .has-7-exlarge-font-size:last-child {
  margin: 0;
}

body .has-6-exlarge-font-size {
  font-size: 4.8rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  body .has-6-exlarge-font-size {
    font-size: 9rem;
  }
}
@media screen and (min-width: 1181px) {
  body .has-6-exlarge-font-size {
    font-size: 12rem;
  }
}
body .has-6-exlarge-font-size:last-child {
  margin: 0;
}

body .has-5-exlarge-font-size {
  font-size: 3.6rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  body .has-5-exlarge-font-size {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1181px) {
  body .has-5-exlarge-font-size {
    font-size: 9rem;
  }
}
body .has-5-exlarge-font-size:last-child {
  margin: 0;
}

body .has-4-exlarge-font-size {
  font-size: 3rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  body .has-4-exlarge-font-size {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1181px) {
  body .has-4-exlarge-font-size {
    font-size: 6rem;
  }
}
body .has-4-exlarge-font-size:last-child {
  margin: 0;
}

body .has-3-exlarge-font-size {
  font-size: 2rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  body .has-3-exlarge-font-size {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1181px) {
  body .has-3-exlarge-font-size {
    font-size: 4.8rem;
  }
}
body .has-3-exlarge-font-size:last-child {
  margin: 0;
}

body .has-2-exlarge-font-size {
  font-size: 2rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  body .has-2-exlarge-font-size {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1181px) {
  body .has-2-exlarge-font-size {
    font-size: 3.6rem;
  }
}
body .has-2-exlarge-font-size:last-child {
  margin: 0;
}

body .has-exlarge-font-size {
  font-size: 2rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  body .has-exlarge-font-size {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1181px) {
  body .has-exlarge-font-size {
    font-size: 3rem;
  }
}
body .has-exlarge-font-size:last-child {
  margin: 0;
}

body .has-large-font-size {
  font-size: 1.8rem;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 992px) {
  body .has-large-font-size {
    font-size: 2rem;
  }
}
body .has-large-font-size:last-child {
  margin: 0;
}

body .has-medium-font-size {
  font-size: 1.8rem;
  margin: 0 0 15px 0;
}
body .has-medium-font-size:last-child {
  margin: 0;
}

body .has-regular-font-size {
  font-size: 1.6rem;
}
body .has-regular-font-size:last-child {
  margin: 0;
}

body .has-small-font-size {
  font-size: 1.4rem;
}
body .has-small-font-size:last-child {
  margin: 0;
}

body .has-exsmall-font-size {
  font-size: 1.2rem;
}
body .has-exsmall-font-size:last-child {
  margin: 0;
}

body.wp-admin .edit-post-visual-editor .has-8-exlarge-font-size {
  font-size: 18rem !important;
}
body.wp-admin .edit-post-visual-editor .has-7-exlarge-font-size {
  font-size: 12rem !important;
}
body.wp-admin .edit-post-visual-editor .has-6-exlarge-font-size {
  font-size: 9rem !important;
}
body.wp-admin .edit-post-visual-editor .has-5-exlarge-font-size {
  font-size: 6rem !important;
}
body.wp-admin .edit-post-visual-editor .has-4-exlarge-font-size {
  font-size: 4.8rem !important;
}
body.wp-admin .edit-post-visual-editor .has-3-exlarge-font-size {
  font-size: 3.6rem !important;
}
body.wp-admin .edit-post-visual-editor .has-2-exlarge-font-size {
  font-size: 3rem !important;
}
body.wp-admin .edit-post-visual-editor .has-exlarge-font-size {
  font-size: 2.4rem !important;
}
body.wp-admin .edit-post-visual-editor .has-large-font-size {
  font-size: 2rem !important;
}
body.wp-admin .edit-post-visual-editor .has-medium-font-size {
  font-size: 1.8rem !important;
}
body.wp-admin .edit-post-visual-editor .has-regular-font-size {
  font-size: 1.6rem !important;
}
body.wp-admin .edit-post-visual-editor .has-small-font-size {
  font-size: 1.4rem !important;
}
body.wp-admin .edit-post-visual-editor .has-exsmall-font-size {
  font-size: 1.2rem !important;
}

.min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.has-text-align-center {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .has-text-align-center {
    text-align: center;
  }
}

.txtCenter {
  text-align: center !important;
}

.txtLeft {
  text-align: left !important;
}

.txtRight {
  text-align: right !important;
}

.fwBold {
  font-weight: bold !important;
}

.fwNormal {
  font-weight: normal !important;
}

.wmVrl {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (min-width: 992px) {
  .wmVrl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.m-a {
  margin: auto !important;
}

.m-no {
  margin: 0 !important;
}

.mt-no {
  margin-top: 0 !important;
}

.mt-mxs {
  margin-top: -15px !important;
  z-index: 1;
}

.mt-msm {
  margin-top: -15px !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mt-msm {
    margin-top: -30px !important;
  }
}

.mt-mmd {
  margin-top: -30px !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mt-mmd {
    margin-top: -60px !important;
  }
}

.mt-mlg {
  margin-top: -45px !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mt-mlg {
    margin-top: -90px !important;
  }
}

.mt-mxl {
  margin-top: -60px !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mt-mxl {
    margin-top: -120px !important;
  }
}

.ml-no {
  margin-left: 0 !important;
}

.ml-mxs {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .ml-mxs {
    margin-left: -15px !important;
  }
}

.ml-msm {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .ml-msm {
    margin-left: -30px !important;
  }
}

.ml-mmd {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .ml-mmd {
    margin-left: -60px !important;
  }
}

.ml-mlg {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .ml-mlg {
    margin-left: -90px !important;
  }
}

.ml-mxl {
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .ml-mxl {
    margin-left: -120px !important;
  }
}

.mr-no {
  margin-right: 0 !important;
}

.mr-mxs {
  margin-right: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mr-mxs {
    margin-right: -15px !important;
  }
}

.mr-msm {
  margin-right: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mr-msm {
    margin-right: -30px !important;
  }
}

.mr-mmd {
  margin-right: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mr-mmd {
    margin-right: -60px !important;
  }
}

.mr-mlg {
  margin-right: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mr-mlg {
    margin-right: -90px !important;
  }
}

.mr-mxl {
  margin-right: 0 !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mr-mxl {
    margin-right: -120px !important;
  }
}

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

.mb-xs {
  margin-bottom: 15px !important;
}

.mb-sm {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 992px) {
  .mb-sm {
    margin-bottom: 30px !important;
  }
}

.mb-md {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 992px) {
  .mb-md {
    margin-bottom: 60px !important;
  }
}

.mb-lg {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 992px) {
  .mb-lg {
    margin-bottom: 90px !important;
  }
}

.mb-xl {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 992px) {
  .mb-xl {
    margin-bottom: 120px !important;
  }
}

.mb-mxs {
  margin-bottom: -15px !important;
  z-index: 1;
}

.mb-msm {
  margin-bottom: -15px !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mb-msm {
    margin-bottom: -30px !important;
  }
}

.mb-mmd {
  margin-bottom: -30px !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mb-mmd {
    margin-bottom: -60px !important;
  }
}

.mb-mlg {
  margin-bottom: -45px !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mb-mlg {
    margin-bottom: -90px !important;
  }
}

.mb-mxl {
  margin-bottom: -60px !important;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mb-mxl {
    margin-bottom: -120px !important;
  }
}

.p-no {
  padding: 0 !important;
}

.p-xs {
  padding: 15px !important;
}

.p-sm {
  padding: 30px !important;
}

.p-md {
  padding: 30px !important;
}
@media screen and (min-width: 992px) {
  .p-md {
    padding: 60px !important;
  }
}

.p-lg {
  padding: 30px !important;
}
@media screen and (min-width: 992px) {
  .p-lg {
    padding: 90px !important;
  }
}

.p-xl {
  padding: 30px !important;
}
@media screen and (min-width: 992px) {
  .p-xl {
    padding: 120px !important;
  }
}

.gap-no {
  gap: 0 !important;
}

.gap-xs {
  gap: 15px !important;
}

.gap-sm {
  gap: 30px !important;
}

.gap-md {
  gap: 30px !important;
}
@media screen and (min-width: 992px) {
  .gap-md {
    gap: 60px !important;
  }
}

.gap-lg {
  gap: 30px !important;
}
@media screen and (min-width: 992px) {
  .gap-lg {
    gap: 90px !important;
  }
}

.gap-xl {
  gap: 30px !important;
}
@media screen and (min-width: 992px) {
  .gap-xl {
    gap: 120px !important;
  }
}

.wp-block-columns.gap-no {
  gap: 0 !important;
}
.wp-block-columns.gap-xs {
  gap: 15px !important;
}
.wp-block-columns.gap-sm {
  gap: 30px !important;
}
.wp-block-columns.gap-md {
  gap: 30px !important;
}
@media screen and (min-width: 992px) {
  .wp-block-columns.gap-md {
    gap: 60px !important;
  }
}
.wp-block-columns.gap-lg {
  gap: 30px !important;
}
@media screen and (min-width: 992px) {
  .wp-block-columns.gap-lg {
    gap: 90px !important;
  }
}
.wp-block-columns.gap-xl {
  gap: 30px !important;
}
@media screen and (min-width: 992px) {
  .wp-block-columns.gap-xl {
    gap: 120px !important;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px !important;
}
@media screen and (min-width: 992px) {
  .flexbox {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 30px !important;
  }
}

.flex-reverse-sp.wp-block-columns {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
@media screen and (min-width: 992px) {
  .flex-reverse-sp.wp-block-columns {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.flex-row-sp.wp-block-columns {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-half-sp.wp-block-columns {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (min-width: 992px) {
  .flex-half-sp.wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
.flex-half-sp.wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: 45% !important;
      flex-basis: 45% !important;
}
@media screen and (min-width: 992px) {
  .flex-half-sp.wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.wp-block-columns {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 30px !important;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-columns {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.wp-block-columns:not(:last-child) {
  margin: 0 0 30px 0;
}

.wp-admin .edit-post-visual-editor .wp-block-columns {
  margin: 0 auto 30px auto;
}

.col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.wp-block-column img,
.col img {
  display: block;
  margin: 0 auto;
}

.subvisual {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.subvisual img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#breadcrumbs {
  margin: auto !important;
  max-width: 1080px;
  padding: 15px;
  text-align: right;
}
@media screen and (min-width: 576px) {
  #breadcrumbs {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1181px) {
  #breadcrumbs {
    padding: 15px 0;
  }
}
#breadcrumbs span,
#breadcrumbs a {
  font-size: 1.2rem;
}
#breadcrumbs a {
  color: #666;
}

.gmap {
  margin: 0;
}
.gmap:not(:last-child) {
  margin: 0 0 15px;
}
.gmap .googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap .googlemap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.gmap .googlemap object,
.gmap .googlemap embed {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.gmap .googlemap iframe:hover,
.gmap .googlemap object:hover,
.gmap .googlemap embed:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.gmap.alignfull .googlemap {
  padding-bottom: 56.25%;
}
@media screen and (min-width: 576px) {
  .gmap.alignfull .googlemap {
    padding-bottom: 25.25%;
  }
}

/*  Youtube
  -------------------------*/
.wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.fixed-bnr {
  bottom: 15px;
  display: none;
  position: fixed;
  right: 15px;
  z-index: 30;
}
@media screen and (min-width: 1181px) {
  .fixed-bnr {
    display: block;
  }
}
.fixed-bnr-txt a {
  background: #333;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  height: 120px;
  width: 120px;
}
.fixed-bnr-txt a span {
  left: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.fixed-bnr-txt a:hover {
  background: #fff;
}

.edit-btn {
  bottom: 30px;
  display: none;
  left: 15px;
  position: fixed;
  z-index: 900;
}
@media screen and (min-width: 1181px) {
  .edit-btn {
    display: block;
  }
}
.edit-btn .post-edit-link {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 30px;
}
.edit-btn .post-edit-link:hover {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}

footer {
  clear: both;
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  footer {
    margin-bottom: 0;
  }
}
footer .footer-contents {
  padding: 30px 15px;
}
@media screen and (min-width: 992px) {
  footer .footer-contents {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1181px) {
  footer .footer-contents {
    padding: 60px 0;
  }
}
footer .footer-logo {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  footer .footer-logo {
    font-size: 2.6rem;
  }
}
footer .footer-logo img {
  max-width: 100%;
}
footer .menu-item {
  margin: 0;
}
footer .menu-item .gnav-link {
  color: #333;
}
footer .menu-item .gnav-link p {
  margin: 0;
}
footer .menu-item .gnav-link .txt-en {
  display: none;
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
}

.footer-03 .footer-contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 1080px;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .footer-03 .footer-contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1181px) {
  .footer-03 .footer-contents {
    padding: 15px 0;
  }
}
.footer-03 .footer-contents .footer-menu {
  list-style-type: none;
  margin: 0 auto 15px;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer-03 .footer-contents .footer-menu {
    margin: 0;
    text-align: left;
    width: auto;
  }
}
.footer-03 .footer-contents .footer-menu .menu-item {
  font-size: 1.4rem;
  margin: 0 auto 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer-03 .footer-contents .footer-menu .menu-item {
    margin: 0;
  }
  .footer-03 .footer-contents .footer-menu .menu-item:before {
    background: #ccc;
    content: "";
    height: 100%;
    left: -15px;
    position: absolute;
    width: 1px;
  }
  .footer-03 .footer-contents .footer-menu .menu-item:first-child:before {
    content: none;
  }
}
.footer-03 .footer-contents .footer-sns-copyright {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px !important;
     -moz-column-gap: 15px !important;
          column-gap: 15px !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-03 .footer-contents .footer-sns-copyright .sns-nav img {
  height: auto;
  width: 24px;
}
.footer-03 .footer-contents .footer-sns-copyright .copyright {
  margin: 10px auto 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer-03 .footer-contents .footer-sns-copyright .copyright {
    width: auto;
    margin: 0;
  }
}

.sp-footer-menu {
  border-top: 1px solid #fff;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 576px) {
  .sp-footer-menu {
    display: none;
  }
}
.sp-footer-menu .menu-list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  gap: 0 !important;
  list-style-type: none;
  padding: 0;
}
.sp-footer-menu .menu-list .menu-item {
  border-left: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  position: relative;
  text-align: center;
}
.sp-footer-menu .menu-list .menu-item:last-child {
  border-right: 1px solid #fff;
}
.sp-footer-menu .menu-list .menu-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 45px;
}
.sp-footer-menu .menu-list .menu-item a img {
  height: auto;
  margin: 0 10px 0 0;
  width: 24px;
}

header {
  font-size: 1.4rem;
  position: relative;
}
header.header-absolute {
  background: none !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
header.gnav-fix {
  background: #fff !important;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 1181px) {
  header.gnav-fix {
    padding: 15px 30px;
  }
}
header h1 {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 992px) {
  header h1 {
    font-size: 2.6rem;
  }
}
header .header-logo {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  header .header-logo {
    font-size: 2.6rem;
  }
}
header .header-logo img {
  max-width: 100%;
}
header .header-lead {
  font-size: 1.4rem;
}
header .header-info {
  display: none;
}
@media screen and (min-width: 1181px) {
  header .header-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px !important;
       -moz-column-gap: 15px !important;
            column-gap: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 0 auto;
  }
}
header .header-info p {
  font-size: 1.4rem;
  margin: 0;
}
header .header-info .wp-block-button .wp-block-button__link {
  padding: 10px 30px;
}
header .header-info .sns-nav img {
  height: auto;
  margin: 6px 0 0;
  width: 24px;
}
header .gnav-list {
  display: none;
}
@media screen and (min-width: 1181px) {
  header .gnav-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
header .gnav-list .header-logo {
  display: block;
}
@media screen and (min-width: 1181px) {
  header .gnav-list .header-logo {
    display: none;
  }
}
header .gnav-list ul {
  list-style-type: none;
  margin: auto;
  padding-left: 0;
}
header .gnav-list ul .menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
header .gnav-list ul .menu-item .gnav-link {
  color: #333;
  display: block;
  font-size: 1.4rem;
  position: relative;
}
header .gnav-list ul .menu-item .gnav-link:before, header .gnav-list ul .menu-item .gnav-link:after {
  background: #333;
  bottom: -15px;
  content: "";
  height: 3px;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 0;
  z-index: 3;
}
header .gnav-list ul .menu-item .gnav-link:before {
  left: 50%;
}
header .gnav-list ul .menu-item .gnav-link:after {
  right: 50%;
}
header .gnav-list ul .menu-item .gnav-link:hover:before, header .gnav-list ul .menu-item .gnav-link:hover:after {
  width: 50%;
}
header .gnav-list ul .menu-item .gnav-link p {
  margin: 0;
}
header .gnav-list ul .menu-item .gnav-link p.txt-en {
  font-size: 1rem;
}
header .gnav-list ul .menu-item .sub-menu {
  background: #fff;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  list-style-type: none;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
header .gnav-list ul .menu-item .sub-menu:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(25% - 15px);
}
header .gnav-list ul .menu-item .sub-menu:after {
  content: "";
  display: block;
  width: calc(25% - 15px);
}
header .gnav-list ul .menu-item .sub-menu .menu-item {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  position: relative;
  text-align: left;
  width: calc(25% - 15px);
}
header .gnav-list ul .menu-item .sub-menu .menu-item:before {
  color: #333;
  content: "ー";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .gnav-list ul .menu-item .sub-menu .menu-item .gnav-link {
  font-size: 1.4rem;
  display: block;
  padding: 10px 20px;
}
header .gnav-list ul .menu-item .sub-menu .menu-item .gnav-link:before, header .gnav-list ul .menu-item .sub-menu .menu-item .gnav-link:after {
  content: none;
}
header .gnav-list ul .menu-item .sub-menu .menu-item .gnav-link .txt-en {
  display: none;
}
header .gnav-list .wp-block-button {
  display: block;
}
@media screen and (min-width: 1181px) {
  header .gnav-list .wp-block-button {
    display: none;
  }
}
header .gnav-list .tel {
  display: block;
}
@media screen and (min-width: 1181px) {
  header .gnav-list .tel {
    display: none;
  }
}
header .gnav-list .sns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1181px) {
  header .gnav-list .sns-nav {
    display: none;
  }
}
header .gnav-list .sns-nav img {
  height: auto;
  width: 24px;
}

.header-03 {
  padding: 15px;
}
@media screen and (min-width: 1181px) {
  .header-03 {
    padding: 0 0 0 30px;
  }
}
.header-03.gnav-fix {
  padding: 15px;
}
@media screen and (min-width: 1181px) {
  .header-03.gnav-fix {
    padding: 0 0 0 30px;
  }
}
.header-03.gnav-fix .header-contents .header-right .header-info {
  display: none;
}
.header-03.gnav-fix .header-contents .header-right .gnav {
  margin: 0;
}
.header-03 .header-lead {
  display: none;
}
@media screen and (min-width: 1181px) {
  .header-03 .header-lead {
    display: block;
    margin: 0 auto 15px;
    text-align: right;
  }
}
.header-03 .header-contents {
  gap: 0 !important;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .header-03 .header-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px !important;
  }
}
.header-03 .header-contents .header-right {
  margin: 0 0 0 auto;
}
.header-03 .header-contents .header-right .header-info {
  margin: 0;
}
@media screen and (min-width: 1181px) {
  .header-03 .header-contents .header-right .header-info {
    margin: 0 0 15px auto;
  }
}
.header-03 .header-contents .header-right .gnav .gnav-list ul {
  -webkit-column-gap: 30px !important;
     -moz-column-gap: 30px !important;
          column-gap: 30px !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .header-03 .header-contents .header-right .gnav .gnav-list ul {
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
  }
}
.header-03 .header-contents .header-right .gnav .gnav-list ul .menu-item {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  text-align: center;
}
.header-03 .header-contents .header-right .gnav .gnav-list ul .menu-item .sub-menu {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-03 .header-contents .header-right .gnav .gnav-list ul .menu-item .sub-menu .menu-item {
  text-align: left;
  width: 100%;
}
.header-03 .header-contents .header-right .gnav .gnav-list .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin: 30px 0 0;
}
@media screen and (min-width: 1181px) {
  .header-03 .header-contents .header-right .gnav .gnav-list .header-btn {
    display: none;
  }
}
.header-03 .header-contents .header-btn {
  display: none;
  gap: 0;
}
@media screen and (min-width: 1181px) {
  .header-03 .header-contents .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-03 .header-contents .header-btn a {
  font-weight: bold;
  text-align: center;
}
.header-03 .header-contents .header-btn a:first-child {
  background: #333;
  border: 3px solid #333;
  color: #fff;
  padding: 30px 15px;
}
.header-03 .header-contents .header-btn a:first-child:hover {
  background: #fff;
  color: #333;
}
.header-03 .header-contents .header-btn a:last-child {
  background: #f5d23b;
  border: 3px solid #f5d23b;
  color: #333;
  padding: 30px 15px;
}
.header-03 .header-contents .header-btn a:last-child:hover {
  background: #fff;
  color: #f5d23b;
}

.gnav-toggle {
  display: block;
  height: 20px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  z-index: 40;
}
@media screen and (min-width: 992px) {
  .gnav-toggle {
    right: 30px;
  }
}
@media screen and (min-width: 1181px) {
  .gnav-toggle {
    display: none;
  }
}
.gnav-toggle span {
  background-color: #333;
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gnav-toggle span:nth-of-type(1) {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 30px;
}
.gnav-toggle span:nth-of-type(2) {
  right: 0;
  -webkit-transform: translateX(0%) translateY(-50%);
          transform: translateX(0%) translateY(-50%);
  width: 24px;
}
.gnav-toggle span:nth-of-type(3) {
  right: 0;
  top: 100%;
  -webkit-transform: translateX(0%) translateY(-50%);
          transform: translateX(0%) translateY(-50%);
  width: 18px;
}
.gnav-toggle.gnav-open span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.gnav-toggle.gnav-open span:nth-of-type(2) {
  display: none;
}
.gnav-toggle.gnav-open span:nth-of-type(3) {
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 30px;
}

.gnav-list-open {
  background: #fff;
  display: block !important;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 90px 30px;
  position: fixed !important;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  z-index: 30;
}
@media screen and (min-width: 576px) {
  .gnav-list-open {
    padding: 60px;
  }
}
.gnav-list-open .header-logo {
  margin: 0 auto 30px;
  text-align: center;
}
.gnav-list-open ul {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.gnav-list-open ul .menu-item {
  text-align: left !important;
  width: 100%;
}
.gnav-list-open ul .menu-item.menu-item-has-children a {
  pointer-events: none;
}
.gnav-list-open ul .menu-item.menu-item-has-children .sub-menu a {
  pointer-events: auto;
}
.gnav-list-open ul .menu-item .gnav-link {
  padding: 10px 15px !important;
}
.gnav-list-open ul .menu-item .gnav-link:before {
  background: none !important;
  border: 0px;
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  content: "";
  height: 6px !important;
  left: auto !important;
  right: 20px;
  width: 6px !important;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.gnav-list-open ul .menu-item .gnav-link:after {
  content: none !important;
}
.gnav-list-open ul .menu-item .gnav-link .txt-en {
  display: none;
}
.gnav-list-open ul .menu-item .sub-menu {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  left: 0 !important;
  padding: 0 0 0 15px !important;
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.gnav-list-open ul .menu-item .sub-menu .menu-item {
  width: 100% !important;
}
.gnav-list-open ul .menu-item .sub-menu .menu-item .gnav-link {
  padding: 10px 20px !important;
}
.gnav-list-open .wp-block-button {
  margin: 30px auto 0;
  text-align: center;
}
.gnav-list-open .tel {
  margin: 30px auto 0;
  text-align: center;
}
.gnav-list-open .tel p {
  margin: 0;
}
.gnav-list-open .tel p a {
  color: #333 !important;
}
.gnav-list-open .sns-nav {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}

header.header-white.gnav-fix {
  background: rgba(0, 0, 0, 0.7) !important;
}
header.header-white .gnav-list ul .menu-item .gnav-link {
  color: #fff;
}
header.header-white .gnav-list ul .menu-item .gnav-link .txt-en {
  color: #fff;
}
header.header-white .gnav-list.gnav-list-open {
  color: #333;
}
header.header-white .gnav-list.gnav-list-open ul .menu-item .gnav-link {
  color: #333;
}
header.header-white .gnav-list.gnav-list-open .wp-block-button .wp-block-button__link {
  background: #333 !important;
  color: #fff;
}
header.header-white .gnav-toggle span {
  background: #fff;
}
header.header-white .gnav-toggle.gnav-open span:first-child, header.header-white .gnav-toggle.gnav-open span:nth-of-type(3) {
  background-color: #333;
}
header.header-white .wp-block-button .wp-block-button__link {
  background: #fff !important;
  color: #333;
}
header.header-white.header-05 .header-contents .header-search .search-trigger .magnifying_glass::before {
  background: #333;
  border: 3px solid #fff;
}
header.header-white.header-05 .header-contents .header-search .search-trigger .magnifying_glass::after {
  background-color: #fff;
}

.archive .layout-type01 a {
  border-bottom: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 0 0 15px;
}
.archive .layout-type01 a .flexbox .col:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .archive .layout-type01 a .flexbox .col:first-child {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
.archive .layout-type01 a .flexbox .col:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .archive .layout-type01 a .flexbox .col:last-child {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }
}
.archive .layout-type01 a .flexbox .col .image {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.archive .layout-type01 a .flexbox .col .image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.archive .layout-type01 a .cat {
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 15px 0 0;
  padding: 5px 15px;
}
.archive .layout-type01 a time {
  font-size: 1.4rem;
}
.archive .layout-type01 a h2 {
  font-size: 1.6rem;
  margin: 0;
}

.pagination {
  margin: 30px auto 0;
}
@media screen and (min-width: 992px) {
  .pagination {
    margin: 60px auto 0;
  }
}
.pagination .nav-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .pagination .nav-links {
    font-size: 1.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination .nav-links .page-numbers {
  background: #fff;
  border: 1px solid #333;
  color: #333;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 10px 15px;
}
.pagination .nav-links .page-numbers:last-child {
  margin: 0 0 15px 0;
}
.pagination .nav-links .page-numbers:hover {
  background: #333;
  color: #fff;
}
.pagination .nav-links .page-numbers.current {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .pagination .nav-links .page-numbers {
    margin: 0 15px 0 0;
  }
  .pagination .nav-links .page-numbers:last-child {
    margin: 0;
  }
}

.sidebar section:not(:first-of-type) {
  margin: 30px auto 0;
}

.widget_nav_menu h3 {
  color: #fff;
  margin: 0;
  padding: 5px 15px;
}
.widget_nav_menu .menu {
  border: 1px solid #ccc;
  border-bottom: none;
  list-style-type: none;
  padding: 0;
}
.widget_nav_menu .menu li {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.widget_nav_menu .menu li a {
  color: #333;
  display: block;
  padding: 5px 15px;
  position: relative;
}
.widget_nav_menu .menu li a:hover {
  background: #333;
  color: #fff;
}
.widget_nav_menu .menu li a:after {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: "";
  display: block;
  height: 6px;
  right: 15px;
  margin-top: -4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 1s all;
  transition: 1s all;
  top: 50%;
  width: 6px;
}
.widget_nav_menu .menu li a:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 10px;
}

.sidebar-flex-reverse-sp {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
@media screen and (min-width: 992px) {
  .sidebar-flex-reverse-sp {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.single .layout-type01 .flexbox .col:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .single .layout-type01 .flexbox .col:first-child {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
.single .layout-type01 .flexbox .col:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .single .layout-type01 .flexbox .col:last-child {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }
}
.single h1 {
  font-size: 2rem;
  margin: 0 0 15px 0;
}
.single .cat {
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 15px 0 0;
  padding: 5px 15px;
}
.single time {
  font-size: 1.4rem;
}

.sns__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 30px auto 0;
}
@media screen and (min-width: 992px) {
  .sns__container {
    margin: 60px auto 0;
  }
}
.sns__container a {
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.sns__container a img {
  max-height: 20px;
  min-height: 20px;
}

.sns__twitter {
  background: #1d9bf0;
}

.sns__facebook {
  background: #1a77f2;
}

.sns__pocket {
  background: #f04056;
}

.sns__line {
  background: #03c755;
}

.sns__hatena {
  background: #00a5de;
}

.post__pagination {
  font-size: 1.4rem;
  margin: 30px auto 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .post__pagination {
    margin: 60px auto 0;
  }
}
.post__pagination__left, .post__pagination__right {
  max-width: 340px;
  width: 100%;
}
.post__pagination__left__img, .post__pagination__right__img {
  background: #333;
  display: block;
}
.post__pagination__left__img > img, .post__pagination__right__img > img {
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  width: 100%;
}
.post__pagination__left__text, .post__pagination__right__text {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  z-index: 999;
}
.post__pagination__left {
  float: none;
  margin: 0 auto 15px;
}
@media screen and (min-width: 992px) {
  .post__pagination__left {
    float: left;
    margin: 0 auto;
  }
}
.post__pagination__left > a {
  display: block;
  position: relative;
}
.post__pagination__right {
  float: none;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .post__pagination__right {
    float: right;
  }
}
.post__pagination__right > a {
  display: block;
  position: relative;
}

#sitemap_list {
  list-style-type: none;
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
}
#sitemap_list li {
  margin: 0 0 15px;
}
#sitemap_list a {
  border: 2px solid #333;
  color: #333;
  display: block;
  padding: 10px 15px;
  position: relative;
}
#sitemap_list a:after {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: "";
  display: block;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  width: 6px;
}
#sitemap_list a:hover:after {
  right: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#sitemap_list li ul {
  list-style-type: none;
  margin: 15px 0 0 auto;
  max-width: 750px;
  padding-left: 0;
}

.topInterview {
  overflow: visible !important;
}
.topInterview figure {
  position: relative;
}
.topInterview figure a {
  border-bottom: 0 !important;
  padding: 0 !important;
  z-index: 1;
}
.topInterview figure p {
  background: #f5d23b;
  color: #333;
  font-weight: bold;
  left: -15px;
  padding: 5px 0px;
  position: absolute;
  top: 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
}
.topInterview .box .position {
  color: #f5d23b;
  font-weight: bold;
}
.topInterview .box h2 {
  font-weight: bold;
}

.archiveInterview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px;
}
.archiveInterview::before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .archiveInterview::before {
    width: 23%;
  }
}
.archiveInterview::after {
  content: "";
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .archiveInterview::after {
    width: 23%;
  }
}
.archiveInterview__item {
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 992px) {
  .archiveInterview__item {
    width: 23%;
    margin: 0 0 30px;
  }
}
.archiveInterview__item figure {
  position: relative;
}
.archiveInterview__item figure a {
  border-bottom: 0 !important;
  padding: 0 !important;
  z-index: 1;
}
.archiveInterview__item figure p {
  background: #f5d23b;
  color: #333;
  font-weight: bold;
  left: -15px;
  padding: 5px 0px;
  position: absolute;
  top: 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
}
.archiveInterview__item .box .position {
  color: #f5d23b;
  font-weight: bold;
}
.archiveInterview__item .box h2 {
  font-weight: bold;
}

.singleInterview__sec01 .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px !important;
  margin: 0 auto 60px;
}
@media screen and (min-width: 992px) {
  .singleInterview__sec01 .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 30px !important;
  }
}
.singleInterview__sec01 .wp-block-group__inner-container .ttl {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .singleInterview__sec01 .wp-block-group__inner-container .ttl {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.singleInterview__sec01 .wp-block-group__inner-container .ttl .position {
  color: #f5d23b;
  font-weight: bold;
}
.singleInterview__sec01 .wp-block-group__inner-container .ttl h2 {
  font-weight: bold;
}
.singleInterview__sec01 .wp-block-group__inner-container .ttl .joiningDay {
  font-weight: bold;
  margin: 30px 0 0;
}
.singleInterview__sec01 .wp-block-group__inner-container .thumbnail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .singleInterview__sec01 .wp-block-group__inner-container .thumbnail {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
.singleInterview__sec01 .wp-block-group__inner-container .thumbnail figure {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}
.singleInterview__sec01 .wp-block-group__inner-container .thumbnail figure p {
  bottom: -80px;
  color: #f5d23b;
  font-size: 12rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: auto;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .singleInterview__sec01 .wp-block-group__inner-container .thumbnail figure p {
    bottom: auto;
    font-size: 18.5vw;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}
@media screen and (min-width: 1181px) {
  .singleInterview__sec01 .wp-block-group__inner-container .thumbnail figure p {
    font-size: 22rem;
  }
}
.singleInterview__sec02 {
  max-width: 800px;
}
.singleInterview__sec04 {
  background: #333;
  color: #fff;
  margin-top: -120px !important;
  padding: 120px 0 0 !important;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .singleInterview__sec04 {
    margin-top: -240px !important;
    padding: 300px 0 60px !important;
  }
}
.singleInterview__sec04 .wp-block-group__inner-container .wp-block-group__inner-container {
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .singleInterview__sec04 .wp-block-group__inner-container .wp-block-group__inner-container {
    padding: 0;
  }
}
.singleInterview__sec04 .wp-block-group__inner-container .wp-block-group__inner-container h3 {
  background: #fff;
  color: #333;
  display: inline-block;
  font-weight: bold;
  padding: 15px 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .singleInterview__sec04 .wp-block-group__inner-container .wp-block-group__inner-container h3 {
    padding: 15px 60px;
  }
}
.singleInterview__sec04 .wp-block-group__inner-container .wp-block-group__inner-container div {
  text-align: left;
}