@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.wp-block-image.is-style-rounded img {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
}

.wp-block-table th {
  white-space: nowrap;
}

.l-topTitleArea {
  background: #f7f7f7;
  position: relative;
}
@media (max-width: 599px) {
  .l-topTitleArea {
    min-height: 120px;
  }
}
.l-topTitleArea.c-filterLayer:before, .l-topTitleArea.c-filterLayer:after {
  width: 100px;
  height: 100px;
  position: absolute;
  opacity: 1;
}
@media (max-width: 599px) {
  .l-topTitleArea.c-filterLayer:before, .l-topTitleArea.c-filterLayer:after {
    width: 60px;
    height: 60px;
  }
}
.l-topTitleArea.c-filterLayer:before {
  top: 0;
  left: 0;
  background: #172439;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.l-topTitleArea.c-filterLayer:after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background: var(--color_main);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.l-topTitleArea img {
  display: none;
}
.l-topTitleArea__body {
  color: var(--color_text);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.l-topTitleArea .c-pageTitle {
  font-weight: 900;
  font-size: 1.6em;
}
@media (min-width: 600px) {
  .l-topTitleArea .c-pageTitle {
    font-size: 2.4em;
  }
}

.post_content h1 {
  font-weight: 900;
}
.post_content h2 {
  font-weight: 900;
  margin-left: 0;
  margin-right: 0;
}

:where(#main_content) .post_content h2 {
  font-size: 1.75em;
  margin: 3em 0 1em;
}
:where(#main_content) .post_content h2 a {
  text-decoration: none;
  color: var(--color_text);
}
:where(#main_content) .post_content h2 a:hover {
  text-decoration: underline;
}
:where(#main_content) .post_content h3 {
  margin: 2em 0 1em;
  font-weight: 900;
}
:where(#main_content) .post_content p a[target=_blank],
:where(#main_content) .post_content .wp-element-caption a[target=_blank] {
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:where(#main_content) .post_content p a[target=_blank]:after,
:where(#main_content) .post_content .wp-element-caption a[target=_blank]:after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: url(images/arrow-up-right-from-square-light-full.svg) no-repeat center/contain;
  margin-left: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  opacity: 0.9;
}
:where(#main_content) .post_content p a:hover,
:where(#main_content) .post_content .wp-element-caption a:hover {
  opacity: 0.8;
}

.c_blogCard .p-blogCard {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c_blogCard .p-blogCard__inner {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c_blogCard .p-blogCard__thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 15px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.08);
}
.c_blogCard .p-blogCard__figure {
  aspect-ratio: 2/1;
}
.c_blogCard .p-blogCard__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.c_blogCard .p-blogCard__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c_blogCard .p-blogCard__caption {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: static;
  border-radius: 0;
  display: block;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  font-size: 16px;
}

.l-header {
  -webkit-box-shadow: 0 5px 20px rgba(70, 43, 43, 0.2);
          box-shadow: 0 5px 20px rgba(70, 43, 43, 0.2);
}

.-body-solid .l-fixHeader {
  backdrop-filter: saturate(150%) blur(15px);
  -webkit-box-shadow: 0 5px 20px rgba(70, 43, 43, 0.2);
          box-shadow: 0 5px 20px rgba(70, 43, 43, 0.2);
}

.c-gnav .menu-item a {
  font-weight: 700;
}
.c-gnav .menu-item.menu-item-1456, .c-gnav .menu-item.menu-item-1460 {
  padding: 10px 0;
}
.c-gnav .menu-item.menu-item-1456 > a, .c-gnav .menu-item.menu-item-1460 > a {
  color: white;
  font-weight: 900;
  -webkit-box-shadow: 0 5px 10px rgba(70, 43, 43, 0.2);
          box-shadow: 0 5px 10px rgba(70, 43, 43, 0.2);
  border-radius: 8px;
  padding: 0 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-gnav .menu-item.menu-item-1456 > a:after, .c-gnav .menu-item.menu-item-1460 > a:after {
  display: none;
}
.c-gnav .menu-item.menu-item-1456 > a:hover, .c-gnav .menu-item.menu-item-1460 > a:hover {
  background: #fff !important;
}
.c-gnav .menu-item.menu-item-1456 > a {
  background: linear-gradient(100deg, #009de8 0%, #35eaff 100%);
}
.c-gnav .menu-item.menu-item-1456 > a:hover {
  color: #009de8;
}
.c-gnav .menu-item.menu-item-1460 {
  margin-right: 10px;
  margin-left: 10px;
}
.c-gnav .menu-item.menu-item-1460 > a {
  background: linear-gradient(100deg, hsl(355, 100%, 45%) 0%, hsl(40, 100%, 60%) 100%);
}
.c-gnav .menu-item.menu-item-1460 > a:hover {
  color: var(--color_main);
}

@media not all and (min-width: 960px) {
  .-img .c-headLogo__link {
    padding: 15px 0;
  }
}
.l-header__menuBtn .c-iconBtn__label,
.p-spMenu__closeBtn .c-iconBtn__label {
  font-size: 12px;
}

.l-header__customBtn {
  width: auto;
  padding: 10px 0;
}
.l-header__customBtn .c-iconBtn {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 10px;
  border-radius: 6px;
}
.l-header__customBtn .c-iconBtn__icon {
  display: none;
}
.l-header__customBtn .c-iconBtn__label {
  font-size: 14px;
  font-weight: 700;
}
.l-header__customBtn._entry {
  margin-right: 10px;
}
.l-header__customBtn._entry .c-iconBtn {
  background: linear-gradient(100deg, #e60012 0%, #ffbc49 100%);
  color: white;
}
.l-header__customBtn._recruitment .c-iconBtn {
  background: linear-gradient(100deg, #009de8 0%, #35eaff 100%);
  color: white;
}

.p-spMenu .c-widget__title.-spmenu {
  display: none;
}
.p-spMenu__inner {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-spMenu__nav {
  margin-top: 0;
}
.p-spMenu__bottom {
  margin-top: 1em;
}

.c-spnav > .menu-item > a {
  font-size: 1.2em;
  font-weight: bold;
}
.c-spnav > .menu-item > a:before {
  top: 53%;
}
.c-spnav > .menu-item .sub-menu {
  margin-left: 1.5em;
  gap: 0.75em;
  border-left: 1px solid var(--color_border);
}
.c-spnav > .menu-item .sub-menu .menu-item a {
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.c-spnav > .menu-item .sub-menu .menu-item a:before {
  position: static;
  content: "";
  width: 7px;
  height: 1px;
  background: black;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (max-width: 599px) {
  .l-footer__nav {
    grid-template-columns: 1fr;
  }
}
.l-footer__nav li a {
  border-width: 0 !important;
  font-weight: bold;
  font-size: 1em;
}
.l-footer__nav li .sub-menu {
  opacity: 0.8;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.l-footer__nav li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 0.9em;
}
.l-footer__nav li .sub-menu li a:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #000;
}
.l-footer .copyright a {
  text-decoration: none;
  color: inherit;
}

.p-mainVisual {
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  margin-inline: auto;
}
.p-mainVisual__inner {
  height: auto;
}
.p-mainVisual__imgLayer {
  position: static;
  width: auto;
  height: auto;
  aspect-ratio: 2/1;
  display: block;
  min-height: 300px;
}
@media (max-width: 599px) {
  .p-mainVisual__imgLayer {
    aspect-ratio: 5/4;
  }
}
.p-mainVisual__imgLayer img {
  -o-object-position: top center;
     object-position: top center;
}
.p-mainVisual__textLayer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: var(--swl-pad_container, 0);
  padding-bottom: var(--swl-pad_container, 0);
  text-align: left;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: auto;
}
.p-mainVisual__slideTitle {
  font-weight: 900;
  font-size: 7vw;
  text-shadow: 2px 2px 0px hsl(0, 0%, 0%);
}
@media (min-width: 600px) {
  .p-mainVisual__slideTitle {
    font-size: 3em;
  }
}
.p-mainVisual__slideText {
  font-weight: 900;
  margin-bottom: 0.75em;
  font-size: 4vw;
  text-shadow: 2px 2px 0px hsl(0, 0%, 0%);
}
@media (min-width: 600px) {
  .p-mainVisual__slideText {
    font-size: 1.4em;
  }
}
.p-mainVisual__slideBtn {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.swell-block-linkList__icon path {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

[data-partsid="220"] .swell-block-linkList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swell-block-button.red_ .swell-block-button__link:hover {
  color: #e60012;
}
.swell-block-button.blue_ .swell-block-button__link:hover {
  color: #009de8;
}
.swell-block-button.green_ .swell-block-button__link {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.swell-block-button.green_ .swell-block-button__link:hover {
  color: #06c755;
}
.swell-block-button.green_ .swell-block-button__link svg {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.swell-block-button.red_ .swell-block-button__link, .swell-block-button.blue_ .swell-block-button__link, .swell-block-button.green_ .swell-block-button__link {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.swell-block-button.red_ .swell-block-button__link:hover, .swell-block-button.blue_ .swell-block-button__link:hover, .swell-block-button.green_ .swell-block-button__link:hover {
  background: linear-gradient(100deg, white 0%, white 100%);
}
.c-postTitle__ttl {
  font-size: 2em;
  font-weight: 900;
}

.c-pageTitle {
  font-weight: 900;
  font-size: 1.6em;
}
@media (min-width: 600px) {
  .c-pageTitle {
    font-size: 2.4em;
  }
}
.c-pageTitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-pageTitle__subTitle {
  font-style: normal;
  margin-left: 0;
}

.mod .mod_cardA__link {
  display: block;
  color: var(--color_text);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mod .mod_cardA__link:hover {
  color: var(--color_main);
}
.mod .mod_cardA__link:hover .mod_cardA__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mod .mod_cardA__image {
  aspect-ratio: 2/1;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(70, 43, 43, 0.06);
          box-shadow: 10px 10px 20px 0 rgba(70, 43, 43, 0.06);
  overflow: hidden;
}
.mod .mod_cardA__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mod .mod_cardA__title {
  margin: 15px 0 5px;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod .mod_cardA__title [class^=icon-] {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mod .mod_cardA__desc {
  opacity: 0.8;
  font-size: 0.8em;
}
.mod .mod_cardB__link {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px 15px;
  gap: 20px;
  position: relative;
  color: var(--color_text);
  text-decoration: none;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 599px) {
  .mod .mod_cardB__link {
    padding: 10px 20px 10px 10px;
  }
}
.mod .mod_cardB__link:hover {
  background: #ddd;
}
.mod .mod_cardB__link:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 6px;
  right: 6px;
  background: var(--color_main);
  background: #009de8;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  border-radius: 0 0 4px 0;
}
.mod .mod_cardB__image {
  width: 230px;
  aspect-ratio: 16/9;
  background: #ddd;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .mod .mod_cardB__image {
    width: 120px;
  }
}
.mod .mod_cardB__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.mod .mod_cardB__textarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
@media (max-width: 599px) {
  .mod .mod_cardB__textarea {
    gap: 0;
  }
}
.mod .mod_cardB__title {
  font-weight: 900;
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.2;
}
.mod .mod_cardB__desc {
  opacity: 0.8;
  line-height: 1.6;
  margin-top: 5px;
}
.mod .mod_cardB.is_small .mod_cardB__link {
  padding: 10px 20px 10px 10px;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mod .mod_cardB.is_small .mod_cardB__link:after {
  width: 10px;
  height: 10px;
}
.mod .mod_cardB.is_small .mod_cardB__image {
  width: 100px;
}
.mod .mod_cardB.is_small .mod_cardB__textarea {
  width: auto;
}
.mod .mod_cardB.is_small .mod_cardB__title {
  font-size: 0.9em;
}
.mod .mod_cardB.is_small .mod_cardB__desc {
  font-size: 0.8em;
}
.mod.wp-block-genesis-custom-blocks-cardc {
  height: 100%;
}
.mod .mod_cardC {
  height: 100%;
}
.mod .mod_cardC__link {
  height: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  color: var(--color_text);
  text-decoration: none;
  line-height: 1.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mod .mod_cardC__link:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 12px 24px -12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 12px 24px -12px rgba(0, 0, 0, 0.2);
}
.mod .mod_cardC__text2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vh;
  background: #009de8;
  color: white;
  padding: 3px 15px;
  font-size: 0.8em;
  font-weight: 900;
  margin-bottom: 5px;
}
.mod .mod_cardC__text1 {
  font-size: 1.2em;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.mod .mod_cardC__text1 i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.mod .mod_cardC__text3 {
  opacity: 0.8;
  font-size: 0.8em;
}
.mod .mod_cardC__text4 {
  opacity: 0.8;
  font-size: 0.8em;
}
.mod .mod_cardC__text5 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
.mod .mod_cardC__text5 i {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #009de8;
}

.mod .mod_titB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4em;
}
.mod .mod_titB__en {
  position: relative;
  padding-top: 5px;
  padding-left: 15px;
  font-size: 0.8em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.3em;
}
.mod .mod_titB__en span {
  position: relative;
  z-index: 1;
}
.mod .mod_titB__en:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color_main);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 20px;
  height: 20px;
}
.mod .mod_titB__ja {
  font-size: 1.6em;
  font-weight: 900;
}

.mod .mod_pageindex .wp-block-list a:visited {
  color: gray;
}
.mod .mod_pageindex .wp-block-list a.is_current {
  font-weight: 700;
  color: var(--color_main);
  text-decoration: none;
}
.mod .mod_pageindex .wp-block-list a.is_current:after {
  content: "←イマココ";
}

.mod .mod_prof {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 1.5em;
}
@media (max-width: 599px) {
  .mod .mod_prof {
    grid-template-columns: 100px auto;
    gap: 1em;
  }
}
.mod .mod_prof__image {
  position: relative;
  aspect-ratio: 3/4;
}
.mod .mod_prof__image img,
.mod .mod_prof__image video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  display: block;
}
.mod .mod_prof__name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 900;
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}
@media (max-width: 599px) {
  .mod .mod_prof__name {
    font-size: 1em;
    padding: 5px;
    bottom: 5px;
    left: 5px;
  }
}
.mod .mod_prof__textarea {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mod .mod_prof__text {
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 599px) {
  .mod .mod_prof__text {
    font-size: 12px;
  }
}
.mod .mod_prof__text a {
  font-size: 0.8em;
  font-weight: normal;
}
.mod .mod_prof__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 400;
}
@media (max-width: 599px) {
  .mod .mod_prof__title {
    margin-top: auto;
    font-size: 12px;
  }
}
.mod .mod_prof__title span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mod .mod_prof__title:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.mod .mod_prof__videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow: auto;
  padding-bottom: 5px;
}
@media (max-width: 599px) {
  .mod .mod_prof__videos {
    gap: 10px;
  }
}
.mod .mod_prof__video {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 599px) {
  .mod .mod_prof__video {
    width: 100px;
  }
}
.mod .mod_prof__video img {
  display: block;
}

.mod.wp-block-genesis-custom-blocks-workersdata {
  height: 100%;
}

.mod_chart {
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  height: 100%;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mod_chart__title {
  margin: 1em 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.mod_chart__title small {
  font-size: 0.7em;
  font-weight: 500;
}
.mod_chart__bar {
  width: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr;
  gap: 5px 10px;
}
.mod_chart__bar dt {
  white-space: nowrap;
}
.mod_chart__bar dd {
  margin: 0;
  border-radius: 3px;
  background-color: #f2f2f2;
  position: relative;
}
.mod_chart__barline {
  display: block;
  border-radius: inherit;
  background-color: #2589d0;
  position: relative;
  height: 30px;
}
.mod_chart__bartext {
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 5px;
}
.mod_chart__pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_chart__pie > div {
  width: 200px;
  height: 200px;
  margin: 0;
  border-radius: 50%;
  background-image: conic-gradient(gray 70%, #000 70% 100%);
}
@media (max-width: 599px) {
  .mod_chart__pie > div {
    width: 150px;
    height: 150px;
  }
}
.mod_chart__pie li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_chart__pie li:before {
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  margin-right: 5px;
  content: "";
}
.mod_chart__pie li:nth-child(1)::before {
  background-color: #009de8;
}
.mod_chart__pie li:nth-child(2)::before {
  background-color: #19aeea;
}
.mod_chart__pie li:nth-child(3)::before {
  background-color: #32bfea;
}
.mod_chart__pie li:nth-child(4)::before {
  background-color: #4ad0ea;
}
.mod_chart__pie li:nth-child(5)::before {
  background-color: #63e1ea;
}
.mod_chart__pie li:nth-child(6)::before {
  background-color: #7cf2ea;
}
.mod_chart__pie li:nth-child(7)::before {
  background-color: #95f7e6;
}
.mod_chart__pie li:nth-child(8)::before {
  background-color: #aefbe2;
}
.mod_chart__pie li:nth-child(9)::before {
  background-color: #c7ffde;
}
.mod_chart__pie li:nth-child(10)::before {
  background-color: #e0ffda;
}
.mod_chart__pie li span {
  margin-right: 10px;
  font-weight: 600;
}
.mod_chart__pie._sex > div {
  background-image: conic-gradient(#009de8 55.2%, #19aeea 55.2% 100%);
}
.mod_chart__pie._status > div {
  background-image: conic-gradient(#009de8 52%, #19aeea 52% 100%);
}
.mod_chart__pie._fee > div {
  background-image: conic-gradient(#009de8 40.8%, #19aeea 40.8% 91.6%, #32bfea 91.6% 98.3%, #4ad0ea 98.3% 100%);
}
.mod_chart__pie._fee_and_work > div {
  background-image: conic-gradient(#009de8 26.1%, #19aeea 26.1% 63.8%, #32bfea 63.8% 88.4%, #4ad0ea 88.4% 100%);
}
.mod_chart__pie._trip > div {
  background-image: conic-gradient(#009de8 84%, #19aeea 84% 100%);
}

.mod .mod_profCard {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1em 1.2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 1.2em 1.5em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 4px 12px -6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 4px 12px -6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 599px) {
  .mod .mod_profCard {
    grid-template-columns: 80px 1fr;
    gap: 0.8em 1em;
    padding: 1em;
  }
}
.mod .mod_profCard__image {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #f3f4f6;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 4px 10px -4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 4px 10px -4px rgba(0, 0, 0, 0.12);
  grid-row: auto/span 2;
}
@media (max-width: 599px) {
  .mod .mod_profCard__image {
    grid-row: auto/span 1;
  }
}
.mod .mod_profCard__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod .mod_profCard__name {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.04em;
}
@media (max-width: 599px) {
  .mod .mod_profCard__name {
    font-size: 1.25em;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.mod .mod_profCard__list {
  display: grid;
  grid-template-columns: 6em 1fr;
  row-gap: 0.6em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin: 0;
  padding: 0.8em 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  grid-column: 2/span 1;
}
@media (max-width: 599px) {
  .mod .mod_profCard__list {
    grid-template-columns: 5em 1fr;
    row-gap: 0.5em;
    font-size: 0.92em;
    grid-column: 1/span 2;
  }
}
.mod .mod_profCard__list dt {
  font-size: 0.85em;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.05em;
}
.mod .mod_profCard__list dd {
  margin: 0;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.5;
}
.mod .mod_profCard__qualifications {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em 0.5em;
}
.mod .mod_profCard__qualifications li {
  font-size: 0.88em;
  padding: 0.15em 0.7em;
  background: #f3f4f6;
  border-radius: 999px;
  line-height: 1.6;
}
.mod .mod_profCard__message {
  padding: 0.8em 1em;
  background: #f3fafd;
  border-left: 3px solid #3aa9c9;
  border-radius: 0 4px 4px 0;
  grid-column: 2/span 1;
}
@media (max-width: 599px) {
  .mod .mod_profCard__message {
    grid-column: 1/span 2;
  }
}
.mod .mod_profCard__messageLabel {
  display: inline-block;
  font-size: 0.78em;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
  padding: 0.1em 0.6em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  line-height: 1.6;
}
.mod .mod_profCard__messageBody {
  font-size: 0.95em;
  line-height: 1.7;
}
.mod .mod_profCard__messageBody p {
  margin: 0;
}
.mod .mod_profCard__messageBody p + p {
  margin-top: 0.5em;
}

.mod .mod_interviewList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2em;
}
@media (max-width: 599px) {
  .mod .mod_interviewList {
    grid-template-columns: 1fr;
    gap: 0.8em;
  }
}
.mod .mod_interviewList__item {
  margin: 0;
}
.mod .mod_interviewList__link {
  display: grid;
  grid-template-columns: 110px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 1em 1.2em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.mod .mod_interviewList__link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 8px 16px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 8px 16px -8px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.12);
}
@media (max-width: 599px) {
  .mod .mod_interviewList__link {
    grid-template-columns: 90px 1fr;
    gap: 0.8em;
    padding: 0.8em 1em;
  }
}
.mod .mod_interviewList__image {
  width: 110px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background: #f3f4f6;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 4px 10px -4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 4px 10px -4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 599px) {
  .mod .mod_interviewList__image {
    width: 90px;
  }
}
.mod .mod_interviewList__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod .mod_interviewList__imagePh {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e5e7eb 0%, #f3f4f6 100%);
}
.mod .mod_interviewList__body {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3em;
}
.mod .mod_interviewList__title {
  margin: 0;
  font-size: 0.78em;
  font-weight: 500;
  line-height: 1.4;
  color: #6b7280;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  grid-column: auto/span 2;
}
.mod .mod_interviewList__catch {
  margin: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
  color: #1f2937;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 599px) {
  .mod .mod_interviewList__catch {
    font-size: 1em;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.mod .mod_interviewList__name {
  margin: 0.2em 0 0;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.4;
  color: #6b7280;
  letter-spacing: 0.05em;
}
.mod .mod_interviewList__name::before {
  content: "— ";
}
.mod .mod_interviewList__empty {
  grid-column: 1/-1;
  text-align: center;
  color: #6b7280;
  padding: 2em 0;
}

.mod.awd2 {
  --awd2-blue: #2589d0;
  --awd2-blue2: #009de8;
  --awd2-ink: #1d2733;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--awd2-ink);
}
.mod.awd2 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod .awd2-hero {
  background: linear-gradient(135deg, #0a3a63, #1170b8);
  color: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  margin: 0 0;
}
.mod .awd2-hero__lead {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.7;
}
.mod .awd2-hero__lead b {
  font-size: 1.5em;
  color: #9fe3ff;
}
.mod .awd2-hero__stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
}
.mod .awd2-hero__stats li {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 8px;
  text-align: center;
}
.mod .awd2-hero__stats li span {
  display: block;
  font-size: 0.72rem;
  opacity: 0.85;
  margin-bottom: 4px;
}
.mod .awd2-hero__stats li b {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
.mod .awd2-hero__stats li b i {
  font-size: 0.5em;
  font-weight: 600;
  font-style: normal;
  margin-left: 1px;
}
.mod .awd2-hero__scale {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.mod .awd2-section {
  margin: 0 0 36px;
}
.mod .awd2-section__title {
  font-size: 1.25rem;
  font-weight: 700;
  border-left: 6px solid var(--awd2-blue);
  padding-left: 12px;
  margin: 0 0 6px;
}
.mod .awd2-section__note {
  font-size: 0.78rem;
  color: #6b7785;
  margin: 0 0 14px;
  padding-left: 14px;
}
.mod .awd2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.mod .awd2-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08), 0 6px 16px -8px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08), 0 6px 16px -8px rgba(0, 0, 0, 0.18);
  min-width: 0;
}
.mod .awd2-card--wide {
  grid-column: 1/-1;
}
.mod .awd2-ctitle {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.mod .awd2-ctitle small {
  font-size: 0.7rem;
  font-weight: 500;
  color: #8893a0;
}
.mod .awd2-cn {
  margin-left: auto;
  font-size: 0.66rem;
  font-weight: 600;
  color: #9aa6b2;
  white-space: nowrap;
  background: #f1f5f9;
  border-radius: 99px;
  padding: 2px 8px;
}
.mod .awd2-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px 12px;
  margin: 0;
}
.mod .awd2-bar dt {
  white-space: nowrap;
  font-size: 0.82rem;
  color: #3c4856;
}
.mod .awd2-bar dd {
  margin: 0;
  background: #eef1f4;
  border-radius: 4px;
  position: relative;
  height: 26px;
}
.mod .awd2-barline {
  display: block;
  height: 100%;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#2589d0), to(#19aeea));
  background: linear-gradient(90deg, #2589d0, #19aeea);
  position: relative;
  min-width: 2px;
  -webkit-transition: width 0.9s ease;
  transition: width 0.9s ease;
}
.mod .awd2-barline.is-in .awd2-barval {
  left: auto;
  right: 8px;
  color: #fff;
}
.mod .awd2-barline.is-in .awd2-barval i {
  color: rgba(255, 255, 255, 0.8);
}
.mod .awd2-barval {
  position: absolute;
  left: calc(100% + 6px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.82rem;
  color: #1d2733;
}
.mod .awd2-barval i {
  font-style: normal;
  font-weight: 600;
  font-size: 0.72em;
  color: #9aa6b2;
  margin-left: 5px;
}
.mod .awd2-pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod .awd2-pie__circle {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.mod .awd2-pie__legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
  min-width: 130px;
}
.mod .awd2-pie__legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85rem;
}
.mod .awd2-pie__legend li i {
  width: 14px;
  height: 11px;
  border-radius: 2px;
  margin-right: 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.mod .awd2-pie__legend li span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3c4856;
}
.mod .awd2-pie__legend li b {
  font-weight: 700;
}
.mod .awd2-stat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
}
.mod .awd2-stat__item {
  background: #f3f9fe;
  border-radius: 10px;
  padding: 16px 6px;
}
.mod .awd2-stat__item strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--awd2-blue);
  line-height: 1;
}
.mod .awd2-stat__item strong span {
  font-size: 0.5em;
  font-weight: 700;
  margin-left: 2px;
}
.mod .awd2-stat__item em {
  display: block;
  font-style: normal;
  font-size: 0.74rem;
  color: #6b7785;
  margin-top: 6px;
}
.mod .awd2-line-wrap {
  width: 100%;
}
.mod .awd2-line {
  width: 100%;
  height: auto;
  display: block;
}
.mod .awd2-line__val {
  fill: #5a6b7b;
  font-size: 11px;
  font-weight: 700;
}
.mod .awd2-line__x {
  fill: #9aa6b2;
  font-size: 10px;
}
.mod .awd2-foot {
  font-size: 0.72rem;
  color: #8893a0;
  margin: 5px 0 0;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .mod .awd2-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .mod .awd2-hero__scale li:last-child {
    grid-column: span 2;
  }
  .mod .awd2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .mod .awd2-pie__circle {
    width: 120px;
    height: 120px;
  }
  .mod .awd2-line-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mod .awd2-line {
    min-width: 560px;
  }
}

.c-balloon__icon.-circle .c-balloon__iconImg {
  border: 2px solid #ececec;
  border-radius: 50%;
}

.swell-block-box-menu__figure img {
  width: var(--the-icon-size);
  height: var(--the-icon-size);
  -o-object-fit: cover;
     object-fit: cover;
}

.swell-block-box-menu__figure[data-trim="0"] img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.is-style-card > .wp-block-media-text__media picture {
  display: contents;
}

.is-style-card > .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-postid="10"].l-content,
[data-postid="2357"].l-content {
  margin-bottom: 0;
  padding-top: 0 !important;
}
[data-postid="10"].l-content + .w-beforeFooter,
[data-postid="2357"].l-content + .w-beforeFooter {
  margin-top: 0;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_about .wp-block-image img,
  [data-postid="2357"] .post_content .p_about .wp-block-image img {
    aspect-ratio: 2/1 !important;
  }
}
[data-postid="10"] .post_content #topmv,
[data-postid="2357"] .post_content #topmv {
  background: url(https://axeinc.co.jp/cms/wp-content/uploads/2025/11/3ea17244d829fa68b95d0de40451cf00.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 6em;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content #topmv,
  [data-postid="2357"] .post_content #topmv {
    background-image: url(https://axeinc.co.jp/cms/wp-content/uploads/2025/11/52201f54a6a52d46fa863a29ac8241cb.jpg);
  }
}
[data-postid="10"] .post_content #topmv:before,
[data-postid="2357"] .post_content #topmv:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  inset: 0;
}
[data-postid="10"] .post_content .p_topmv,
[data-postid="2357"] .post_content .p_topmv {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv,
  [data-postid="2357"] .post_content .p_topmv {
    padding: 30px 0;
  }
}
[data-postid="10"] .post_content .p_topmv__catch,
[data-postid="2357"] .post_content .p_topmv__catch {
  font-weight: 900;
  font-size: 4em;
  line-height: 1.2;
  text-shadow: 2px 2px 5px hsl(0, 0%, 0%);
  color: white;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv__catch,
  [data-postid="2357"] .post_content .p_topmv__catch {
    font-size: 10vw;
  }
}
[data-postid="10"] .post_content .p_topmv__title,
[data-postid="2357"] .post_content .p_topmv__title {
  font-size: 1.8em;
  color: white;
  text-shadow: 2px 2px 5px hsl(0, 0%, 0%);
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv__title,
  [data-postid="2357"] .post_content .p_topmv__title {
    font-size: 6vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
[data-postid="10"] .post_content .p_topmv_point,
[data-postid="2357"] .post_content .p_topmv_point {
  border: 2px solid #0e4c95;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 10px;
  max-width: 720px;
  width: 100%;
}
[data-postid="10"] .post_content .p_topmv_point__text1,
[data-postid="2357"] .post_content .p_topmv_point__text1 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.6em;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv_point__text1,
  [data-postid="2357"] .post_content .p_topmv_point__text1 {
    font-size: 6vw;
  }
}
[data-postid="10"] .post_content .p_topmv_point__flex,
[data-postid="2357"] .post_content .p_topmv_point__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv_point__flex,
  [data-postid="2357"] .post_content .p_topmv_point__flex {
    gap: 10px;
  }
}
[data-postid="10"] .post_content .p_topmv_point__flex > div,
[data-postid="2357"] .post_content .p_topmv_point__flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
[data-postid="10"] .post_content .p_topmv_point__icon,
[data-postid="2357"] .post_content .p_topmv_point__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0e4c95;
  border-radius: 10px;
  color: white;
  width: 100%;
  padding: 5px 40px 10px;
  line-height: 1;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv_point__icon,
  [data-postid="2357"] .post_content .p_topmv_point__icon {
    padding: 0px 20px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
[data-postid="10"] .post_content .p_topmv_point__icon img,
[data-postid="2357"] .post_content .p_topmv_point__icon img {
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv_point__icon img,
  [data-postid="2357"] .post_content .p_topmv_point__icon img {
    width: 18vw;
    -webkit-transform: none;
            transform: none;
    margin-right: 0;
    margin-bottom: -2vw;
  }
}
[data-postid="10"] .post_content .p_topmv_point__icontext,
[data-postid="2357"] .post_content .p_topmv_point__icontext {
  font-size: 3em;
  font-weight: bold;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv_point__icontext,
  [data-postid="2357"] .post_content .p_topmv_point__icontext {
    font-size: 10vw;
  }
}
[data-postid="10"] .post_content .p_topmv_point__icontext small,
[data-postid="2357"] .post_content .p_topmv_point__icontext small {
  font-size: 50%;
  opacity: 1;
  margin-left: 3px;
}
[data-postid="10"] .post_content .p_topmv_point__text2,
[data-postid="2357"] .post_content .p_topmv_point__text2 {
  margin-top: 5px;
  font-size: 1.2em;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv_point__text2,
  [data-postid="2357"] .post_content .p_topmv_point__text2 {
    font-size: 4vw;
  }
}
[data-postid="10"] .post_content .p_topmv__cta,
[data-postid="2357"] .post_content .p_topmv__cta {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  max-width: 720px;
  width: 100%;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv__cta,
  [data-postid="2357"] .post_content .p_topmv__cta {
    margin-top: 10px;
  }
}
[data-postid="10"] .post_content .p_topmv__cta__text3,
[data-postid="2357"] .post_content .p_topmv__cta__text3 {
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 2px 2px 5px hsl(0, 0%, 0%);
  font-size: 1.8em;
  font-weight: 900;
  color: white;
}
@media (max-width: 599px) {
  [data-postid="10"] .post_content .p_topmv__cta__text3,
  [data-postid="2357"] .post_content .p_topmv__cta__text3 {
    font-size: 6vw;
    line-height: 1.4;
  }
}

#block-12 {
  margin-top: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 599px) {
  #block-12 {
    border-bottom-width: 0;
  }
}
#block-12 .swell-block-columns__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#block-12 .swell-block-columns .swell-block-column {
  width: auto;
}
#block-12 .swell-block-columns .swell-block-column:nth-child(2) {
  margin-right: auto;
}

body:has([data-postid="797"]) .l-header, body:has([data-postid="1901"]) .l-header {
  position: relative !important;
  top: auto !important;
}
body:has([data-postid="797"]) #fix_header,
body:has([data-postid="797"]) .l-header__customBtn,
body:has([data-postid="797"]) #block-7,
body:has([data-postid="797"]) .l-footer__nav, body:has([data-postid="1901"]) #fix_header,
body:has([data-postid="1901"]) .l-header__customBtn,
body:has([data-postid="1901"]) #block-7,
body:has([data-postid="1901"]) .l-footer__nav {
  display: none !important;
}

[data-postid="797"] .p_form,
[data-postid="1901"] .p_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
[data-postid="797"] .p_form__row:has(.error) .p_form__title,
[data-postid="1901"] .p_form__row:has(.error) .p_form__title {
  color: hsl(355, 85%, 45%);
}
[data-postid="797"] .p_form__title,
[data-postid="1901"] .p_form__title {
  font-weight: 900;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-postid="797"] .p_form__title .req,
[data-postid="1901"] .p_form__title .req {
  margin-left: 10px;
  border-radius: 4px;
  background: linear-gradient(100deg, hsl(355, 100%, 45%) 0%, hsl(40, 100%, 60%) 100%);
  color: white;
  font-size: 0.6em;
  padding: 0 10px;
}
[data-postid="797"] .p_form__parts input[type=text],
[data-postid="797"] .p_form__parts input[type=email],
[data-postid="797"] .p_form__parts input[type=tel],
[data-postid="797"] .p_form__parts input[type=url],
[data-postid="797"] .p_form__parts textarea,
[data-postid="1901"] .p_form__parts input[type=text],
[data-postid="1901"] .p_form__parts input[type=email],
[data-postid="1901"] .p_form__parts input[type=tel],
[data-postid="1901"] .p_form__parts input[type=url],
[data-postid="1901"] .p_form__parts textarea {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 10px;
}
[data-postid="797"] .p_form__parts input[type=text]::-webkit-input-placeholder, [data-postid="797"] .p_form__parts input[type=email]::-webkit-input-placeholder, [data-postid="797"] .p_form__parts input[type=tel]::-webkit-input-placeholder, [data-postid="797"] .p_form__parts input[type=url]::-webkit-input-placeholder, [data-postid="797"] .p_form__parts textarea::-webkit-input-placeholder, [data-postid="1901"] .p_form__parts input[type=text]::-webkit-input-placeholder, [data-postid="1901"] .p_form__parts input[type=email]::-webkit-input-placeholder, [data-postid="1901"] .p_form__parts input[type=tel]::-webkit-input-placeholder, [data-postid="1901"] .p_form__parts input[type=url]::-webkit-input-placeholder, [data-postid="1901"] .p_form__parts textarea::-webkit-input-placeholder {
  color: #ccc;
}
[data-postid="797"] .p_form__parts input[type=text]::-moz-placeholder, [data-postid="797"] .p_form__parts input[type=email]::-moz-placeholder, [data-postid="797"] .p_form__parts input[type=tel]::-moz-placeholder, [data-postid="797"] .p_form__parts input[type=url]::-moz-placeholder, [data-postid="797"] .p_form__parts textarea::-moz-placeholder, [data-postid="1901"] .p_form__parts input[type=text]::-moz-placeholder, [data-postid="1901"] .p_form__parts input[type=email]::-moz-placeholder, [data-postid="1901"] .p_form__parts input[type=tel]::-moz-placeholder, [data-postid="1901"] .p_form__parts input[type=url]::-moz-placeholder, [data-postid="1901"] .p_form__parts textarea::-moz-placeholder {
  color: #ccc;
}
[data-postid="797"] .p_form__parts input[type=text]:-ms-input-placeholder, [data-postid="797"] .p_form__parts input[type=email]:-ms-input-placeholder, [data-postid="797"] .p_form__parts input[type=tel]:-ms-input-placeholder, [data-postid="797"] .p_form__parts input[type=url]:-ms-input-placeholder, [data-postid="797"] .p_form__parts textarea:-ms-input-placeholder, [data-postid="1901"] .p_form__parts input[type=text]:-ms-input-placeholder, [data-postid="1901"] .p_form__parts input[type=email]:-ms-input-placeholder, [data-postid="1901"] .p_form__parts input[type=tel]:-ms-input-placeholder, [data-postid="1901"] .p_form__parts input[type=url]:-ms-input-placeholder, [data-postid="1901"] .p_form__parts textarea:-ms-input-placeholder {
  color: #ccc;
}
[data-postid="797"] .p_form__parts input[type=text]::-ms-input-placeholder, [data-postid="797"] .p_form__parts input[type=email]::-ms-input-placeholder, [data-postid="797"] .p_form__parts input[type=tel]::-ms-input-placeholder, [data-postid="797"] .p_form__parts input[type=url]::-ms-input-placeholder, [data-postid="797"] .p_form__parts textarea::-ms-input-placeholder, [data-postid="1901"] .p_form__parts input[type=text]::-ms-input-placeholder, [data-postid="1901"] .p_form__parts input[type=email]::-ms-input-placeholder, [data-postid="1901"] .p_form__parts input[type=tel]::-ms-input-placeholder, [data-postid="1901"] .p_form__parts input[type=url]::-ms-input-placeholder, [data-postid="1901"] .p_form__parts textarea::-ms-input-placeholder {
  color: #ccc;
}
[data-postid="797"] .p_form__parts input[type=text]::placeholder,
[data-postid="797"] .p_form__parts input[type=email]::placeholder,
[data-postid="797"] .p_form__parts input[type=tel]::placeholder,
[data-postid="797"] .p_form__parts input[type=url]::placeholder,
[data-postid="797"] .p_form__parts textarea::placeholder,
[data-postid="1901"] .p_form__parts input[type=text]::placeholder,
[data-postid="1901"] .p_form__parts input[type=email]::placeholder,
[data-postid="1901"] .p_form__parts input[type=tel]::placeholder,
[data-postid="1901"] .p_form__parts input[type=url]::placeholder,
[data-postid="1901"] .p_form__parts textarea::placeholder {
  color: #ccc;
}
[data-postid="797"] .p_form__parts._radio,
[data-postid="1901"] .p_form__parts._radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
[data-postid="797"] .p_form__parts._postal input,
[data-postid="1901"] .p_form__parts._postal input {
  width: 140px;
}
[data-postid="797"] .p_form__parts .mwform-radio-field,
[data-postid="1901"] .p_form__parts .mwform-radio-field {
  margin: 0 !important;
}
[data-postid="797"] .p_form__parts .mwform-radio-field label,
[data-postid="1901"] .p_form__parts .mwform-radio-field label {
  border: 1px solid #009de8;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
[data-postid="797"] .p_form__parts .mwform-radio-field label input,
[data-postid="1901"] .p_form__parts .mwform-radio-field label input {
  position: absolute;
  opacity: 0;
}
[data-postid="797"] .p_form__parts .mwform-radio-field label:has(input:checked),
[data-postid="1901"] .p_form__parts .mwform-radio-field label:has(input:checked) {
  background: #009de8;
  color: white;
}
[data-postid="797"] .p_form__parts .mwform-radio-field-text,
[data-postid="1901"] .p_form__parts .mwform-radio-field-text {
  font-size: 16px;
  font-weight: 500;
}
[data-postid="797"] .p_form__parts:has(.error) input[type=text],
[data-postid="797"] .p_form__parts:has(.error) input[type=email],
[data-postid="797"] .p_form__parts:has(.error) input[type=tel],
[data-postid="797"] .p_form__parts:has(.error) input[type=url],
[data-postid="797"] .p_form__parts:has(.error) textarea,
[data-postid="1901"] .p_form__parts:has(.error) input[type=text],
[data-postid="1901"] .p_form__parts:has(.error) input[type=email],
[data-postid="1901"] .p_form__parts:has(.error) input[type=tel],
[data-postid="1901"] .p_form__parts:has(.error) input[type=url],
[data-postid="1901"] .p_form__parts:has(.error) textarea {
  border: 1px solid hsl(355, 85%, 45%);
  background: #fff6f7;
}
[data-postid="797"] .p_form__parts:has(.error) input[type=text]:focus,
[data-postid="797"] .p_form__parts:has(.error) input[type=email]:focus,
[data-postid="797"] .p_form__parts:has(.error) input[type=tel]:focus,
[data-postid="797"] .p_form__parts:has(.error) input[type=url]:focus,
[data-postid="797"] .p_form__parts:has(.error) textarea:focus,
[data-postid="1901"] .p_form__parts:has(.error) input[type=text]:focus,
[data-postid="1901"] .p_form__parts:has(.error) input[type=email]:focus,
[data-postid="1901"] .p_form__parts:has(.error) input[type=tel]:focus,
[data-postid="1901"] .p_form__parts:has(.error) input[type=url]:focus,
[data-postid="1901"] .p_form__parts:has(.error) textarea:focus {
  outline: 2px solid rgba(212.2875, 17.2125, 33.46875, 0.3);
  outline-offset: 1px;
}
[data-postid="797"] .p_form__parts:has(.error)._radio .mwform-radio-field label,
[data-postid="1901"] .p_form__parts:has(.error)._radio .mwform-radio-field label {
  border-color: hsl(355, 85%, 45%);
}
[data-postid="797"] .p_form__parts .p_form__hint,
[data-postid="1901"] .p_form__parts .p_form__hint {
  display: block;
  margin-top: 6px;
  color: #777;
  font-size: 0.8em;
  line-height: 1.4;
}
[data-postid="797"] .p_form__parts .error,
[data-postid="1901"] .p_form__parts .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: hsl(355, 85%, 45%);
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.4;
}
[data-postid="797"] .p_form__parts .error::before,
[data-postid="1901"] .p_form__parts .error::before {
  content: "!";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: hsl(355, 85%, 45%);
  color: #fff;
  font-size: 0.9em;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-postid="797"] .p_form__agree,
[data-postid="1901"] .p_form__agree {
  margin-bottom: 12px;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.6;
  color: #555;
}
[data-postid="797"] .p_form__agree a,
[data-postid="1901"] .p_form__agree a {
  text-decoration: underline;
}
[data-postid="797"] .p_form__btns button,
[data-postid="1901"] .p_form__btns button {
  background: linear-gradient(100deg, #009de8 0%, #00c3a0 100%);
  color: #fff;
  font-weight: 900;
  padding: 0.8em 2em;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  display: block;
  text-align: center;
  width: 100%;
}
[data-postid="797"] .p_form__btns button:hover,
[data-postid="1901"] .p_form__btns button:hover {
  background: linear-gradient(100deg, #007bbd 0%, #009e7a 100%);
}
[data-postid="797"] .p_form:has(.error) .p_form__btns::before,
[data-postid="1901"] .p_form:has(.error) .p_form__btns::before {
  content: "入力内容にエラーがあります。赤色の項目をご確認ください。";
  display: block;
  margin-bottom: 12px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #fff1f3;
  border: 1px solid rgba(212.2875, 17.2125, 33.46875, 0.35);
  color: hsl(355, 85%, 45%);
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.5;
}

:root {
  --swl-font_weight: 500;
  --swl-font_family: "Noto Sans JP", sans-serif;
  --swl-pad_post_content: 0;
  --swl-pad_container: 25px;
}
body {
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */