@charset "UTF-8";
* {
  position: relative;
  box-sizing: border-box;
  z-index: auto; }

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-feature-settings: "palt";
  scroll-behavior: smooth; }
  @media print {
    html {
      font-size: 9pt; } }
  @media screen and (max-width: 600px) {
    html:has(body.admin-bar) #wpadminbar {
      position: fixed;
      margin-top: 46px; } }
  @media screen and (max-width: 782px) {
    html:has(body.admin-bar) {
      height: calc(100% - 46px); } }
  @media (min-width: 783px) {
    html:has(body.admin-bar) {
      height: calc(100% - 32px); } }

body {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden !important; }
  body .mfp-bg {
    z-index: 5042; }
  body .mfp-wrap {
    z-index: 5043; }
  body .mfp-img {
    user-drag: none;
    user-select: none;
    pointer-events: none;
    vertical-align: bottom; }

a,
a::before,
a::after {
  transition: all 0.2s; }

img {
  max-width: 100%;
  height: auto; }
  img[src$=".png"] {
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }

svg {
  fill: currentColor; }

.icn {
  width: 1em;
  height: 1em; }

input,
textarea,
button {
  /*
	-webkit-appearance: none; // iOSなどのスタイルをオフ
	color: inherit;
	background-color: inherit;
	border-color: inherit;
	*/ }

.pc {
  display: block; }

@media screen and (max-width: 599px) {
  .pc {
    display: none; } }
.sp {
  display: none; }

@media screen and (max-width: 599px) {
  .sp {
    display: block; } }
input.switch {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute; }

#gnav_btn {
  display: none;
  z-index: 1001;
  cursor: pointer; }

@media screen and (max-width: 599px) {
  #gnav_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 59px;
    background: rgba(242, 242, 242, 0.8); } }
#gnav .wp-block-button a {
  transition: all 0.2s; }
#gnav .wp-block-button a:hover {
  scale: 1.05; }

@media screen and (max-width: 599px) {
  #gnav {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1000;
    transition: all 0.5s;
    gap: 2.5rem; } }
#gnav_switch:checked ~ #gnav {
  gap: 0;
  top: 0;
  opacity: 1;
  background: #efefeb; }
  #gnav_switch:checked ~ #gnav .wp-block-button {
    display: block;
    width: 100%;
    max-width: 200px; }
    #gnav_switch:checked ~ #gnav .wp-block-button a.wp-block-button__link {
      width: 100%; }
  #gnav_switch:checked ~ #gnav .is-style-outline {
    display: inline-block;
    width: auto; }
    #gnav_switch:checked ~ #gnav .is-style-outline a {
      width: auto; }
  #gnav_switch:checked ~ #gnav .sub_menu {
    margin-top: 2em !important; }

#gnav_btn .bar {
  width: 30px;
  height: 3px;
  background: #4AA297;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s; }

#gnav_btn .bar-top {
  transform: translate(0, -12px); }

@media screen and (max-width: 599px) {
  #gnav_btn .bar-top {
    transform: translate(0, -12px); } }
#gnav_btn .bar-bottom {
  transform: translate(0, 12px); }

@media screen and (max-width: 599px) {
  #gnav_btn .bar-bottom {
    transform: translate(0, 12px); } }
#gnav_switch:checked ~ #gnav_btn .bar-middle {
  opacity: 0; }

#gnav_switch:checked ~ #gnav_btn .bar-top {
  transform: translate(0, 0) rotate(45deg);
  background: #9A9A9A; }

#gnav_switch:checked ~ #gnav_btn .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
  background: #9A9A9A; }

.btn_txt {
  display: none; }

.main_menu ul.menu_list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .main_menu ul.menu_list li {
    font-family: var(--wp--preset--font-family--theme-mincho-text);
    letter-spacing: 0.1em; }
    .main_menu ul.menu_list li a {
      display: flex;
      justify-content: center;
      width: 100%;
      text-decoration: none;
      padding-bottom: 2em; }
    .main_menu ul.menu_list li a:hover {
      color: var(--wp--preset--color--theme-green); }
    .main_menu ul.menu_list li a::before {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background: var(--wp--preset--color--theme-black);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 3em auto 0 auto; }

.sub_menu {
  margin-top: 0.5em; }
  .sub_menu ul.arrow_list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
    .sub_menu ul.arrow_list li {
      font-family: var(--wp--preset--font-family--theme-mincho-text);
      letter-spacing: 0.1em; }
      .sub_menu ul.arrow_list li a {
        display: flex;
        justify-content: center;
        width: 100%;
        text-decoration: none;
        padding-bottom: 1em; }
        .sub_menu ul.arrow_list li a span {
          position: relative;
          padding-left: 2em; }
        .sub_menu ul.arrow_list li a span::before {
          display: block;
          content: "";
          background: url("../images/arrow_g.svg") no-repeat;
          background-position: 0 0;
          background-size: 100%;
          width: 100%;
          height: 100%;
          max-width: 19px;
          max-height: 12px;
          position: absolute;
          top: 50%;
          left: 0;
          margin: -6px 0 0 0; }
      .sub_menu ul.arrow_list li a:hover {
        color: var(--wp--preset--color--theme-green); }

