body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #272727;
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

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

img.imgauto {
  width: 100%;
}

img.fit_cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
  height: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.1;
  font-weight: 700;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

button:focus-visible {
  outline: none;
}

.inline_block {
  display: inline-block;
}

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
._link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #192C82;
}

.color_white {
  color: #FFF;
}

.color_main {
  color: #192C82;
}

.bg_main {
  background-color: #192C82;
  color: #FFF;
}

.color_orange {
  color: #E05534;
}

.bg_orange {
  background-color: #E05534;
  color: #FFF;
}

.__bold {
  font-weight: 700;
}

.first_letter::first-letter {
  text-transform: uppercase;
}

.font_en {
  font-family: "Work Sans", sans-serif;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 80%;
    max-width: 1366px;
    min-width: 960px;
  }
  .container.__wide {
    width: 90%;
    max-width: 1728px;
    min-width: 960px;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
  .container.__wide {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

a {
  transition: all ease 0.5s;
}

a.hover_zoom {
  display: block;
  overflow: hidden;
}
a.hover_zoom img {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.hover_zoom:hover {
    opacity: 1;
  }
  a.hover_zoom:hover img {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #192C82;
  text-decoration: underline;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  body:not(.home) .site-main {
    padding-top: 8.5vw;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.home) .site-main {
    padding-top: 60px;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
}

.link_button {
  overflow: hidden;
  transition: 0.4s;
}
.link_button .btn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .link_button {
    height: 60px;
    width: 220px;
    border-radius: 30px;
  }
  .link_button .btn_link {
    padding-inline: 20px;
    border-radius: 29px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    height: 40px;
    width: 90%;
    max-width: 400px;
    margin-inline: auto;
    border-radius: 20px;
  }
  .link_button .btn_link {
    padding-inline: 20px;
    border-radius: 19px;
  }
}
.link_button .btn_txt {
  font-weight: 700;
}
@media (hover: hover) {
  .link_button .btn_link:hover {
    opacity: 1;
  }
}
.link_button.btn_grad {
  background: linear-gradient(45deg, #192C82 0%, #60B8E6 100%);
  padding: 1px;
}
.link_button.btn_grad .btn_link {
  background-color: #FFF;
}
.link_button.btn_grad .btn_txt {
  color: #192C82;
}
@media (hover: hover) {
  .link_button.btn_grad:hover .btn_link {
    background-color: #192C82;
  }
  .link_button.btn_grad:hover .btn_txt {
    color: #FFF;
  }
  .link_button.btn_grad:hover .btn_arw {
    border-top-color: #FFF;
    border-right-color: #FFF;
  }
}
.link_button.btn_white {
  border: 1px solid #FFF;
}
.link_button.btn_white .btn_txt {
  color: #FFF;
}
.link_button.btn_white .btn_arw {
  border-top-color: #FFF;
  border-right-color: #FFF;
}
.link_button.btn_blue {
  border: 2px solid #192C82;
  background-color: #192C82;
}
.link_button.btn_blue .btn_txt {
  color: #FFF;
}
.link_button.btn_blue .btn_arw {
  border-top-color: #FFF;
  border-right-color: #FFF;
}
@media (hover: hover) {
  .link_button.btn_blue:hover {
    background-color: #FFF;
  }
  .link_button.btn_blue:hover .btn_txt {
    color: #192C82;
  }
  .link_button.btn_blue:hover .btn_arw {
    border-top-color: #192C82;
    border-right-color: #192C82;
  }
  .link_button.btn_white:hover .btn_link {
    background-color: #FFF;
  }
  .link_button.btn_white:hover .btn_txt {
    color: #192C82;
  }
  .link_button.btn_white:hover .btn_arw {
    border-top-color: #192C82;
    border-right-color: #192C82;
  }
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button.btn_center .btn_txt {
  flex-grow: 1;
  text-align: center;
}
.link_button .btn_arw {
  width: 8px;
  height: 8px;
  border-top: 1px solid #192C82;
  border-right: 1px solid #192C82;
  transform: rotate(45deg);
}

.link_arw {
  position: relative;
  width: 28px;
  height: 28px;
}
.link_arw__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 50%;
}
.link_arw::before {
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  background: linear-gradient(45deg, #192C82 0%, #60B8E6 100%);
  border-radius: 50%;
  content: "";
}
.link_arw__arw {
  display: block;
  position: absolute;
  border-right: 1px solid #192C82;
  border-bottom: 1px solid #192C82;
  content: "";
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .link_arw__arw {
    width: 7px;
    height: 7px;
    top: calc(50% - 3.5px);
    left: calc(50% - 5px);
  }
}
@media screen and (max-width: 1024px) {
  .link_arw__arw {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
  }
}

.link_view {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.link_view .link_txt {
  font-family: "Work Sans", sans-serif;
  color: #192C82;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .link_view .link_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .link_view .link_txt {
    font-size: 14px;
  }
}

.txt_grad {
  background: linear-gradient(45deg, #192C82 0%, #60B8E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding-top: 12px;
  }
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.breadcrumb span {
  font-size: 14px;
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb1em {
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.c-text {
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}
.c-text.__md {
  font-weight: 500;
}
.c-text.__bold {
  font-weight: 700;
}
.c-text.__black {
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  .c-text.__lg {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .c-text.__lg {
    font-size: 16px;
  }
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.mb20 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pb50 {
  padding-bottom: 50px;
}

.pb80 {
  padding-bottom: 80px;
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table th, .c-table td {
  vertical-align: middle;
}
.c-table th {
  font-weight: 900;
  color: #192C82;
  padding-left: 1em;
}
.c-table td {
  font-weight: 500;
}
.c-table tr:nth-child(even) th, .c-table tr:nth-child(even) td {
  background-color: #F6F8F9;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    font-size: 20px;
    padding-block: 0.75em;
  }
}
@media screen and (max-width: 1024px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .c-table th {
    padding-top: 0.75em;
  }
  .c-table td {
    padding-left: 30px;
    padding-right: 15px;
    padding-block: 0.75em;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #FFF;
}
.site-header .header_container {
  display: flex;
  align-items: center;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    justify-content: space-between;
    width: 90%;
    min-width: 960px;
    height: 8.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    width: 90%;
    height: 60px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 17.7%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 240px;
  }
}
.site-header .site-branding .home_link .logo_white {
  display: none;
}
.site-header .main-navigation {
  height: 50px;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.66vw;
       column-gap: 1.66vw;
  height: 100%;
}
.site-header .main_menu > .menu-item {
  font-size: clamp(14px, 1.17vw, 16px);
  font-weight: 500;
}
.site-header .main_menu > .menu-item > a {
  position: relative;
}
.site-header .main_menu > .menu-item > a::before {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #192C82;
  transition: width ease 0.4s;
  content: "";
}
.site-header .main_menu > .menu-item.menu_home {
  display: none;
}
.site-header .menu-item {
  cursor: pointer;
}
.site-header .menu-item.menu_label > a {
  pointer-events: none;
}
.site-header .main_menu > .menu-item-has-children {
  position: relative;
}
.site-header .main_menu > .menu-item-has-children > .sub-menu {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  position: absolute;
  top: 100%;
  left: -20px;
  width: 600px;
  padding: 1em;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0 0 7px rgba(25, 44, 130, 0.1);
  transition: all ease 0.4s;
  transform-origin: center top;
  transform: scaleY(0);
}
.site-header .main_menu > .menu-item-has-children > .sub-menu > .menu-item {
  flex-basis: 50%;
  color: #192C82;
}
.site-header .main_menu > .menu-item-has-children > .sub-menu > .menu-item > a {
  display: block;
  position: relative;
  padding-top: 150px;
}
.site-header .main_menu > .menu-item-has-children > .sub-menu > .menu-item > a::after {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  background-color: #EEE;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.site-header .main_menu > .menu-item-has-children > .sub-menu .menu_const > a::after {
  background-image: url(../images/top/business_01.webp);
}
.site-header .main_menu > .menu-item-has-children > .sub-menu .menu_dest > a::after {
  background-image: url(../images/top/business_02.webp);
}
.site-header .main_menu > .menu-item > .sub-menu .sub-menu .menu-item {
  color: #272727;
}
.site-header .main_menu > .menu-item > .sub-menu .sub-menu a {
  padding-left: 1em;
  position: relative;
}
.site-header .main_menu > .menu-item > .sub-menu .sub-menu a::before {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #192C82;
  border-right: 1px solid #192C82;
  position: absolute;
  left: 0;
  top: calc(0.875em - 4px);
  transform: rotate(45deg);
  content: "";
}
@media (hover: hover) {
  .site-header .main_menu > .menu-item a:hover {
    opacity: 1;
  }
  .site-header .main_menu > .menu-item > .sub-menu .sub-menu .menu-item a:hover,
  .site-header .main_menu > .menu_contact a:hover {
    opacity: 0.7;
  }
  .site-header .main_menu > .menu-item:hover > a::before {
    width: 100%;
  }
  .site-header .main_menu > .menu-item.menu-item-has-children:hover > a::before {
    width: 0;
  }
  .site-header .main_menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    transform: scaleY(1);
  }
  .site-header.header_mv .main_menu > .menu-item:hover > a::before {
    background-color: #FFF;
  }
}
.site-header.header_mv {
  background-color: transparent;
}
.site-header.header_mv .home_link .logo_white {
  display: inline;
}
.site-header.header_mv .home_link .logo_blue {
  display: none;
}
.site-header.header_mv .main_menu > .menu-item {
  color: #FFF;
}
.site-header .main_menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(45deg, rgb(0, 46, 120) 0%, rgb(96, 184, 230) 100%);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_menu_btn {
    width: 60px;
    height: 60px;
  }
}
.site-header .main_menu_btn ._mobile_menu_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 21px;
  cursor: pointer;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #FFF;
  border-radius: 0.5px;
  transition: all 0.5s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
  bottom: 100%;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
  top: 10.5px;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar3 {
  top: 100%;
}
.site-header .main_menu_btn:active {
  border: none;
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .main_menu_btn ._menu_bar._bar2 {
  left: 50%;
  opacity: 0;
  height: 0;
}
@media screen and (max-width: 1024px) {
  .site-header #toggle-menu-btn:checked ~ .main_menu_btn ._menu_bar._bar1 {
    transform: translateY(11px) rotate(-45deg);
  }
  .site-header #toggle-menu-btn:checked ~ .main_menu_btn ._menu_bar._bar3 {
    transform: translateY(-10px) rotate(45deg);
  }
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 100%;
  transition: all ease 0.5s;
  padding-top: 8.5vw;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window {
    padding-top: 60px;
  }
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-top: 50px;
  background-color: #FFF;
}
.site-header .mobile_modal_window .modal_container {
  margin: 0 auto;
  width: 88%;
}
.site-header .mobile_modal_window .modal_nav {
  margin-bottom: 40px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item {
  line-height: 2;
  padding: 0.5em 0 0.5em 0.5em;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item a {
  display: block;
  width: 100%;
}
.site-header .mobile_modal_window .modal_info__tel {
  margin-top: 30px;
}
.site-header .mobile_modal_window .modal_info__tel .tel_contact {
  width: 100%;
  justify-content: center;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}

.main_menu .menu-item.menu_contact a,
.mobile_menu .menu-item.menu_contact a {
  display: inline-block;
  width: 170px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  background: linear-gradient(45deg, rgb(25, 44, 130) 0%, rgb(96, 184, 230) 100%);
  border-radius: 20px;
  color: #FFF;
}
.main_menu .menu-item.menu_contact a::before,
.mobile_menu .menu-item.menu_contact a::before {
  display: none;
}

.main-navigation .main_menu > .current-menu-item > a::before,
.main-navigation .main_menu > .current-menu-ancestor > a::before,
body.single-news .main_menu .menu_news > a::before,
body.single-case .main_menu .menu_case > a::before,
body.tax-case-cat .main_menu .menu_case > a::before,
body.post-type-archive-job .main_menu .menu_recruit > a::before,
body.tax-recruiting_type .main_menu .menu_recruit > a::before,
body.single-interview .main_menu .menu_recruit > a::before,
body.single-job .main_menu .menu_recruit > a::before,
body.page-entry .main_menu .menu_recruit > a::before {
  width: 100%;
}

.home_link {
  display: block;
  width: 100%;
}

.site-footer {
  background-color: #272727;
}
@media screen and (min-width: 1025px) {
  .site-footer {
    padding: 84px 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 46px 0 120px;
  }
}
.site-footer .footer_container {
  display: flex;
}
.site-footer .footer_address {
  font-weight: 700;
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_nav__l1, .site-footer .footer_nav__l2 {
  display: block;
  line-height: 2;
}
.site-footer .footer_nav__l1 span, .site-footer .footer_nav__l2 span {
  display: inline-block;
  vertical-align: middle;
}
.site-footer .footer_nav__l1 {
  font-weight: 700;
  font-size: 16px;
}
.site-footer .footer_nav__l2 {
  font-size: 14px;
}
.site-footer .footer_nav .footer_nav__l1 + .footer_nav__l2 {
  margin-top: 0.5em;
}
.site-footer .footer_nav .instagram_logo {
  width: 20px;
  margin-right: 0.25em;
}
.site-footer .footer_nav .instagram_logo svg {
  display: block;
  width: 100%;
}
.site-footer .footer_address {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.site-footer .footer_copyright,
.site-footer .footer_pp {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .site-footer .footer_signature {
    flex-basis: 33%;
    flex-shrink: 0;
  }
  .site-footer .footer_signature .home_link {
    width: 100%;
    margin-bottom: 38px;
  }
  .site-footer .footer_address {
    font-size: 16px;
  }
  .site-footer .footer_nav {
    flex-grow: 1;
    justify-content: flex-end;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .site-footer .footer_menu .menu-item {
    font-size: clamp(16px, 1.31vw, 18px);
  }
  .site-footer .footer_bottom {
    position: relative;
  }
  .site-footer .footer_pp {
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_container {
    flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .site-footer .footer_signature {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .site-footer .footer_signature .home_link {
    width: 280px;
    margin-bottom: 32px;
  }
  .site-footer .footer_address {
    font-size: 14px;
  }
  .site-footer .footer_nav {
    flex-basis: 100%;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .site-footer .footer_nav > div {
    flex-basis: 50%;
  }
  .site-footer .footer_menu .menu-item {
    font-size: clamp(16px, 1.31vw, 18px);
  }
  .site-footer .footer_pp {
    display: block;
    margin-bottom: 40px;
  }
}

.contact_ft__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.contact_ft__container {
  display: flex;
  position: relative;
  z-index: 1;
  color: #FFF;
}
.contact_ft__txt {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .contact_ft {
    padding-block: 100px;
  }
  .contact_ft__container {
    justify-content: space-between;
    align-items: center;
  }
  .contact_ft .top_h2__en {
    font-size: 110px;
  }
  .contact_ft__txt {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_ft {
    padding-block: 50px;
  }
  .contact_ft__container {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .contact_ft__txt {
    font-size: 16px;
    text-align: center;
  }
}

.button_float {
  position: fixed;
  z-index: 1000;
  bottom: 5px;
  right: 2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #192C82;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .button_float {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .button_float {
    width: 88px;
    height: 88px;
  }
}

@media screen and (min-width: 1025px) {
  .top_h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    margin-bottom: 20px;
  }
}
.top_h2__ja, .top_h2__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .top_h2__ja, .top_h2__en {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_h2.__center .top_h2__ja, .top_h2.__center .top_h2__en {
    margin-inline: auto;
  }
}
.top_h2__ja {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .top_h2__ja {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__ja {
    font-size: 12px;
  }
}
.top_h2__en {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.05em;
  background: linear-gradient(45deg, #192C82 0%, #60B8E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1025px) {
  .top_h2__en {
    font-size: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__en {
    font-size: 50px;
  }
}
.top_h2.__white .top_h2__ja, .top_h2.__white .top_h2__en {
  color: #FFF;
  background: none;
  -webkit-text-fill-color: unset;
}
.top_h2__icon {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .top_h2__icon {
    width: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__icon {
    width: 30px;
  }
}

.top_section {
  position: relative;
  z-index: 1;
}

.top_mv {
  position: relative;
}
.top_mv__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top_mv__popup {
  position: absolute;
  z-index: 1;
}
.top_mv__container {
  position: relative;
  z-index: 1;
}
.top_mv__catch {
  color: #FFF;
}
.top_mv__catch__ja {
  font-weight: 700;
}
.top_mv__catch__en {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    height: 48.17vw;
    max-height: 100vh;
  }
  .top_mv__popup {
    width: 27.65%;
    right: 13.5%;
    bottom: 4.5%;
  }
  .top_mv__container {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .top_mv__catch__ja {
    font-size: 40px;
    line-height: 1.5;
  }
  .top_mv__catch__en {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    height: 184vw;
    max-height: 100vh;
  }
  .top_mv__popup {
    width: 90%;
    max-width: 500px;
    right: 5%;
    bottom: -20px;
  }
  .top_mv__container {
    height: 100%;
    padding-top: 27vw;
  }
  .top_mv__catch__ja {
    font-size: clamp(20px, 2.54vw, 26px);
  }
  .top_mv__catch__en {
    font-size: 14px;
    line-height: 2;
  }
}

.top_news__inner {
  display: flex;
}
.top_news__select {
  display: flex;
  border-bottom: 1px solid #192C82;
}
.top_news__select__label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F8F9;
  border-radius: 6px 6px 0px 0px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.top_news #top-news__radio__all:checked ~ .top_news__select .top_news__select__label.__all,
.top_news #top-news__radio__news:checked ~ .top_news__select .top_news__select__label.__news,
.top_news #top-news__radio__works:checked ~ .top_news__select .top_news__select__label.__works {
  background-color: #192C82;
  color: #FFF;
}
.top_news__list {
  display: none;
}
.top_news #top-news__radio__all:checked ~ .top_news__list.__all,
.top_news #top-news__radio__news:checked ~ .top_news__list.__news,
.top_news #top-news__radio__works:checked ~ .top_news__list.__works {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top_news {
    padding-top: 153px;
    padding-bottom: 135px;
  }
  .top_news__inner {
    width: 80%;
    max-width: 1366px;
    margin-inline: auto;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .top_news__head {
    flex-basis: 220px;
    flex-shrink: 0;
  }
  .top_news__archive {
    flex-grow: 1;
  }
  .top_news__select {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .top_news__select__label {
    height: 74px;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .top_news__inner {
    width: 100%;
    flex-wrap: wrap;
  }
  .top_news__head {
    flex-basis: 100%;
  }
  .top_news__archive {
    flex-basis: 100%;
  }
  .top_news__select {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
  .top_news__select__label {
    height: 48px;
  }
}

.news_article__wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.news_article__date, .news_article__meta {
  flex-shrink: 0;
}
.news_article__cat {
  display: inline-block;
  width: 100%;
  color: #FFF;
  background-color: #192C82;
  border-radius: 6px;
  text-align: center;
}
.news_article:nth-child(even) {
  background-color: #F6F8F9;
}
@media screen and (min-width: 1025px) {
  .news_article {
    padding-inline: 30px;
    height: 86px;
  }
  .news_article__date {
    margin-right: 53px;
  }
  .news_article__meta {
    flex-basis: 144px;
    margin-right: 12px;
  }
  .news_article__cat {
    font-size: 14px;
    line-height: 32px;
  }
  .news_article__title {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .news_article {
    padding-inline: 20px;
    padding-block: 14px;
  }
  .news_article__wrap {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .news_article__date {
    margin-right: 24px;
  }
  .news_article__meta {
    flex-basis: 104px;
  }
  .news_article__cat {
    font-size: 14px;
    line-height: 32px;
  }
  .news_article__title {
    flex-basis: 100%;
    line-height: 1.33;
  }
}

.top_business__container {
  display: flex;
  position: relative;
  z-index: 1;
}
.top_business__img {
  position: relative;
  border-radius: 6px;
}
.top_business__ttl {
  position: absolute;
  left: 0;
  bottom: -0.5em;
  line-height: 1;
  font-weight: 700;
}
.top_business__item {
  color: #FFF;
}
.top_business__content {
  display: flex;
}
.top_business__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(25, 44, 130) 0%, rgb(69, 184, 255) 100%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .top_business {
    padding-bottom: 96px;
  }
  .top_business__container {
    justify-content: space-between;
  }
  .top_business__item {
    flex-basis: 48.5%;
    flex-shrink: 0;
  }
  .top_business__img {
    aspect-ratio: 839/400;
    margin-bottom: 49px;
  }
  .top_business__ttl {
    font-size: clamp(40px, 3.67vw, 47px);
  }
  .top_business__content {
    justify-content: space-between;
    align-items: flex-start;
  }
  .top_business__body {
    flex-grow: 1;
    padding-right: 20px;
  }
  .top_business__btn {
    min-width: 160px;
  }
  .top_business__btn .link_button {
    max-width: 100%;
  }
  .top_business__h3 {
    font-size: 26px;
    margin-bottom: 1em;
  }
  .top_business__bg {
    height: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .top_business {
    padding-bottom: 37px;
  }
  .top_business__container {
    flex-wrap: wrap;
    row-gap: 37px;
  }
  .top_business__item {
    flex-basis: 100%;
  }
  .top_business__img {
    aspect-ratio: 335/150;
    margin-bottom: 24px;
  }
  .top_business__ttl {
    font-size: 24px;
  }
  .top_business__content {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .top_business__body {
    flex-basis: 100%;
  }
  .top_business__btn {
    flex-basis: 100%;
  }
  .top_business__h3 {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .top_business__bg {
    height: 86%;
  }
}

@keyframes rpScroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -84.8vw center;
  }
}
@keyframes rpScroll_sp {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -632px center;
  }
}
.top_project__top {
  position: relative;
}
.top_project__container {
  display: flex;
}
.top_project__sign {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  background: url("../images/top/project_sign.svg") repeat-x center center;
}
.top_project__head .top_h2 + p {
  font-weight: 500;
}
.top_project__archive {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_project__top {
    height: 300px;
  }
  .top_project__sign {
    height: 152px;
    bottom: -74px;
    background-size: 84.8vw 152px;
    animation: rpScroll 10s linear infinite;
  }
  .top_project__container {
    padding-top: 110px;
    padding-bottom: 170px;
    -moz-column-gap: 6%;
         column-gap: 6%;
    align-items: flex-start;
  }
  .top_project__head {
    flex-basis: 268px;
    flex-shrink: 0;
  }
  .top_project__head .link_button {
    margin-top: 54px;
  }
  .top_project__body {
    flex-grow: 1;
  }
  .top_project__archive {
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 70px;
    padding-left: 50%;
  }
  .top_project__archive .project_article.__index__0 {
    position: absolute;
    left: 0;
    top: 0;
    width: 47.5%;
    height: 100%;
  }
  .top_project__archive .project_article.__index__0 a {
    height: 100%;
  }
  .top_project__archive .project_article.__index__0 .project_article__img {
    aspect-ratio: unset;
    height: 100%;
  }
  .top_project__archive .project_article {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_project {
    padding-bottom: 35px;
  }
  .top_project__top {
    height: 200px;
  }
  .top_project__sign {
    height: 72px;
    bottom: -31px;
    background-size: 632px 72px;
    animation: rpScroll_sp 10s linear infinite;
  }
  .top_project__container {
    padding-top: 53px;
    padding-bottom: 32px;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .top_project__head {
    flex-basis: 100%;
  }
  .top_project__head .top_h2 + p {
    text-align: center;
  }
  .top_project__body {
    flex-basis: 100%;
  }
  .top_project__archive {
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 20px;
  }
  .top_project__archive .project_article.__index__0 {
    flex-basis: 100%;
  }
  .top_project__archive .project_article.__index__0 .project_article__head .link_arw {
    display: block;
  }
  .top_project__archive .project_article {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
}

.project_article {
  position: relative;
}
.project_article__img {
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
}
.project_article__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.project_article__head .link_arw {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .project_article__meta {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .project_article__meta {
    padding-top: 10px;
  }
  .project_article__head .link_arw {
    display: none;
  }
}

.top_h3__ja, .top_h3__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.top_h3__en {
  color: #192C82;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 1025px) {
  .top_h3__ja {
    font-size: clamp(18px, 1.71vw, 24px);
  }
  .top_h3__en {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h3__ja {
    font-size: 20px;
  }
  .top_h3__en {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.top_company__container {
  position: relative;
}
.top_company__bg {
  width: 100%;
  height: 100%;
  background-color: #272727;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_company__bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
.top_company__bg__blue {
  height: 100%;
  background-color: #192C82;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.top_company__bg__mark {
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
}
.top_company__body {
  display: grid;
}
.top_company__main, .top_company__sub {
  border-radius: 6px;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
}
.top_company__main__link {
  display: block;
}
.top_company__main__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
.top_company__main__img {
  position: absolute;
  z-index: 1;
}
.top_company__sub > a {
  display: block;
  height: 100%;
}
.top_company__sub__inner {
  display: flex;
  height: 100%;
}
.top_company__sub__pic {
  border-radius: 6px;
  overflow: hidden;
}
.top_company__sub__pic.__esg {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.top_company__sub__esg {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .top_company {
    padding-block: 100px;
  }
  .top_company__bg::before {
    background: url("../images/granu_film_pc.webp") center no-repeat;
  }
  .top_company__bg__blue {
    width: 57.8%;
  }
  .top_company__bg__mark {
    width: 28.8%;
    left: 3.7%;
    top: 50%;
    transform: translateY(-50%);
  }
  .top_company__head {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
  }
  .top_company__head .top_h2 {
    margin-bottom: 87px;
  }
  .top_company__head .top_h2__en {
    font-size: clamp(70px, 5.7vw, 110px);
  }
  .top_company__body {
    width: 78.5%;
    margin-left: auto;
    position: relative;
    z-index: 1;
    grid-template-columns: 51% 47%;
    grid-template-rows: auto;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 25px;
  }
  .top_company__main {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .top_company__main__ttl {
    height: 121px;
    padding-inline: 6%;
  }
  .top_company__main__img {
    width: 100%;
    height: calc(100% - 121px);
    left: 0;
    bottom: 0;
  }
  .top_company__sub {
    grid-column: 2/3;
  }
  .top_company__sub .top_h3 {
    margin-bottom: 40px;
  }
  .top_company__sub.__r1 {
    grid-row: 1/2;
  }
  .top_company__sub.__r2 {
    grid-row: 2/3;
  }
  .top_company__sub.__r3 {
    grid-row: 3/4;
  }
  .top_company__sub__inner {
    padding-inline: 6%;
    padding-block: 40px;
    align-items: center;
  }
  .top_company__sub__ttl {
    flex-grow: 1;
  }
  .top_company__sub__pic {
    flex-basis: 52%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_company {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .top_company__bg::before {
    background: url("../images/granu_film_sp.webp") center no-repeat;
  }
  .top_company__bg__blue {
    width: 50%;
  }
  .top_company__bg__mark {
    width: 72%;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
  }
  .top_company__head .top_h2 {
    margin-bottom: 30px;
  }
  .top_company__body {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 12px;
  }
  .top_company__main {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 58vw;
  }
  .top_company__main__link {
    height: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 1;
  }
  .top_company__main__ttl {
    position: relative;
    z-index: 1;
    padding: 18px;
  }
  .top_company__main__img {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
  .top_company__sub {
    grid-column: 1/2;
  }
  .top_company__sub .top_h3 {
    margin-bottom: 10px;
  }
  .top_company__sub.__r1 {
    grid-row: 2/3;
  }
  .top_company__sub.__r2 {
    grid-row: 3/4;
  }
  .top_company__sub.__r3 {
    grid-row: 4/5;
  }
  .top_company__sub__inner {
    padding-left: 18px;
    padding-right: 10px;
    padding-block: 10px;
    align-items: center;
  }
  .top_company__sub.__r2 .top_company__sub__inner {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .top_company__sub.__r2 .top_company__sub__inner .top_company__sub__ttl,
  .top_company__sub.__r2 .top_company__sub__inner .top_company__sub__pic {
    flex-basis: 100%;
    aspect-ratio: unset;
  }
  .top_company__sub__ttl {
    flex-grow: 1;
  }
  .top_company__sub__pic {
    flex-basis: 48.5%;
    flex-shrink: 0;
    aspect-ratio: 163/104;
  }
  .top_company__sub__pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top_client {
  background-color: #F6F8F9;
}
.top_client__container {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_client {
    padding-block: 50px;
  }
  .top_client__container {
    -moz-column-gap: 1.1%;
         column-gap: 1.1%;
  }
  .top_client__link {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  .top_client {
    padding-block: 20px;
  }
  .top_client__container {
    -moz-column-gap: 1%;
         column-gap: 1%;
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .top_client__link {
    flex-basis: 49.5%;
  }
}

.page_header {
  position: relative;
}
.page_header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page_header__container {
  display: flex;
  align-items: center;
  height: 100%;
}
.page_header__signature {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_header {
    height: 355px;
  }
  .page_header__signature {
    width: 299px;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    height: 110px;
  }
  .page_header__signature {
    width: 90px;
    bottom: 0;
    right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .page_content {
    padding-top: 74px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .single_content {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .single_content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.page_h1 {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .page_h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1 {
    font-size: 22px;
  }
}

.page_h2 {
  color: #192C82;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.page_h2.__white {
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    font-size: 24px;
  }
}

.page_h3 {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
.page_h3__ja, .page_h3__en {
  display: inline-block;
}
.page_h3__ja {
  font-weight: 900;
  color: #192C82;
  letter-spacing: 0.1em;
}
.page_h3__en {
  font-weight: 700;
}
.page_h3::before {
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, rgb(25, 44, 130) 0%, rgb(96, 184, 230) 100%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    padding-block: 12px;
    margin-bottom: 20px;
  }
  .page_h3__ja {
    font-size: 40px;
    padding-right: 0.5em;
  }
  .page_h3__en {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    padding-block: 6px;
    margin-bottom: 16px;
  }
  .page_h3__ja {
    font-size: 20px;
    line-height: 1.2;
    padding-right: 1em;
  }
  .page_h3__en {
    font-size: 16px;
  }
}

.page_col {
  display: flex;
}
.page_col__body .c-text {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_col {
    align-items: flex-start;
    -moz-column-gap: 2.7%;
         column-gap: 2.7%;
  }
  .page_col__body {
    flex-grow: 1;
  }
  .page_col__pic {
    flex-basis: 44%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_col__body {
    flex-basis: 100%;
  }
  .page_col__pic {
    flex-basis: 100%;
  }
}

/**/
.page_anchor_nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .page_anchor_nav {
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 6px;
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 1024px) {
  .page_anchor_nav {
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 6px;
    margin-bottom: 50px;
  }
}

.page_anchor_link {
  background-color: #F6F8F9;
  position: relative;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.page_anchor_link::before {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #192C82;
  border-bottom: 1px solid #192C82;
  transform: rotate(45deg);
  position: absolute;
  right: 9%;
  top: calc(50% - 4px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_anchor_link {
    flex-basis: 24.6%;
    padding-block: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .page_anchor_link {
    flex-basis: 47.5%;
    padding-block: 10px;
    padding-inline: 10px;
  }
  .page_anchor_link span {
    display: inline-block;
    line-height: 1;
  }
}

.page_section {
  position: relative;
}
.page_section.__bg_gray {
  background-color: #F6F8F9;
}

.company_message .company__signature {
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .company_message {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .company_message {
    padding-bottom: 80px;
  }
}

.company_policy__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.company_policy__content {
  display: flex;
}
.company_policy__content:last-child {
  margin-bottom: 0;
}
.company_policy__h3 {
  color: #FFF;
  letter-spacing: 0.1em;
}
.company_policy__h3 .__en, .company_policy__h3 .__ja {
  display: block;
}
.company_policy__h3 .__ja {
  margin-top: 0.5em;
}
.company_policy__list {
  display: flex;
}
.company_policy__item {
  background-color: #FFF;
  border-radius: 6px;
  text-align: center;
}
.company_policy__item__ttl {
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.company_policy__item__txt {
  font-weight: 500;
}
.company_policy__desc {
  color: #FFF;
}
.company_policy__desc__ttl {
  font-weight: 900;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .company_policy {
    padding-block: 88px;
  }
  .company_policy__content {
    margin-bottom: 50px;
  }
  .company_policy__h3 {
    flex-basis: 260px;
    flex-shrink: 0;
  }
  .company_policy__h3 .__en {
    font-size: 40px;
  }
  .company_policy__h3 .__ja {
    font-size: 20px;
  }
  .company_policy__list {
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-grow: 1;
  }
  .company_policy__item {
    flex: 1;
    padding-block: 47px;
  }
  .company_policy__item__ttl {
    font-size: clamp(20px, 1.71vw, 24px);
  }
  .company_policy__item__txt {
    font-size: clamp(16px, 1.28vw, 18px);
  }
  .company_policy__desc {
    flex-grow: 1;
  }
  .company_policy__desc__txt {
    font-size: 20px;
  }
  .company_policy__desc__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .company_policy {
    padding-block: 40px;
  }
  .company_policy__content {
    margin-bottom: 30px;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .company_policy__h3 {
    flex-basis: 100%;
  }
  .company_policy__h3 .__en {
    font-size: 24px;
  }
  .company_policy__h3 .__ja {
    font-size: 18px;
  }
  .company_policy__list {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 16px;
    flex-basis: 100%;
  }
  .company_policy__item {
    flex-basis: 100%;
    max-width: 600px;
    padding-block: 20px;
  }
  .company_policy__item__ttl {
    font-size: 18px;
  }
  .company_policy__item__txt {
    font-size: 16px;
  }
  .company_policy__desc {
    flex-basis: 100%;
    padding-left: 16px;
  }
  .company_policy__desc__txt {
    font-size: 16px;
  }
  .company_policy__desc__ttl {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .company_aboutus {
    padding-top: 100px;
    padding-bottom: 75px;
  }
  .company_aboutus__table th {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .company_aboutus {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.company_office .page_h2 {
  color: #FFF;
}
.company_office__list {
  display: flex;
  flex-wrap: wrap;
}
.company_office__card {
  display: flex;
  background-color: #FFF;
  border-radius: 6px;
}
.company_office__card__body {
  flex-grow: 1;
  padding-block: 20px;
  display: flex;
  flex-direction: column;
}
.company_office__card__img {
  flex-basis: 47.8%;
  flex-shrink: 0;
  aspect-ratio: 310/240;
  background-color: #B1B1B1;
}
.company_office__card__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.company_office__card__ttl {
  font-weight: 900;
  color: #192C82;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.company_office__card__txt {
  font-weight: 500;
  flex-grow: 1;
}
.company_office__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/granu_film_pc.webp") center/cover no-repeat;
}
.company_office__bg__mark {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .company_office {
    padding-block: 80px;
  }
  .company_office__list {
    row-gap: 23px;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .company_office__card {
    flex-basis: 49%;
    flex-shrink: 0;
    height: 260px;
    padding: 10px 10px 10px 22px;
  }
  .company_office__card__ttl {
    font-size: 22px;
  }
  .company_office__bg__mark {
    width: 28.8%;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .company_office {
    padding-block: 50px;
  }
  .company_office__list {
    row-gap: 20px;
    justify-content: center;
  }
  .company_office__card {
    flex-basis: 100%;
    max-width: 600px;
    height: 240px;
    padding: 10px 10px 10px 22px;
  }
  .company_office__card__ttl {
    font-size: 18px;
  }
}

.company_data__container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .company_data {
    padding-block: 100px;
  }
  .company_data__container {
    row-gap: 80px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .company_data {
    padding-block: 50px;
  }
  .company_data__container {
    row-gap: 40px;
    justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  .company_qualifications, .company_machine {
    flex-basis: 47.5%;
  }
}
@media screen and (max-width: 1024px) {
  .company_qualifications, .company_machine {
    flex-basis: 100%;
    max-width: 600px;
  }
}

.company_history {
  flex-basis: 100%;
}

.page_dl {
  display: flex;
}
.page_dl dt {
  background-color: #F6F8F9;
  color: #192C82;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.page_dl dt, .page_dl dd {
  padding-inline: 1em;
  padding-block: 1.2em;
}

.page_datalist .page_dl {
  border-top: 1px solid #D3DDE0;
}
.page_datalist .page_dl:last-child {
  border-bottom: 1px solid #D3DDE0;
}
.page_datalist .page_dl dt {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .page_datalist .page_dl dt {
    width: 225px;
  }
}
@media screen and (max-width: 1024px) {
  .page_datalist .page_dl dt {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .company_history .page_dl dt {
    flex-basis: 140px;
  }
}

.company_organization {
  background-color: #F6F8F9;
}
@media screen and (min-width: 1025px) {
  .company_organization {
    padding-block: 78px;
  }
}
@media screen and (max-width: 1024px) {
  .company_organization {
    padding-block: 38px;
  }
}

@media screen and (min-width: 1025px) {
  .esg_policy {
    padding-bottom: 117px;
  }
}
@media screen and (max-width: 1024px) {
  .esg_policy {
    padding-bottom: 55px;
  }
}

.esg_effort {
  background-color: #F6F8F9;
}
.esg_effort__content {
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
}
.esg_effort__list {
  display: flex;
  flex-wrap: wrap;
}
.esg_effort__item {
  border: 1px solid #D3DDE0;
  border-radius: 6px;
}
.esg_effort__ttl {
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.esg_effort__signature {
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-50%);
  z-index: 1;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .esg_effort {
    padding-block: 110px;
  }
  .esg_effort__content {
    margin-top: 55px;
    padding-inline: 3%;
    padding-block: 40px;
  }
  .esg_effort__list {
    justify-content: space-between;
    row-gap: 27px;
    margin-top: 35px;
  }
  .esg_effort__item {
    flex-basis: 47.5%;
    padding-block: 30px;
    padding-inline: 30px;
  }
  .esg_effort__ttl {
    font-size: 24px;
  }
  .esg_effort__signature {
    font-size: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .esg_effort {
    padding-block: 55px;
  }
  .esg_effort__content {
    margin-top: 35px;
    padding-inline: 3%;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .esg_effort__list {
    justify-content: center;
    row-gap: 20px;
    margin-top: 20px;
  }
  .esg_effort__item {
    flex-basis: 100%;
    max-width: 600px;
    padding-block: 20px;
    padding-inline: 20px;
  }
  .esg_effort__ttl {
    font-size: 18px;
  }
  .esg_effort__signature {
    font-size: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .business_section {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .business_section {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.business_head {
  border-bottom: 1px solid #D3DDE0;
}
@media screen and (min-width: 1025px) {
  .business_head {
    padding-bottom: 40px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .business_head {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}

.business_col {
  display: flex;
}
.business_col__pic {
  border-radius: 6px;
  overflow: hidden;
}
.business_col__head {
  display: flex;
  align-items: center;
}
.business_col__num {
  flex-shrink: 0;
  padding-right: 0.25em;
}
.business_col__ttl {
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .business_col {
    align-items: center;
    -moz-column-gap: 3.8%;
         column-gap: 3.8%;
    margin-bottom: 50px;
  }
  .business_col.__reverse {
    flex-direction: row-reverse;
  }
  .business_col__body {
    flex-grow: 1;
  }
  .business_col__pic {
    flex-basis: 44%;
    flex-shrink: 0;
  }
  .business_col__head {
    margin-bottom: 24px;
  }
  .business_col__num {
    font-size: clamp(80px, 5.8vw, 100px);
  }
  .business_col__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .business_col {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-bottom: 30px;
  }
  .business_col__body {
    flex-basis: 100%;
  }
  .business_col__pic {
    flex-basis: 100%;
    max-width: 900px;
  }
  .business_col__head {
    margin-bottom: 16px;
  }
  .business_col__num {
    font-size: 60px;
  }
  .business_col__ttl {
    font-size: 18px;
  }
}

.business_memo {
  display: flex;
  background-color: #FFF;
  border: 1px solid #D3DDE0;
}
.business_memo__ttl {
  flex-shrink: 0;
  color: #192C82;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.business_memo__list {
  display: flex;
  flex-wrap: wrap;
}
.business_memo__list li {
  font-weight: 900;
  letter-spacing: 0.1em;
  position: relative;
}
.business_memo__list li::before {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #192C82;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.875em - 5px);
  content: "";
}
.business_memo.descturction_memo {
  flex-wrap: wrap;
}
.business_memo .destruction_gallery {
  display: grid;
  flex-basis: 100%;
}
@media screen and (min-width: 1025px) {
  .business_memo {
    padding-block: 44px;
    padding-inline: 3.3%;
    -moz-column-gap: 4.5%;
         column-gap: 4.5%;
  }
  .business_memo__ttl {
    font-size: 24px;
  }
  .business_memo__body {
    flex-grow: 1;
  }
  .business_memo__list li {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 2em;
  }
  .business_memo.descturction_memo {
    row-gap: 20px;
  }
  .business_memo.descturction_memo .business_memo__ttl {
    flex-basis: 100%;
  }
  .business_memo .destruction_gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .business_memo {
    padding-block: 24px;
    padding-inline: 3.3%;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .business_memo__ttl {
    flex-basis: 100%;
    font-size: 18px;
  }
  .business_memo__body {
    flex-basis: 100%;
  }
  .business_memo__list li {
    flex-basis: 100%;
    font-size: 16px;
    padding-left: 16px;
  }
  .business_memo .destruction_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}

body.page-recruit .page_content {
  padding-top: 0;
}

.recruit_head {
  position: relative;
}
.recruit_head__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.recruit_head__img img {
  -o-object-position: left;
     object-position: left;
}
.recruit_head__ttl {
  position: relative;
  z-index: 1;
  font-weight: 900;
}
.recruit_head__ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .recruit_head {
    margin-top: -48.5px;
  }
  .recruit_head__img {
    width: 57.8vw;
    height: 100%;
  }
  .recruit_head__container {
    padding-left: 7.7%;
    padding-block: 180px;
  }
  .recruit_head__ttl {
    font-size: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_head__img {
    width: 100%;
    height: 100%;
  }
  .recruit_head__container {
    padding-left: 5%;
    padding-block: 90px;
  }
  .recruit_head__ttl {
    font-size: 30px;
  }
}

.recruit_message__container {
  display: flex;
}
.recruit_message__img__cap {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding-block: 0.25em;
}
.recruit_message__img__cap span {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.recruit_message__ttl {
  font-weight: 900;
  color: #192C82;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin-bottom: 0.5em;
}
.recruit_message__msg {
  color: #192C82;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-block: 1em;
}
@media screen and (min-width: 1025px) {
  .recruit_message {
    padding-top: 139px;
    padding-bottom: 80px;
  }
  .recruit_message__container {
    -moz-column-gap: 3.9%;
         column-gap: 3.9%;
    align-items: flex-start;
  }
  .recruit_message__img {
    flex-basis: 43%;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: flex-start;
  }
  .recruit_message__img__pic {
    flex-basis: 49%;
  }
  .recruit_message__body {
    flex-grow: 1;
  }
  .recruit_message__ttl {
    font-size: 40px;
  }
  .recruit_message__msg {
    font-size: 20px;
  }
  .recruit_message .signature {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_message {
    padding-block: 50px;
  }
  .recruit_message__container {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .recruit_message__img {
    flex-basis: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .recruit_message__img__pic {
    flex-basis: 49%;
  }
  .recruit_message__body {
    flex-basis: 100%;
  }
  .recruit_message__ttl {
    font-size: 24px;
  }
  .recruit_message__msg {
    font-size: 18px;
  }
  .recruit_message .signature {
    font-size: 18px;
  }
}

.recruit_reason {
  position: relative;
}
.recruit_reason__bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(25, 44, 130) 0%, rgb(69, 184, 255) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.recruit_reason__list {
  display: flex;
}
.recruit_reason__item {
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
}
.recruit_reason__num {
  font-weight: 700;
  position: absolute;
  line-height: 1;
}
.recruit_reason__h3 {
  color: #192C82;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.recruit_reason__lead {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .recruit_reason {
    padding-block: 70px;
  }
  .recruit_reason__list {
    justify-content: space-between;
  }
  .recruit_reason__item {
    flex-basis: 32.7%;
    flex-shrink: 0;
    padding-block: 40px;
    padding-inline: 1.7%;
  }
  .recruit_reason__num {
    left: 5%;
    top: 20px;
    font-size: 3.5vw;
  }
  .recruit_reason__h3 {
    font-size: clamp(20px, 1.7vw, 30px);
  }
  .recruit_reason__lead {
    font-size: clamp(18px, 1.3vw, 22px);
  }
}
@media screen and (max-width: 1024px) {
  .recruit_reason {
    padding-block: 40px;
  }
  .recruit_reason__list {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
  }
  .recruit_reason__item {
    flex-basis: 100%;
    max-width: 600px;
    padding-block: 25px;
    padding-inline: 5%;
  }
  .recruit_reason__num {
    left: 5%;
    top: 20px;
    font-size: clamp(30px, 9vw, 60px);
  }
  .recruit_reason__h3 {
    font-size: 20px;
  }
  .recruit_reason__lead {
    font-size: 18px;
  }
}

.recruit_data__list {
  display: grid;
}
.recruit_data__item {
  border: 1px solid #D3DDE0;
  border-radius: 6px;
  text-align: center;
}
.recruit_data__ttl {
  font-weight: 900;
  margin-bottom: 0.5em;
}
.recruit_data__data {
  color: #192C82;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.recruit_data__data em {
  vertical-align: text-bottom;
}
.recruit_data__icon.__icon1 {
  width: 26.5%;
}
.recruit_data__icon.__icon2 {
  width: 24.4%;
}
.recruit_data__icon.__icon3 {
  width: 23.2%;
}
.recruit_data__icon.__icon4 {
  width: 30.5%;
}
.recruit_data__icon.__icon5 {
  width: 38.8%;
}
.recruit_data__icon.__icon6 {
  width: 23.7%;
}
.recruit_data__note {
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .recruit_data {
    padding-top: 76px;
    padding-bottom: 92px;
  }
  .recruit_data__list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.66%;
         column-gap: 3.66%;
    row-gap: 50px;
    margin-bottom: 1em;
  }
  .recruit_data__item {
    padding-block: 40px;
  }
  .recruit_data__ttl {
    font-size: clamp(30px, 2.35vw, 40px);
  }
  .recruit_data__data {
    font-size: 25px;
    line-height: 1;
  }
  .recruit_data__data em {
    font-size: clamp(40px, 2.94vw, 50px);
  }
  .recruit_data__note {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_data {
    padding-block: 50px;
  }
  .recruit_data__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .recruit_data__item {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    padding-block: 25px;
  }
  .recruit_data__ttl {
    font-size: 24px;
  }
  .recruit_data__data {
    font-size: 16px;
    line-height: 1;
  }
  .recruit_data__data em {
    font-size: 24px;
  }
  .recruit_data__note {
    font-size: 12px;
  }
}

.recruit_welfare__list {
  display: grid;
}
.recruit_welfare__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #FFF;
  border-radius: 6px;
}
.recruit_welfare__num {
  position: absolute;
  left: 10px;
  top: 10px;
}
.recruit_welfare__txt {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  color: #192C82;
}
@media screen and (min-width: 1025px) {
  .recruit_welfare {
    padding-block: 78px;
  }
  .recruit_welfare__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .recruit_welfare__item {
    height: 150px;
  }
  .recruit_welfare__txt {
    font-size: clamp(24px, 1.76vw, 30px);
  }
  .recruit_welfare__num {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_welfare {
    padding-block: 50px;
  }
  .recruit_welfare__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .recruit_welfare__item {
    height: 150px;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
  .recruit_welfare__txt {
    font-size: 24px;
  }
  .recruit_welfare__num {
    width: 40px;
  }
}

.recruit_interview {
  position: relative;
}
.recruit_interview__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/granu_film_pc.webp") center/cover no-repeat;
}
.recruit_interview__mark {
  position: absolute;
  z-index: 1;
}
.recruit_interview__archive {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .recruit_interview {
    padding-block: 80px;
  }
  .recruit_interview__mark {
    width: 27%;
    min-width: 460px;
    right: 0;
    top: 0;
  }
  .recruit_interview__archive {
    -moz-column-gap: 16px;
         column-gap: 16px;
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .recruit_interview__archive .interview_article {
    flex-basis: 23%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_interview {
    padding-block: 50px;
  }
  .recruit_interview__mark {
    width: 90%;
    max-width: 520px;
    right: 0;
    top: 0;
  }
  .recruit_interview__archive {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
  }
  .recruit_interview__archive .interview_article {
    flex-basis: 100%;
    max-width: 600px;
  }
}

.interview_article__body {
  background-color: #FFF;
  text-align: center;
}
.interview_article__img {
  width: 100%;
  aspect-ratio: 328/363;
}
.interview_article__ttl {
  color: #192C82;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.interview_article__position {
  font-weight: 500;
  font-size: 14px;
}
.interview_article__more {
  font-weight: 700;
  color: #192C82;
  position: relative;
}
.interview_article__more .link_arw {
  position: absolute;
  right: 5%;
  top: calc(50% - 14px);
}
@media screen and (min-width: 1025px) {
  .interview_article__body {
    padding-block: 18px;
  }
  .interview_article__ttl {
    font-size: 30px;
  }
  .interview_article__more {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_article__body {
    padding-block: 14px;
  }
  .interview_article__ttl {
    font-size: 22px;
  }
  .interview_article__more {
    font-size: 16px;
  }
}

.recruit_jobs__bnr {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.recruit_jobs__container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.recruit_jobs__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.recruit_jobs__arw {
  position: absolute;
  border-radius: 50%;
}
.recruit_jobs__arw .link_arw {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .recruit_jobs {
    padding-block: 90px;
  }
  .recruit_jobs__bnr {
    height: 300px;
    padding-inline: 4.7%;
  }
  .recruit_jobs__container {
    color: #FFF;
  }
  .recruit_jobs__arw {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    right: 0;
    background-color: #FFF;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_jobs {
    padding-block: 40px;
  }
  .recruit_jobs__bnr {
    height: 300px;
    padding-inline: 4.7%;
  }
  .recruit_jobs__bg img {
    -o-object-position: 75% center;
       object-position: 75% center;
  }
  .recruit_jobs__container {
    color: #FFF;
  }
  .recruit_jobs__arw {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .case_archive {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .case_archive {
    padding-bottom: 50px;
  }
}

.case_archive__list {
  display: grid;
  row-gap: 50px;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .case_archive__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .case_archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .case_archive__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

body.post-type-archive-case .case_archive .page_anchor_link.__all,
body.term-case-construction .case_archive .page_anchor_link.__construction,
body.term-case-demolition .case_archive .page_anchor_link.__demolition {
  pointer-events: none;
}

body.post-type-archive-case .case_archive .page_anchor_link.__all span,
body.term-case-construction .case_archive .page_anchor_link.__construction span,
body.term-case-demolition .case_archive .page_anchor_link.__demolition span {
  color: #D3DDE0;
}

.case_article__img {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.case_article__cat {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  background-color: #192C82;
  font-weight: 500;
  line-height: 2;
  padding-inline: 0.5em;
}
.case_article__cat.__case-demolition {
  background-color: #E05534;
}
.case_article__date {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .case_article__ttl {
    font-size: 18px;
  }
  .case_article__cat {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .case_article__ttl {
    font-size: 18px;
  }
  .case_article__cat {
    font-size: 12px;
  }
}

.single_case__catlist {
  display: flex;
}
.single_case__cat {
  background-color: #192C82;
  color: #FFF;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  padding-inline: 0.5em;
  border-radius: 4px;
}
.single_case__cat.__case-demolition {
  background-color: #E05534;
}
.single_case__body {
  display: flex;
}
.single_case__gallery .splide__slide {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_case__gallery__sub .splide__track--nav > .splide__list > .splide__slide.is-active {
  border-color: #192C82;
}
.single_case__data {
  display: flex;
  margin-bottom: 1.5em;
}
.single_case__data dt {
  font-weight: 700;
  color: #192C82;
}
.single_case__data dd {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .single_case {
    margin-bottom: 80px;
  }
  .single_case__head {
    margin-bottom: 50px;
  }
  .single_case__catlist {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .single_case__cat {
    font-size: 14px;
  }
  .single_case__body {
    justify-content: space-between;
    align-items: flex-start;
  }
  .single_case__gallery {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
  .single_case__content {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
  .single_case__gallery__main {
    margin-bottom: 20px;
  }
  .single_case__data {
    font-size: 18px;
  }
  .single_case__data dt {
    flex-basis: 200px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .single_case {
    margin-bottom: 50px;
  }
  .single_case__head {
    margin-bottom: 20px;
  }
  .single_case__catlist {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .single_case__cat {
    font-size: 12px;
  }
  .single_case__body {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
  }
  .single_case__gallery {
    flex-basis: 100%;
    max-width: 740px;
  }
  .single_case__content {
    flex-basis: 100%;
    max-width: 740px;
  }
  .single_case__gallery__main {
    margin-bottom: 10px;
  }
  .single_case__data {
    font-size: 16px;
    flex-wrap: wrap;
  }
  .single_case__data dt, .single_case__data dd {
    flex-basis: 100%;
  }
  .single_case__data dd {
    padding-left: 1em;
  }
}

.case_related {
  padding-bottom: 50px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  line-height: 2;
  padding: 0 0.5em;
  border: 1px solid #192C82;
  color: #192C82;
}
.wp-pagenavi .current {
  background-color: #192C82;
  color: #FFF;
}

.partners_docs {
  display: grid;
}
.partners_docs__doc__img {
  background-color: #F6F8F9;
  position: relative;
  aspect-ratio: 4/3;
  margin-bottom: 10px;
}
.partners_docs__doc__img .__noimage {
  display: block;
  width: 38px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.partners_docs__doc__ttl {
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .partners_docs {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 80px;
  }
  .partners_docs__doc__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .partners_docs {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 50px;
  }
  .partners_docs__doc__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .partners_docs {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 1025px) {
  .job_archive {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .job_archive {
    padding-bottom: 50px;
  }
}

.job_archive__list {
  display: grid;
  row-gap: 50px;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .job_archive__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .job_archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .job_archive__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

body.post-type-archive-job .job_archive .page_anchor_link.__all,
body.term-recruiting-new .job_archive .page_anchor_link.__new_entry,
body.term-recruiting-career .job_archive .page_anchor_link.__midcareer {
  pointer-events: none;
}

body.post-type-archive-job .job_archive .page_anchor_link.__all span,
body.term-recruiting-new .job_archive .page_anchor_link.__new_entry span,
body.term-recruiting-career .job_archive .page_anchor_link.__midcareer span {
  color: #D3DDE0;
}

.job_article__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 10px;
}
.job_article__cat {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #192C82;
  border-radius: 1.1em;
  color: #FFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.2;
  padding-inline: 1em;
  margin-bottom: 0.5em;
}
.job_article__cat.__recruiting-career {
  background-color: #E05534;
}
.job_article__ttl {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .job_article__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .job_article__ttl {
    font-size: 16px;
  }
}

.single_job__head {
  margin-bottom: 50px;
}
.single_job__catlist {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 1em;
}
.single_job__cat {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  color: #FFF;
  background-color: #192C82;
  border-radius: 1.1em;
  padding-inline: 1em;
}
.single_job__cat.__recruiting-career {
  background-color: #E05534;
}
.single_job__data {
  display: flex;
  border-top: 1px solid #D3DDE0;
  padding-block: 1em;
}
.single_job__data dt {
  padding-left: 1em;
  font-weight: 700;
}
.single_job__data dd {
  padding-right: 1em;
}
.single_job__data:last-child {
  border-bottom: 1px solid #D3DDE0;
}
@media screen and (min-width: 1025px) {
  .single_job {
    padding-bottom: 100px;
  }
  .single_job__content {
    margin-bottom: 80px;
  }
  .single_job__data dt {
    flex-basis: 200px;
    flex-shrink: 0;
  }
  .single_job__data dd {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .single_job {
    padding-bottom: 50px;
  }
  .single_job__content {
    margin-bottom: 40px;
  }
  .single_job__data {
    flex-wrap: wrap;
    row-gap: 10px;
    max-width: 700px;
    margin-inline: auto;
  }
  .single_job__data dt {
    flex-basis: 100%;
  }
  .single_job__data dd {
    flex-basis: 100%;
    padding-left: 2em;
  }
}

.single_interview__head {
  position: relative;
}
.single_interview__head__img {
  aspect-ratio: 328/363;
  position: relative;
  z-index: 1;
}
.single_interview__head__content {
  z-index: 1;
  background-color: #FFF;
  box-shadow: 2px 2px 8px #D3DDE0;
}
.single_interview__head__top {
  color: #192C82;
  font-weight: 700;
}
.single_interview__head__txt {
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .single_interview__head {
    margin-bottom: 80px;
  }
  .single_interview__head__img {
    width: 55%;
  }
  .single_interview__head__content {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: 5%;
    padding-block: 30px;
    padding-inline: 50px;
  }
  .single_interview__head__name {
    font-size: 28px;
  }
  .single_interview__head__position {
    font-size: 20px;
  }
  .single_interview__head__top {
    font-size: 28px;
  }
  .single_interview__head__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .single_interview__head__img {
    width: 100%;
  }
  .single_interview__head__content {
    width: 90%;
    position: relative;
    transform: translateY(-10%);
    padding-block: 20px;
    padding-inline: 20px;
    margin-left: auto;
  }
  .single_interview__head__name {
    font-size: 20px;
  }
  .single_interview__head__position {
    font-size: 16px;
  }
  .single_interview__head__top {
    font-size: 20px;
  }
  .single_interview__head__txt {
    font-size: 16px;
  }
}
.single_interview__chart {
  background-color: #FFF;
  box-shadow: 2px 2px 8px #D3DDE0;
}
.single_interview__chart__item {
  display: flex;
}
.single_interview__chart__item dt {
  flex-shrink: 0;
  border-right: 1px solid #60B8E6;
  font-weight: 700;
  line-height: 2;
  position: relative;
}
.single_interview__chart__item dt::before {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #60B8E6;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: calc(1em - 5px);
  content: "";
}
.single_interview__chart__item dd {
  flex-grow: 1;
  font-weight: 500;
}
.single_interview__career__ttl {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .single_interview__chart {
    padding-block: 25px;
    padding-inline: 40px;
  }
  .single_interview__chart__item dt {
    flex-basis: 100px;
  }
  .single_interview__chart__item dd {
    padding-left: 20px;
    padding-bottom: 50px;
  }
  .single_interview__career__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .single_interview__chart {
    padding-block: 20px;
    padding-inline: 5%;
  }
  .single_interview__chart__item dt {
    flex-basis: 100px;
  }
  .single_interview__chart__item dd {
    padding-left: 20px;
    padding-bottom: 50px;
  }
  .single_interview__career__ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .single_interview .page_section {
    padding-block: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .single_interview .page_section {
    padding-block: 30px;
  }
}
.single_interview__item {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .single_interview__item {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .single_interview__item {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.single_interview__q {
  flex-basis: 100%;
}
.single_interview__q .c-text {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .single_interview__q {
    max-width: 740px;
  }
  .single_interview__q .c-text {
    font-size: 16px;
  }
}
.single_interview__img {
  aspect-ratio: 4/3;
}
@media screen and (min-width: 1025px) {
  .single_interview__img {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .single_interview__img {
    flex-basis: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 1025px) {
  .single_interview__item:has(.single_interview__img) .single_interview__q {
    flex-basis: 55%;
  }
  .single_interview__item.__reverse {
    flex-direction: row-reverse;
  }
  .single_interview__q .c-text {
    font-size: 18px;
  }
}

.news_archive__list {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .news_archive {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive {
    padding-bottom: 50px;
  }
}

body.post-type-archive-news .news_archive .page_anchor_link.__all,
body.term-newscat-news .news_archive .page_anchor_link.__news,
body.term-newscat-works .news_archive .page_anchor_link.__works {
  pointer-events: none;
}

body.post-type-archive-news .news_archive .page_anchor_link.__all span,
body.term-newscat-news .news_archive .page_anchor_link.__news span,
body.term-newscat-works .news_archive .page_anchor_link.__works span {
  color: #D3DDE0;
}

.single_h1 {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #192C82;
}

.single_news__date {
  margin-bottom: 10px;
}
.single_news__catlist {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 1em;
}
.single_news__cat {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  color: #FFF;
  background-color: #192C82;
  border-radius: 1.1em;
  padding-inline: 1em;
}

@media screen and (min-width: 1025px) {
  .news_content {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .news_content {
    padding-bottom: 50px;
  }
}
.news_content h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #192C82;
}
.news_content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
  margin-bottom: 1em;
  padding-left: 14px;
}
.news_content h3::before {
  display: block;
  width: 5px;
  height: 2.1em;
  position: absolute;
  left: 0;
  top: -0.3em;
  background-color: #192C82;
  border-radius: 5px;
  content: "";
}
.news_content h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
}
.news_content p, .news_content ul, .news_content ol {
  margin-bottom: 1em;
}
.news_content p + h2, .news_content figure + h2, .news_content ul + h2, .news_content ol + h2, .news_content div + h2,
.news_content p + h3, .news_content figure + h3, .news_content ul + h3, .news_content ol + h3, .news_content div + h3 {
  margin-top: 1.5em;
}
@media screen and (min-width: 1025px) {
  .news_content figure + p, .news_content figure + ul, .news_content figure + ol, .news_content figure + div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news_content figure + p, .news_content figure + ul, .news_content figure + ol, .news_content figure + div {
    margin-top: 20px;
  }
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_nav .link_button {
  width: 220px;
}
.single_nav .single_nav_next a, .single_nav .single_nav_prev a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.single_nav .single_nav_prev .link_arw {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .single_nav .single_nav_prev {
    order: 1;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next {
    order: 2;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next a {
    justify-content: flex-end;
  }
  .single_nav .link_button {
    order: 3;
    flex-basis: 220px;
  }
}

.page_pp__container .page_h2 {
  margin-bottom: 0.5em;
  line-height: 1.22;
}
@media screen and (min-width: 1025px) {
  .page_pp__container .page_h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .page_pp__container .page_h2 {
    font-size: 20px;
  }
}
.page_pp__container .c-text + .page_h2 {
  margin-top: 1em;
}

.contact_lead {
  text-align: center;
  margin-bottom: 50px;
}

.contact_caution, .contact_note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a, .contact_note a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.contact_caution a:hover, .contact_note a:hover {
  opacity: 1;
}
.contact_caution p, .contact_note p {
  font-size: 16px;
  line-height: 2;
}
.contact_caution .expand_target, .contact_note .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn, .contact_note .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #192C82;
  border-radius: 50%;
}
.contact_caution .expand_btn::before, .contact_note .expand_btn::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin: auto;
  transition: all ease 0.4s;
  content: "";
}
.contact_caution:not(.is-open) .expand_btn::before, .contact_note:not(.is-open) .expand_btn::before {
  transform: translateY(-2px) rotate(45deg);
}
.contact_caution.is-open .expand_btn::before, .contact_note.is-open .expand_btn::before {
  transform: translateY(2px) rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .contact_caution, .contact_note {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution a, .contact_note a {
    font-size: 24px;
  }
  .contact_caution .expand_btn, .contact_note .expand_btn {
    right: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution, .contact_note {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution a, .contact_note a {
    font-size: 20px;
  }
  .contact_caution .expand_btn, .contact_note .expand_btn {
    right: 16px;
    top: 32px;
  }
}

.contact_confirm {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .contact_confirm {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_confirm {
    width: 100%;
    max-width: 900px;
  }
}

.contact_tel {
  text-align: center;
}
.contact_tel_phone {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.contact_tel_phone .phone_icon svg {
  width: 100%;
}
.contact_tel_phone .phone_num {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 1025px) {
  .contact_tel {
    margin-bottom: 70px;
  }
  .contact_tel .phone_icon {
    width: 30px;
  }
  .contact_tel .phone_num {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_tel {
    margin-bottom: 40px;
  }
  .contact_tel .phone_icon {
    width: 22px;
  }
  .contact_tel .phone_num {
    font-size: 24px;
  }
}

.contactform_table {
  table-layout: fixed;
  margin: 0 auto;
}
.contactform_table th {
  font-weight: 500;
  position: relative;
}
.contactform_table .th_wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .contactform_table .th_wrap {
    justify-content: space-between;
  }
  .contactform_table .th_wrap:not(.th_2row) {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .th_wrap {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.contactform_table td {
  vertical-align: middle;
}
.contactform_table .td__flex {
  display: flex;
}
.contactform_table .td__flex > p {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
}
.contactform_table .td__flex > p label {
  flex-shrink: 0;
}
.contactform_table .td__address__zip {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  margin-bottom: 20px;
}
.contactform_table .td__address__zip span[data-name=your-zip] {
  width: 140px;
}
.contactform_table .td__address__txt .wpcf7-form-control-wrap {
  width: 100%;
}
.contactform_table.confirm .td__address .td__address__zip {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
    margin-bottom: 50px;
  }
  .contactform_table th {
    width: 240px;
    padding: 1.5em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table td {
    padding: 1.5em 0;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .contactform_table .td__flex > p {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
  .contactform_table.confirm .td__flex > p {
    flex-basis: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .contactform_table th, .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 2em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .contactform_table .td__flex > p {
    flex-basis: 100%;
  }
}
.contactform_table input[type=text], .contactform_table input[type=tel], .contactform_table input[type=email], .contactform_table textarea, .contactform_table select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  background-color: #F4F4F4;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox], .contactform_table select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_note {
  margin-top: 20px;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}
.contactform_table .form_required {
  flex-shrink: 0;
}

.form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #192C82;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.form_accept {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}
.form_accept_head {
  margin-bottom: 1.5em;
  padding: 0 1em;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #192C82;
}
.form_accept_check {
  position: relative;
  text-align: center;
}
.form_accept_check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_accept_check span[data-name=acceptance] {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form_accept_check label {
  display: inline-block;
}
.form_accept .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .form_accept {
    width: 900px;
    padding: 50px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .form_accept {
    width: 100%;
    max-width: 900px;
    padding: 20px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
}
.wpcf7-form-control-wrap:has(textarea) {
  width: 100%;
}

.contactform_btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_btns {
    margin-block: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-block: 50px;
  }
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  border-radius: 2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  border: 2px solid #192C82;
  color: #192C82;
  transition: all ease 0.3s;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #192C82;
  color: #FFF;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover {
    background-color: #FFF;
    color: #192C82;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #192C82;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    opacity: 0.7;
  }
}

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

.complete_message {
  margin-left: auto;
  margin-right: auto;
}
.complete_message .c-text {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: 900px;
    margin-bottom: 50px;
  }
  .complete_message .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .complete_message .link_button {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */