@charset "utf-8";
/* Link */
.common_btn {
  text-align: center;
  margin: 0 auto;
}
.common_btn a,
.vk_button .vk_button_link.btn,
.wp-block-buttons .wp-block-button__link {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  min-width: 220px;
  width: fit-content;
  min-height: 3.5em;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  background: transparent !important;
  border-radius: 0;
  padding: 0.5em 1.5em;
  margin: auto;
  text-decoration: none;
  opacity: 1;
  box-shadow: none;
}
.common_btn a::before,
.vk_button .vk_button_link.btn::before,
.wp-block-buttons .wp-block-button__link::before {
  position: absolute;
  z-index: -10;
  inset: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 5em;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.15));
  transition: filter .4s, transform .4s;
  box-sizing: border-box;
}
.common_btn a::after,
.vk_button .vk_button_link.btn::after,
.wp-block-buttons .wp-block-button__link::after {
  display: inline-block;
  content: "\2192";
  font-size: 1em;
}
.common_btn.btn_white a {
  color: var(--point_color);
}
.common_btn.btn_white a::before {
  background: var(--white);
  border-color: var(--point_color);
}
.common_btn.btn_gray a {
  color: var(--black);
}
.common_btn.btn_gray a::before {
  background: var(--gray02);
  border-color: var(--gray02);
}
@media (any-hover: hover) and (any-pointer: fine) {
  .common_btn a:hover::before,
  .vk_button .vk_button_link.btn:hover::before,
  .wp-block-buttons .wp-block-button__link:hover::before {
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.15));
    transform: scale(0.98);
  }
}
@media screen and (max-width: 767px) {
  .common_btn a,
  .vk_button .vk_button_link.btn,
  .wp-block-buttons .wp-block-button__link {
    gap: 0.75em;
    min-width: 180px;
    min-height: 3.25em;
    padding: 0.5em 1.25em;
  }
}
/* table */
.table_style {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #bdbdbd;
  padding-bottom: 0.75em;
  margin-block: 0 0.75em;
}
:nth-last-child(1 of .table_style) {
  margin: 0;
}
.table_style dt {
  width: 300px;
  font-size: 1rem;
  padding-left: 0.5em;
  margin: 0;
}
.table_style dd {
  width: calc(100% - 300px);
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .table_style {
    flex-direction: column;
    gap: 0.25em;
  }
  .table_style dt {
    width: 100%;
    padding-left: 0;
  }
  .table_style dd {
    width: 100%;
  }
}
/* list */
.category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em 2.5em;
  width: min(100%, 1000px);
  padding: 0;
  margin: 0 auto 3.5em;
}
.category-list .category-item {
  margin: 0;
  padding: 0;
}
.category-list .category-item a,
.category-list .category-item label {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--gray01);
  text-decoration: none;
  text-underline-offset: 0.5em;
}
.category-list .category-item a.is-active,
.tab_change>input[id$="01"]:checked~.tab_controller label[for$="01"],
.tab_change>input[id$="02"]:checked~.tab_controller label[for$="02"],
.tab_change>input[id$="03"]:checked~.tab_controller label[for$="03"],
.tab_change>input[id$="04"]:checked~.tab_controller label[for$="04"],
.tab_change>input[id$="05"]:checked~.tab_controller label[for$="05"],
.tab_change>input[id$="06"]:checked~.tab_controller label[for$="06"],
.tab_change>input[id$="07"]:checked~.tab_controller label[for$="07"],
.tab_change>input[id$="08"]:checked~.tab_controller label[for$="08"] {
  color: var(--point_color);
  text-decoration: underline;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .category-list .category-item a:hover,
  .category-list .category-item label:hover {
    color: var(--point_color);
    text-decoration: underline;
  }
}
@media screen and (max-width:767px) {
  .category-list {
    gap: 0.75em 1.25em;
    margin: 0 auto 1.5em;
  }
  .category-list .category-item a,
  .category-list .category-item label {
    font-size: 1rem;
  }
}
.topics-list {
  container-type: inline-size;
  margin: 0;
  padding: 0;
}
.topics-list .topics-item {
  margin: 0;
  padding: 0;
}
.topics-list .topics-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em 1em;
  min-height: 5.625em;
  color: var(--black);
  border-bottom: 1px solid #bdbdbd;
  text-decoration: none;
  padding: 1em 0.5em;
}
.topics-list .topics-item a time {
  font-size: 1rem;
  color: #747775;
}
.topics-list .topics-item a .topics-item_cateroy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 8.75em;
  font-size: 1rem;
  background: var(--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 3em;
  padding: 0.25em 0.75em;
  margin: 0;
}
.topics-list .topics-item a .topics-item_cateroy:is([style]){
  color: var(--white);
}
.topics-list .topics-item a .topics-item_details {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin: 0;
}
body:not(.home) .topics-list .topics-item a .topics-item_details {
  width: 100%;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .topics-list .topics-item a:hover {
    background: var(--gray02);
  }
}
@container (width <=925px) {
  .topics-list .topics-item a .topics-item_details {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .topics-list .topics-item a {
    min-height: 0;
    padding: 1em 0;
  }
  .topics-list .topics-item a time {
    font-size: 0.85714285714rem;
  }
  .topics-list .topics-item a .topics-item_cateroy {
    min-width: 6.5em;
    font-size: 0.85714285714rem;
    padding: 0.1em 0.75em;
  }
  .topics-list .topics-item a .topics-item_details {
    font-size: 1rem;
  }
}
/*  GoogleMAP・動画埋め込み  */
.map_wrap iframe {
  width: 100%;
}
.movie_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.movie_wrap iframe,
.movie_wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*  パンくずリスト  */
.breadcrumb_wrap {
  background: var(--point_color);
}
#pan {
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
  margin-bottom: 6.25rem;
  overflow: hidden;
}
#pan ol {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  overflow-y: hidden;
  overflow-x: auto;
}
#pan li,
#pan li * {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--white);
}
#pan li::after {
  display: inline-block;
  vertical-align: middle;
  content: "\003E";
  margin-left: 0.75em;
}
#pan li:not(:last-child) {
  margin-right: 0.75em;
}
#pan li:last-child::after {
  display: none;
}
#pan li * {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
#pan li a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media (any-hover: hover) and (any-pointer: fine) {
  #pan li a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  #pan {
    position: relative;
    z-index: 10;
    margin-top: 1em;
    margin-bottom: 2.5em;
    overflow: hidden;
  }
  #pan:after,
  #pan li:last-child:after {
    position: absolute;
    z-index: 10;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0.75em;
    background: var(--black);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
  }
  #pan a {
    text-decoration: underline;
  }
  #pan li:last-child {
    position: relative;
    padding-right: 0.75em;
    margin-right: 0;
    flex-grow: 1;
  }
  #pan li:last-child:after {
    z-index: 20;
    top: -1em;
    bottom: -1em;
    background: var(--point_color);
  }
}
/*  ページャー  */
.navigation {
  margin: 0;
  padding-block: 3em 0.75em;
}
ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
  padding: 0;
  margin: 0;
}
ul.page-numbers li {
  margin: 0;
  overflow: visible;
}
ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 2.625em;
  aspect-ratio: 1/1;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: var(--point_color);
  border: none;
  border-radius: 100% !important;
  background: var(--white);
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  text-decoration: none;
}
ul.page-numbers li span.page-numbers.current {
  color: var(--white);
  background: var(--point_color);
}
.navigation.post-navigation {
  width: min(100%, 840px);
  padding-block: 7em 3em;
  margin-inline: auto;
}
.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.75em 3.75em;
}
.navigation.post-navigation .nav-links:not(:has(.nav-previous)) {
  justify-content: flex-end;
}
.navigation.post-navigation .nav-links::before {
  content: "";
  display: inline-block;
  width: 1px;
  background: #898989;
  order: 2;
}
.navigation.post-navigation .nav-links .nav-next {
  order: 3;
}
.navigation.post-navigation .nav-links .nav-previous {
  order: 1;
}
.navigation.post-navigation .nav-links div:is(.nav-next, .nav-previous) {
  width: calc(50% - 3.75em - 0.5px);
}
.navigation.post-navigation .nav-links div:is(.nav-next, .nav-previous) a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--black);
  text-decoration: none;
  padding-left: 0.75em;
  transition: background .4s;
}
.navigation.post-navigation .nav-links div:is(.nav-next, .nav-previous) a::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  content: "\2192";
  min-width: 3em;
  aspect-ratio: 1/1;
  font-size: 1.5rem;
  font-weight: 300;
}
.navigation.post-navigation .nav-links div:is(.nav-previous) a {
  flex-direction: row-reverse;
  padding-inline: 0 0.75em;
}
.navigation.post-navigation .nav-links div:is(.nav-previous) a::after {
  content: "\2190";
}
@media (any-hover: hover) and (any-pointer: fine) {
  ul.page-numbers li a:hover {
    color: var(--white);
    background: var(--point_color);
  }
  .navigation.post-navigation .nav-links div:is(.nav-next, .nav-previous) a:hover {
    background: var(--gray02);
  }
}
@media screen and (max-width:767px) {
  .navigation {
    padding-top: 3em;
  }
  ul.page-numbers {
    gap: 0 0.5em;
  }
  ul.page-numbers li a,
  ul.page-numbers li span.page-numbers {
    width: 2.5em;
    font-size: 0.875rem;
  }
  .navigation.post-navigation {
    padding-block: 3em 2em;
    margin-inline: auto;
  }
  .navigation.post-navigation .nav-links {
    flex-direction: column;
  }
  .navigation.post-navigation .nav-links::before {
    width: 100%;
    height: 1px;
  }
  .navigation.post-navigation .nav-links div:is(.nav-next, .nav-previous) {
    width: 100%;
  }
  .navigation.post-navigation .nav-links div:is(.nav-next, .nav-previous) a {
    line-height: 1.6;
    padding-inline: 0;
  }
  .navigation.post-navigation .nav-links div:is(.nav-next, .nav-previous) a::after {
    min-width: 2em;
    aspect-ratio: auto;
    font-size: 1.25rem;
  }
}
/*  モーダル  */
.modal-content {
  width: 80%;
  max-width: 1240px;
  margin: 0px;
  padding: 10px 20px;
  background: none;
  position: fixed;
  display: none;
  z-index: 1020;
}
#modal-overlay {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.66);
}
.modal-content .close_btn {
  position: absolute;
  top: -10%;
  right: 0px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  line-height: 1;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
}
/*  タブ切替  */
.tab_change>input[type="radio"] {
  display: none;
}
.tab_change>input[type="radio"]~.tab_table .tab_content {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  z-index: -10;
  visibility: hidden;
  transition: opacity .4s;
}
.tab_change>input[id$="01"]:checked~.tab_table div[class$="01"],
.tab_change>input[id$="02"]:checked~.tab_table div[class$="02"],
.tab_change>input[id$="03"]:checked~.tab_table div[class$="03"],
.tab_change>input[id$="04"]:checked~.tab_table div[class$="04"],
.tab_change>input[id$="05"]:checked~.tab_table div[class$="05"],
.tab_change>input[id$="06"]:checked~.tab_table div[class$="06"],
.tab_change>input[id$="07"]:checked~.tab_table div[class$="07"],
.tab_change>input[id$="08"]:checked~.tab_table div[class$="08"] {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  max-height: 200vh;
  overflow: visible;
  width: 100%;
}
.tab_change {
  position: relative;
  z-index: 20;
}
.tab_change::after {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  width: 100vw;
  height: 3px;
  background: var(--yellow);
  left: 50%;
  top: 3.75em;
  transform: translateX(-50%);
}
/*  フォーム  */
.smf-form .smf-item.required-box .smf-item__description,
.form-input .required-text strong {
  display: inline-block;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--white) !important;
  background: #cb3044 !important;
  border: 1px solid #cb3044;
  border-radius: 3px;
  padding: 0.2em 0.5em 0.3em;
  margin: 0;
}
.form-input .required-text strong {
  margin-right: 0.5em;
}
.smf-form .smf-item input[type="text"],
.smf-form .smf-item input[type="search"],
.smf-form .smf-item input[type="email"],
.smf-form .smf-item input[type="tel"],
.smf-form .smf-item input[type="number"],
.smf-form .smf-item input[type="password"],
.smf-form .smf-item input[type="date"],
.smf-form .smf-item input[type="datetime-local"],
.smf-form .smf-item textarea,
.smf-form .smf-item select {
  border: #e5e5e5 solid 1px;
  display: block;
  width: min(100%, 460px);
  height: 3.5em;
  line-height: 3.5em;
  padding: 0 1em !important;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0 !important;
  border-radius: 7px;
  box-sizing: border-box;
  text-align: left;
  color: inherit;
}
.smf-form .smf-item textarea {
  width: 100%;
  height: auto;
  line-height: 1.5em;
  padding: 1em !important;
}
.smf-form .smf-item input::placeholder,
.smf-form .smf-item textarea::placeholder {
  color: #d4d4d4;
  font-weight: normal;
}
.smf-form .smf-item label {
  cursor: pointer;
}
.smf-form .smf-item input[type="radio"],
.smf-form .smf-item input[type="checkbox"] {
  position: absolute;
  z-index: -10;
  font-size: 0;
  line-height: 0;
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  width: 0;
  height: 0;
  margin: 0
}
.smf-form .smf-item input[type="radio"]::before,
.smf-form .smf-item input[type="checkbox"]::before {
  display: none !important;
}
.smf-form .smf-item input[type="radio"]+span,
.smf-form .smf-item input[type="checkbox"]+span {
  display: inline-block;
  padding: 0.25em 0.25em 0.25em 1.75em;
  position: relative;
}
.smf-form .smf-item input[type="checkbox"]+span {
  padding-left: 1.75em;
}
.smf-form .smf-item label input[type="radio"]+span:before,
.smf-form .smf-item label input[type="checkbox"]+span:before,
.smf-form .smf-item label input[type="radio"]+span:after,
.smf-form .smf-item label input[type="checkbox"]+span:after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .2s;
}
.smf-form .smf-item label input[type="checkbox"]+span:after {
  border: none;
  width: 0.875rem;
  height: 0.5rem;
  background: none;
  border-top: solid 3px var(--white);
  border-right: solid 3px var(--white);
  transform: rotate(135deg);
  top: -0.2em;
  left: 0.1em;
  opacity: 0;
}
.smf-form .smf-item label input[type="radio"]+span:before {
  border-radius: 50%;
  width: 1.125em;
  height: 1.125em;
}
.smf-form .smf-item label input[type="radio"]+span:after {
  border-radius: 50%;
  width: 0.75em;
  height: 0.75em;
  border: none;
  background: var(--main_color);
  top: 0;
  left: 0.2em;
  opacity: 0;
}
.smf-form .smf-item label input[type="checkbox"]:checked+span:before {
  border-color: var(--main_color);
  background: var(--main_color);
}
.smf-form .smf-item label input[type="radio"]:checked+span:after,
.smf-form .smf-item label input[type="checkbox"]:checked+span:after {
  opacity: 1;
}
.smf-form .smf-item input[type="radio"]:focus+span::before,
.smf-form .smf-item input[type="checkbox"]:focus+span::before {
  outline: 1px solid;
}
.smf-form .smf-item .smf-control-description {
  font-size: 0.875rem;
  color: var(--black);
  margin-top: 0;
  text-align: left;
}
.smf-form .smf-item .smf-control-imagecaptcha {
  text-align: left;
}
.smf-form .smf-item .smf-control-imagecaptcha>* {
  display: inline-block;
  vertical-align: middle;
}
.smf-form .smf-item .smf-select-control {
  width: min(100%, 460px);
  position:relative;
  z-index:2;
}
.smf-form .smf-item .smf-select-control select{
  cursor:pointer;
}
.smf-form .smf-select-control__toggle:before{
  content:"";
  display:block;
  width:6px;
  height:6px;
  border:#333 solid;
  border-width: 0 1px 1px 0;
  position:absolute;
  inset:0 auto;
  right:0.5em;
  margin:auto;
  transform: rotate(45deg);
}
.smf-form .privacypolicy-box .smf-placeholder {
  text-align: center;
}
.smf-action {
  display: flex;
  justify-content: center;
  margin: 2em auto 0 !important;
  gap: 1em;
}
.smf-action .smf-button-control {
  margin: 0 !important;
}
.smf-action .smf-button-control__control,
.smf-action .smf-button-control__control input {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  min-width: 220px;
  width: fit-content;
  min-height: 3.5em;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  background: transparent !important;
  border: none;
  border-radius: 0;
  padding: 0.5em 1.5em;
  margin: auto;
  text-decoration: none;
  cursor:pointer;
  margin-inline:0;
}
.smf-action .smf-button-control__control::before {
  position: absolute;
  z-index: -10;
  inset: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 5em;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.15));
  transition: filter .4s, transform .4s;
  box-sizing: border-box;
}
.smf-action .smf-button-control__control::after {
  display: inline-block;
  content: "\2192";
  font-size: 1em;
}
.smf-action .smf-button-control__control:has(input) {
  padding: 0;
}
.smf-action .smf-button-control__control input {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  color: var(--white);
  background: transparent !important;
  border: none;
  padding: 0.5em 1.5em;
}
.smf-action .smf-button-control__control:has(input)::after {
  position: absolute;
  z-index: 10;
  right: 1.25em;
}
.smf-action .smf-button-control__control .smf-sending::before {
  display: none;
}
.snow-monkey-form[data-screen="input"] .form-confirm,
.snow-monkey-form[data-screen="invalid"] .form-confirm,
.snow-monkey-form[data-screen="back"] .form-confirm,
.snow-monkey-form[data-screen="confirm"] .form-input,
.snow-monkey-form[data-screen="invalid"] .form-input {
  display: none !important;
}
.smf-form .smf-item {
  padding: 1.25rem 0;
}
.smf-form .smf-item.required-text_box {
  padding-bottom: 0.5rem;
}
.smf-form .smf-item.required-text_box .form-text_lead {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 5em;
}
.smf-form .smf-item:not(div:has(.form-confirm)) {
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smf-form .smf-item.form-input {
  border-bottom: none !important;
}
.smf-form.smf-form--letter .smf-item {
  flex-direction: column;
  gap: 0.5em;
  padding: 0.75em 0;
}
.smf-form.smf-form--letter .smf-item__col {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  flex: 0 !important;
}
.smf-form.smf-form--letter .smf-item .smf-item__col--label {
  min-height: 0;
  justify-content: flex-start;
  gap: 0.75em;
}
.smf-form .smf-item .smf-item__col--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  flex: 285px;
  width: 285px;
  padding-right: 4em;
  padding-bottom: 0;
  box-sizing: border-box;
}
.snow-monkey-form:not([data-screen="confirm"]) .smf-item .smf-item__col--label {
  min-height: 2.5em;
}
.smf-form .smf-item:not(.required-box) .smf-item__col--label {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.smf-form .smf-item .smf-item__label__text {
  font-size: 1rem;
}
.smf-form .smf-item .smf-item__col--label+.smf-item__col--controls {
  flex: calc(100% - 285px);
  max-width: calc(100% - 285px);
}
.smf-form .smf-item .smf-item__col--controls {
  flex: 100%;
  max-width: 100%;
}
.smf-form .note{
  font-size:0.94rem;
  margin-block:0.5em 0;
  color:#666;
  line-height:1.5;
}
.smf-form .note:not(.placeholder){
  text-indent:-1em;
  margin-left:1em;
}
.contact-wrap iframe {
  width: 100%;
  height: 1110px;
  margin: 0;
}
.contact-wrap iframe html {
  overflow: hidden;
}

.contact .notice{
  margin-bottom:3em;
}
.contact .notice > p:first-child{
  font-size:1.125rem;
  margin-bottom:2em;
}
.contact .notice p{
  margin-block:1.5em;
}
.contact .notice .common_btn a{
  margin-inline:0 auto;
}
.contact .notice .common_btn p{
  margin-block:0.5em;
  text-align:left;
  font-weight:600;
}
.contact .notice p a{
  color:#1888d0;
  text-decoration-color:#1888d0;
}
.contact .notice .err_list {
  margin-bottom:2em;
}
.contact .notice .err_list p{
  margin-block:0.75em;
  color:#cb3044;
  font-weight:bold;
}
.contact .center_content{
  text-align:center;
}
.contact .center_content .common_btn a{
  margin-inline:auto;
}

.abs_hn_box{
	width: 1px;
	height: 1px;
	overflow: hidden;
	position:absolute;
	z-index:-500;
	left: -9999px;
	top: 0;
}

@media (any-hover: hover) and (any-pointer: fine) {
  .smf-action .smf-button-control__control:hover::before {
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.15));
    transform: scale(0.98);
  }
}
@media screen and (max-width: 767px) {
  .smf-form .smf-item input[type="text"],
  .smf-form .smf-item input[type="search"],
  .smf-form .smf-item input[type="email"],
  .smf-form .smf-item input[type="tel"],
  .smf-form .smf-item input[type="number"],
  .smf-form .smf-item input[type="password"],
  .smf-form .smf-item input[type="date"],
  .smf-form .smf-item input[type="datetime-local"],  
  .smf-form .smf-item textarea,
  .smf-form .smf-item select {
    font-size: 1rem;
  }
  .smf-form .smf-item label input[type="radio"]+span,
  .smf-form .smf-item label input[type="checkbox"]+span {
    font-size: 1rem;
    padding-left: 1.5em;
  }
  .smf-action {
    flex-direction: column-reverse;
  }
  .smf-action .smf-button-control__control {
    gap: 0.75em;
    min-width: 180px;
    min-height: 3.25em;
    padding: 0.5em 1.25em;
    margin-inline:auto;
  }
  .smf-form .smf-item {
    flex-direction: column;
    gap: 1em;
    padding: 1rem 0;
  }
  .smf-form .smf-item.required-text_box .form-text_lead {
    text-align: left;
    margin-bottom: 3em;
  }
  .smf-form .smf-item .smf-item__col--label {
    flex: 100%;
    width: 100%;
    min-height: 0;
    padding-right: 0;
  }
  .smf-form .smf-item.required-box .smf-item__col--label {
    justify-content: flex-start;
    gap: 0 0.5em;
    padding: 0;
  }
  .snow-monkey-form:not([data-screen="confirm"]) .smf-item .smf-item__col--label {
    min-height: 0;
  }
  .smf-form .smf-item .smf-item__col--label+.smf-item__col--controls {
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.page-header {
  width: min(94.791667%, 1820px);
  min-height: 20em;
  background-color: var(--point_color);
  border-radius: 1em;
  margin-inline: auto;
}
.page-header .page-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 0.5em;
  max-width: 100%;
  font-size: 1.25rem;
  color: var(--white);
}
.page-header .page-header-title {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.page-header .page-header-subtext {
  font-size: 3.6em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}
.site-body {
  text-align: left;
  padding-block: 0;
}
.container {
  max-width: min(100%, 1230px);
  width: 100%;
}
body:not(.post-name-ir-calendar):not(.post-type-brand) .site-body .container,
.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container,
.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
  width: min(100%, 1030px);
  margin-inline: auto;
}
body:is(.category, .tax-ir-category) .site-body .archive-header {
  font-size: 0;
}
.site-body .main-section-no-posts {
  text-align: center;
}
body:is(.single) .site-body {
  width: min(100%, 1000px);
  margin-inline: auto;
}
.entry-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em 1em;
  color: var(--black);
  border-bottom: 1px solid #bdbdbd;
  text-decoration: none;
  padding-bottom: 0.75em;
}
.entry-header time {
  font-size: 1rem;
  color: #747775;
}
.entry-header .entry-category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75em 1em;
}
.entry-header .entry-category_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 8.75em;
  font-size: 1rem;
  background: var(--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 3em;
  padding: 0.25em 0.75em;
  margin: 0;
}
.entry-header .entry-category_item:is([style]){
  color: var(--white);
}
.entry-header .entry-title {
  width: 100%;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
}
.entry-body * {
  line-height: 1.6;
}
.entry-body a:not([class]),
.table_style a:not([class]),
body.post-type-faq .faq-item .faq-item_text a{
  color: #1888d0;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.entry-body a:not([class]):is([href$=".pdf"])::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.125em;
  aspect-ratio: 18/22;
  background: #1888d0;
  ;
  mask: url(../img/common/icon-pdf.svg) no-repeat;
  mask-size: cover;
  margin-left: 0.5em;
}
.entry-body :where(:not(.wp-block-table))>table :is(th, td) {
  font-size: 1rem;
}
.h_style2,
h2.wp-block-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 1.5em;
}
.h_style2_box {
  position: relative;
  z-index: 10;
  padding-top: min(7.75vw, 2.5em);
}
.h_style2_box .h_style2 {
  margin-bottom: 1em;
}
.h_style2_box .h_style2_sub {
  position: absolute;
  z-index: -5;
  text-align: center;
  font-size: min(15.5vw, 10em);
  color: var(--bg_color02);
  line-height: 0.78;
  text-transform: uppercase;
  white-space: nowrap;
  inset: 0 auto auto 50%;
  translate: -50%;
  margin: 0;
}
.h_style03,
h3.wp-block-heading {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--black);
  border-bottom: 2px solid #b3b3b3;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
h4.wp-block-heading {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .entry-body a:not([class]):hover,
  .table_style a:not([class]):hover,
  body.post-type-faq .faq-item .faq-item_text a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    min-height: 12em;
    border-radius: 0.75em;
  }
  .page-header .page-header-inner {
    font-size: 1rem;
  }
  .page-header .page-header-subtext {
    font-size: min(9.5vw, 2.5em);
  }
  .entry-header {
    padding-bottom: 0.75em;
  }
  .entry-header time {
    font-size: 0.85714285714rem;
  }
  .entry-header .entry-category {
    gap: 0.75em 1em;
  }
  .entry-header .entry-category_item {
    min-width: 6.5em;
    font-size: 0.85714285714rem;
    padding: 0.1em 0.75em;
  }
  .entry-header .entry-title {
    font-size: 1.5rem;
  }
  .h_style2,
  h2.wp-block-heading {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .h_style2_box {
    padding-top: 4vw;
  }
  .h_style2_box .h_style2_sub {
    font-size: 10.5vw;
  }
  .h_style03,
  h3.wp-block-heading {
    font-size: 1.625rem;
    margin-bottom: 0.75em;
  }
}
#vk-mobile-nav-menu-btn {
  display: none;
}
.search_wrap :is(input:not([type="button"]),textarea,select) {
  display: block;
  width: 100%;
  height: 3.5725em;
  line-height: 3.5725em;
  padding: 0 1em;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  background:var(--bg_color02);
  border:1px solid var(--point_color);
  border-radius: 0.42857142857em;
  box-sizing: border-box;
}
.search_wrap :is(input,textarea)::placeholder {
  color: #808080;
}
.search_wrap .select_wrap {
  position:relative;
  z-index:10;
  background:var(--bg_color02);
  border:1px solid var(--point_color);
  border-radius: 0.42857142857em;
}
.search_wrap .select_wrap select{
  background:transparent;
  border:none;
  border-radius:0;
  padding-right: 3em;
}
.search_wrap .select_wrap:after{
  position:absolute;
  z-index:-10;
  content: "";
  display: inline-block;
  width: 0.625em;
  aspect-ratio: 1/1;
  border-bottom: 3px solid var(--point_color);
  border-right: 3px solid var(--point_color);
  rotate: 45deg;
  transform: skew(3deg, 3deg);
  top:45%;
  right:1.5em;
  translate:0 -50%;
}
.search_wrap label {
  cursor: pointer;
}
.search_wrap :is(input[type="radio"],input[type="checkbox"]) {
  position: absolute;
  z-index: -10;
  font-size: 0;
  line-height: 0;
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  width: 0;
  height: 0;
  margin: 0
}
.search_wrap label:has(input[type="radio"],input[type="checkbox"]) {
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:0.5em;
  width: 100%;
  font-size:0.875rem;
}
.search_wrap .search-accordion_wrap:has(input[type="radio"]:checked,input[type="checkbox"]:checked) label:not(:has(input[type="radio"]:checked,input[type="checkbox"]:checked)){
  opacity: 0.8;
}
.search_wrap label:has(input[type="radio"]:checked,input[type="checkbox"]:checked){
  font-weight:bold;
  opacity: 1;
}
.search_wrap label:has(input[type="radio"],input[type="checkbox"]):nth-child(n+2){
  margin-top:0.75em;
}
.search_wrap label:has(input[type="radio"],input[type="checkbox"]) .search-checked_image{
  position:relative;
  z-index:10;
  display:flex;
  position:relative;
  z-index:10;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  width:3em;
  aspect-ratio:1/1;
  background:var(--white);
  border:1px solid #d9d9d9;
}
.search_wrap label:has(input[type="radio"]:checked,input[type="checkbox"]:checked) .search-checked_image::before{
  position:absolute;
  z-index:10;
  inset:0;
  display:inline-block;
  content:"";
  width:100%;
  height:100%;
  border:2px solid var(--main_color);
}
.search_wrap label:has(input[type="radio"],input[type="checkbox"]) .search-checked_image img{
  object-fit:contain;
  max-width:inherit;
  width:100%;
  height:100%;
}
.search_wrap label.checked_service:has(input[type="radio"],input[type="checkbox"]) .search-checked_image{
  padding:0.35em;
}
.search_wrap label:has(input[type="radio"],input[type="checkbox"]) span:nth-child(3){
  width:calc(100% - 3em - 0.5em);
}
.search_wrap .search-text_wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  gap:0.5em;
  border:2px solid var(--point_color);
  border-radius:0.625em;
  background:var(--white);
  padding:1.125em;
}
.search_wrap .search-text_wrap > *{
  width:100%;
}
.search_wrap .search-text_box {
  position:relative;
  z-index:10;
}
.search_wrap .search-text_box::before{
  position:absolute;
  z-index:10;
  display:inline-block;
  content:"";
  width:1.5em;
  aspect-ratio:1/1;
  background:var(--point_color);
  mask:url(../img/common/icon-glass.svg);
  mask-size: cover;
  top:50%;
  left:0.25em;
  translate:0 -50%;
}
.search_wrap .search-text_box input{
  padding-left:2.25em;
}
.search_wrap .search-prefectures_box p{
  font-size:1rem;
  font-weight:bold;
  margin:0;
}
.search_wrap .search-accordion_wrap .search-accordion_box{
  background:var(--bg_color02);
  border-radius:0.3125em;
  margin-block:1em 0;
}
.search_wrap .search-accordion_wrap .search-accordion_box dt{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:0.25em;
  min-height:2.5em;
  font-size:1rem;
  font-weight:600;
  color:var(--white);
  background:var(--point_color);
  border-radius:0.3125em;
  padding:0.5em 1.125em;
  cursor: pointer;
  margin: 0;
}
.search_wrap .search-accordion_wrap .search-accordion_box dt::after{
  content:"";
  display: inline-block;
  width: 0.625em;
  aspect-ratio: 1/1;
  border-bottom: 3px solid var(--white);
  border-right: 3px solid var(--white);
  rotate: 45deg;
  transform: skew(3deg, 3deg);
  translate:0 -15%;
  transition:rotate .4s,translate .4s;
}
.search_wrap .search-accordion_wrap .search-accordion_box dt.opened::after{
  rotate: -135deg;
  translate:0 15%;
}
.search_wrap .search-accordion_wrap .search-accordion_box dd{
  padding: 0.75em 1.125em;
}
.search_wrap .search-submit_wrap{
  margin-top:2.5em;
}
.search_wrap .search-submit_wrap button{
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: min(100%, 288px);
  min-height: 4em;
  font-size: 1rem;
  font-weight: 500;
  font-family:inherit;;
  color: var(--white);
  background: transparent !important;
  border-radius: 0;
  padding: 0.5em 1.5em;
  margin: auto;
  text-decoration: none;
  opacity: 1;
  box-shadow: none;
  outline:none;
  border:none;
  cursor:pointer;
}
.search_wrap .search-submit_wrap button::before {
  position: absolute;
  z-index: -10;
  inset: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 5em;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.15));
  transition: filter .4s, transform .4s;
  box-sizing: border-box;
}
.search_wrap .search-submit_wrap button::after {
  display: inline-block;
  content: "\2192";
  font-size: 1em;
}
.search_wrap .search-submit_wrap .btn_clear{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-height:2.25em;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: inherit;
  color: var(--point_color);
  background: var(--gray02);
  border: 1px solid var(--point_color);
  border-radius: 2.25em;
  transition: color 0.3s, background 0.3s;
  margin:0.75em auto 0;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .search_wrap .search-submit_wrap button:hover::before {
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.15));
    transform: scale(0.98);
  }
  .search_wrap .search-submit_wrap .btn_clear:hover{
    color:var(--white);
    background: var(--point_color);
  }
}
@media screen and (max-width: 767px) {
  .search_wrap .search-submit_wrap button{
    width: min(100%, 180px);
    min-height: 3em;
  }
}
.post-password-required .entry-body form {
  width:min(100%,600px);
  margin-inline:auto;
}
.post-password-required .entry-body form input[type=submit] {
  display: block;
  width:min(100%,200px);
  border-color:var(--main_color);
  background-color: var(--main_color);
  margin-top: 1em;
  margin-inline:auto;
}