.-sp,
.-tb,
.-pc {
  display: none; }

@media screen and (max-width: 599px) {
  .-sp {
    display: inherit; } }
@media (min-width: 600px) and (max-width: 1199px) {
  .-tb {
    display: inherit; } }
@media (min-width: 1200px) {
  .-pc {
    display: inherit; } }
/* Pager */
.pager {
  line-height: 1;
  text-align: center; }
  .pager a {
    color: inherit;
    text-decoration: none; }
  .pager .page_list,
  .pager .page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
  .pager.pager_single .page_list {
    display: flex; }
    .pager.pager_single .page_list > li {
      margin: 0;
      width: 12em; }
      .pager.pager_single .page_list > li.prev::before, .pager.pager_single .page_list > li.next::after {
        content: "";
        display: inline-block;
        width: 0.6em;
        height: 0.6em;
        border-style: solid;
        border-width: 1px 1px 0 0; }
      .pager.pager_single .page_list > li.prev {
        margin-right: auto; }
        .pager.pager_single .page_list > li.prev::before {
          transform: rotate(-135deg); }
      .pager.pager_single .page_list > li.next {
        margin-left: auto; }
        .pager.pager_single .page_list > li.next::after {
          transform: rotate(45deg); }
      .pager.pager_single .page_list > li.index {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto; }
  @media screen and (max-width: 599px) {
    .pager.pager_single .page_list {
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 4.5rem; } }
  .pager:not(.pager_single) .page_list > li:not(:last-child),
  .pager:not(.pager_single) .page-numbers > li:not(:last-child) {
    margin-right: 0.5em; }
  .pager:not(.pager_single) .page_list a,
  .pager:not(.pager_single) .page_list span.current,
  .pager:not(.pager_single) .page-numbers a,
  .pager:not(.pager_single) .page-numbers span.current {
    display: block;
    padding: 0.5em;
    width: 2em;
    height: 2em;
    text-decoration: none; }
    .pager:not(.pager_single) .page_list a:hover,
    .pager:not(.pager_single) .page_list span.current:hover,
    .pager:not(.pager_single) .page-numbers a:hover,
    .pager:not(.pager_single) .page-numbers span.current:hover {
      color: var(--wp--preset--color--theme-emegreen);
      fill: var(--wp--preset--color--theme-emegreen);
      text-decoration: underline; }
  .pager:not(.pager_single) .page_list span.current,
  .pager:not(.pager_single) .page-numbers span.current {
    color: var(--wp--preset--color--theme-black);
    fill: var(--wp--preset--color--theme-black);
    text-decoration: underline; }
    .pager:not(.pager_single) .page_list span.current:hover,
    .pager:not(.pager_single) .page-numbers span.current:hover {
      color: var(--wp--preset--color--theme-black);
      fill: var(--wp--preset--color--theme-black); }
  .pager:not(.pager_single) .page_list .prev,
  .pager:not(.pager_single) .page_list .next,
  .pager:not(.pager_single) .page-numbers .prev,
  .pager:not(.pager_single) .page-numbers .next {
    border: none;
    position: relative; }
  .pager:not(.pager_single) .page_list .prev::before,
  .pager:not(.pager_single) .page_list .next::before,
  .pager:not(.pager_single) .page-numbers .prev::before,
  .pager:not(.pager_single) .page-numbers .next::before {
    display: block;
    content: "";
    background: url("../../news/images/news_arrow.svg") no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 100%;
    max-width: 20px;
    height: 100%;
    max-height: 20px;
    position: absolute;
    top: 50%;
    margin: -10px 0 0 0; }
  .pager:not(.pager_single) .page_list .prev::before,
  .pager:not(.pager_single) .page-numbers .prev::before {
    left: 0em;
    transform: rotate(-0.5turn); }
  .pager:not(.pager_single) .page_list .next::before,
  .pager:not(.pager_single) .page-numbers .next::before {
    right: 0em; }

.inview,
[data-inview] {
  transition: all 1s 0.1s; }

.inview.inview_active,
[data-inview="true"] {
  opacity: 1;
  bottom: 0; }

.inview:not(.inview_active),
[data-inview="false"] {
  opacity: 0;
  bottom: -6rem; }

.-hide {
  display: none !important; }

body.logged-in .-logged-in {
  opacity: 0.6; }
  body.logged-in .-logged-in:hover {
    opacity: 1; }
body:not(.logged-in) .-logged-in {
  display: none !important; }

.site_logo img {
  aspect-ratio: 10.125 / 2; }

.svd_logo img {
  width: 7.75em;
  height: 3em; }

.group_logo img {
  width: 6.5em;
  height: 2em; }

#main_wrap {
  position: relative; }
  #main_wrap #header {
    position: fixed;
    top: auto;
    left: 0;
    width: 320px;
    z-index: 100;
    padding-top: 3em; }
    #main_wrap #header .h_logo {
      display: flex;
      justify-content: center; }
      #main_wrap #header .h_logo a img {
        max-width: 10.0625em;
        max-height: 10em; }
    #main_wrap #header #tabisaki {
      width: 90%;
      max-width: 220px;
      margin: 0 auto 0 auto;
      font-family: var(--wp--preset--font-family--theme-mincho-text);
      font-size: var(--wp--preset--font-size--x-large);
      background-color: var(--wp--preset--color--theme-blue); }
      #main_wrap #header #tabisaki a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--wp--preset--color--theme-white);
        font-weight: 400;
        text-decoration: none;
        outline: 1px solid white;
        /*outlineでドットの線を追加*/
        outline-offset: -7px;
        /*outline-offsetの値を-7pxにして内側に調整*/
        height: 64px;
        position: relative; }
        #main_wrap #header #tabisaki a span {
          display: inline-block;
          position: relative; }
        #main_wrap #header #tabisaki a span::after {
          display: block;
          content: "";
          background: url("../images/arr-link.svg") no-repeat;
          background-position: 0 0;
          background-size: 100%;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 50%;
          right: -1.5em;
          margin: -7px 0 0 0; }
      @media screen and (max-width: 599px) {
        #main_wrap #header #tabisaki a {
          height: 78px; } }
    @media screen and (max-width: 599px) {
      #main_wrap #header #tabisaki {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 599px) {
    #main_wrap #header {
      width: 100%;
      display: flex;
      top: auto;
      justify-content: flex-end;
      padding-top: 0em; } }
  #main_wrap .site_content {
    margin-left: 320px; }
    #main_wrap .site_content #footer {
      margin-top: 4rem; }
      #main_wrap .site_content #footer .inner {
        display: flex;
        justify-content: space-between;
        gap: 4em;
        width: 90%;
        max-width: 1000px; }
        #main_wrap .site_content #footer .inner .f_logo {
          display: flex;
          justify-content: center;
          margin-left: 0 !important;
          margin-right: 0 !important;
          max-width: 182px; }
        @media screen and (max-width: 599px) {
          #main_wrap .site_content #footer .inner .f_logo {
            max-width: 150px;
            margin-left: auto !important;
            margin-right: auto !important; } }
        #main_wrap .site_content #footer .inner .foot_info .kifu_kamei .wp-block-column .wp-block-buttons .wp-block-button {
          max-width: 300px; }
          #main_wrap .site_content #footer .inner .foot_info .kifu_kamei .wp-block-column .wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button {
            border-color: #FFF;
            text-align: left; }
          #main_wrap .site_content #footer .inner .foot_info .kifu_kamei .wp-block-column .wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button::before {
            background: url("../images/arrow_w.svg") no-repeat; }
        @media screen and (max-width: 599px) {
          #main_wrap .site_content #footer .inner .foot_info .kifu_kamei .wp-block-column .wp-block-buttons .wp-block-button {
            margin: 0 auto; } }
        @media screen and (max-width: 599px) {
          #main_wrap .site_content #footer .inner .foot_info .kifu_kamei .wp-block-column .wp-block-buttons {
            width: 100%; } }
        #main_wrap .site_content #footer .inner .foot_info .info_sns {
          justify-content: flex-start; }
          #main_wrap .site_content #footer .inner .foot_info .info_sns ul {
            display: flex;
            justify-content: flex-start;
            margin: 0 0 0 0 !important;
            padding: 0 0 0 0 !important;
            list-style: none; }
            #main_wrap .site_content #footer .inner .foot_info .info_sns ul li {
              position: relative; }
            #main_wrap .site_content #footer .inner .foot_info .info_sns ul li:first-child {
              padding-right: 0.75em; }
            #main_wrap .site_content #footer .inner .foot_info .info_sns ul li:last-child {
              padding-left: 0.75em; }
            #main_wrap .site_content #footer .inner .foot_info .info_sns ul li:first-child::before {
              display: block;
              content: "";
              width: 1px;
              height: 1em;
              background: #FFF;
              position: absolute;
              top: 50%;
              right: 0;
              margin: -0.5em 0 0 0; }
          @media screen and (max-width: 599px) {
            #main_wrap .site_content #footer .inner .foot_info .info_sns ul {
              justify-content: space-between; } }
        @media screen and (max-width: 599px) {
          #main_wrap .site_content #footer .inner .foot_info .info_sns {
            justify-content: space-around; } }
        @media screen and (max-width: 599px) {
          #main_wrap .site_content #footer .inner .foot_info .business_entity .business_entity_name {
            text-align: center; } }
        @media screen and (max-width: 599px) {
          #main_wrap .site_content #footer .inner .foot_info .business_entity .business_entity_logo {
            text-align: center; } }
      @media screen and (max-width: 599px) {
        #main_wrap .site_content #footer .inner {
          flex-direction: column;
          gap: 1em;
          max-width: 330px; } }
    @media screen and (max-width: 599px) {
      #main_wrap .site_content #footer {
        padding-top: 2em;
        padding-bottom: 10em; } }
  @media screen and (max-width: 599px) {
    #main_wrap .site_content {
      margin-left: 0px; } }

.site_header {
  z-index: 2000; }

#footer {
  width: 100%; }

.wp-block-button {
  width: 100%;
  max-width: 360px; }

.wp-block-button__link.wp-element-button {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: var(--wp--preset--color--theme-black);
  background-color: transparent;
  position: relative;
  padding-left: 3.5rem;
  translate: 0 0; }

.wp-block-button__link.wp-element-button::before {
  display: block;
  content: "";
  background: url("../images/arrow_b.svg") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-width: 26px;
  max-height: 16px;
  position: absolute;
  top: 50%;
  left: 1rem;
  margin: -8px 0 0 0; }

@media screen and (max-width: 599px) {
  .wp-block-button__link.wp-element-button::before {
    max-width: 24px;
    max-height: 14px;
    margin: -7px 0 0 0; } }
.wp-block-button__link.wp-element-button:hover {
  translate: 0 0.3em; }

.under_arrow .wp-block-button__link.wp-element-button {
  border: 0;
  padding-left: 0;
  padding-right: 0; }
.under_arrow .wp-block-button__link.wp-element-button::before {
  display: block;
  content: "";
  background: url("../images/under_arrow.svg") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  max-width: 125px;
  max-height: 10px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0.25em;
  z-index: 1;
  margin: 0 auto; }

.arrow_downward .wp-block-button__link.wp-element-button::before {
  display: block;
  content: "";
  background: url("../images/arrow_downward.svg") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-width: 17px;
  max-height: 30px;
  position: absolute;
  top: 50%;
  left: 1rem;
  margin: -8px 0 0 0; }

h1.main_title {
  text-align: center;
  font-family: var(--wp--preset--font-family--theme-mincho-text);
  font-size: var(--wp--preset--font-size--xxxx-large);
  font-weight: 500; }

h2 {
  font-weight: 700; }

.main_head .main_visual img {
  width: 100%; }

section .inner {
  width: 100%;
  max-width: 640px; }

.totop_btn {
  display: block;
  position: fixed;
  bottom: -6em;
  right: 0;
  margin: 1rem;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: var(--wp--preset--color--theme-white);
  text-align: center;
  text-decoration: none;
  z-index: 2999;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .totop_btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -0.3em auto auto;
    width: 1.2em;
    height: 1.2em;
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .totop_btn.-active {
    bottom: 0; }
  .totop_btn .btn_txt {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    -ms-word-break: keep-all;
    word-break: keep-all;
    white-space: nowrap; }
  @media screen and (max-width: 599px) {
    .totop_btn .btn_txt {
      display: none; } }

@keyframes blurFadeIn {
  0% {
    filter: blur(10px);
    opacity: 0; }
  100% {
    filter: blur(0);
    opacity: 1; } }
.blur-inview,
[data-blur-inview] {
  transition: all 1s 0.1s; }

.blur-inview.blur-inview-active,
[data-blur-inview="true"] {
  opacity: 1;
  animation: blurFadeIn 1s ease-out forwards; }

.blur-inview.blur-inview-active.delay,
[data-blur-inview="true"].delay {
  opacity: 1;
  animation: blurFadeIn 1s ease-out forwards;
  animation-delay: 0.4s; }

.blur-inview.blur-inview-active.toodelay,
[data-blur-inview="true"].toodelay {
  opacity: 1;
  animation: blurFadeIn 1s ease-out forwards;
  animation-delay: 0.8s; }

.blur-inview:not(.blur-inview-active),
[data-blur-inview="false"] {
  opacity: 0; }

.breadcrumb {
  padding: 0.5em 1em !important; }

html {
  -webkit-text-size-adjust: 100%; }

/*# sourceMappingURL=layout.css.map */
