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

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

img.imgauto {
  display: block;
  width: 100%;
}

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

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

iframe {
  width: 100%;
}

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

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: 1025px) {
  br.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  br.__pc {
    display: none;
  }
}
.br_clone {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

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

.inline_link {
  text-decoration: underline;
  color: #0081FF;
}

.color_white {
  color: #FFF;
}

.bg_white {
  background-color: #FFF;
}

.bg_gray {
  background-color: #EAEAEA;
}

.bg_blue {
  background-color: rgba(0, 129, 255, 0.1);
}

.color_main {
  color: #0081FF;
}

.color_red {
  color: #EA0000;
}

.bg_main {
  background-color: #0081FF;
  color: #FFF;
}

.__bold {
  font-weight: 700;
}

.__medium {
  font-weight: 500;
}

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

.fs12 {
  font-size: 12px;
}

@media screen and (min-width: 1025px) {
  .fs18 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .fs18 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .fs16 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .fs16 {
    font-size: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .fs20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fs20 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .fs22 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .fs22 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .fs24 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fs24 {
    font-size: 20px;
  }
}

.lh10 {
  line-height: 1;
}

.ls20 {
  line-height: 2;
}

.ls0 {
  letter-spacing: 0;
}

.ls10 {
  letter-spacing: 0.1em;
}

.marker {
  background: linear-gradient(180deg, transparent 70%, #FBF58D 70%);
}

.fit_center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

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

.position_rel {
  position: relative;
}

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: #0081FF;
  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;
}

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

.link_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 6px;
  padding-inline: 26px;
  transition: all ease 0.5s;
  box-shadow: 0 0 10px rgba(46, 46, 46, 0.2);
}
.link_button .btn_txt {
  font-size: 15px;
}
.link_button .btn_arw {
  width: 13px;
  flex-shrink: 0;
}
.link_button .btn_arw svg {
  display: block;
  width: 100%;
}
.link_button.btn_white {
  background-color: #FFF;
}
.link_button.btn_white .btn_txt {
  color: #0081FF;
}
.link_button.btn_white .btn_arw svg {
  stroke: #0081FF;
}
.link_button.btn_blue {
  background-color: #0081FF;
}
.link_button.btn_blue .btn_txt {
  color: #FFF;
}
.link_button.btn_blue .btn_arw svg {
  stroke: #FFF;
}
.link_button.btn_orange {
  background-color: #f28301;
}
.link_button.btn_orange .btn_txt {
  color: #FFF;
}
.link_button.btn_orange .btn_arw svg {
  stroke: #FFF;
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button.btn_center .btn_txt {
  flex-grow: 1;
  text-align: center;
}
.link_button .btn_icon {
  width: var(--icon-width);
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 274px;
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 100%;
    max-width: 350px;
    height: 70px;
    margin-inline: auto;
  }
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
  .link_button.btn_white:hover {
    background-color: #0081FF;
  }
  .link_button.btn_white:hover .btn_txt {
    color: #FFF;
  }
  .link_button.btn_white:hover .btn_arw svg {
    stroke: #FFF;
  }
  .link_button.btn_blue:hover {
    background-color: #FFF;
  }
  .link_button.btn_blue:hover .btn_txt {
    color: #0081FF;
  }
  .link_button.btn_blue:hover .btn_arw svg {
    stroke: #0081FF;
  }
  .link_button.btn_orange:hover {
    background-color: #FFF;
  }
  .link_button.btn_orange:hover .btn_txt {
    color: #f28301;
  }
  .link_button.btn_orange:hover .btn_arw svg {
    stroke: #f28301;
  }
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding-top: 10px;
  }
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media screen and (min-width: 1025px) {
  .breadcrumb span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb span {
    font-size: 12px;
  }
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
}
.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;
}

body *.mb0 {
  margin-bottom: 0;
}

.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 {
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .c-text {
    font-size: 15px;
    line-height: 2.4;
  }
}
@media screen and (max-width: 1024px) {
  .c-text {
    font-size: 14px;
  }
}
.c-text + .c-text {
  margin-top: 1em;
}
.c-text span {
  display: inline-block;
}
.c-text.__note {
  font-size: 14px;
}
.c-text.__indent {
  padding-left: 1em;
}
.c-text em {
  font-weight: 700;
  font-size: 1.5em;
}

.c-icon {
  width: var(--icon-width);
}

.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;
}

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

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

@media screen and (min-width: 1025px) {
  .mb40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .mb40 {
    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;
  }
}

@media screen and (min-width: 1025px) {
  .mt30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mt30 {
    margin-top: 16px;
  }
}

.pb50 {
  padding-bottom: 50px;
}

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

.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  vertical-align: middle;
  border: 1px solid #EAEAEA;
  line-height: 1.5;
}
.c-table th {
  font-weight: 700;
  color: #FFF;
  background-color: #484554;
}
.c-table td {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    padding-block: 26px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    font-size: 15px;
    padding-block: 12px;
  }
  .c-table th, .c-table td {
    padding-inline: 16px;
  }
  .c-table td {
    padding-left: 24px;
  }
}

.bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.loop_slider {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.loop_slider__list {
  display: flex;
  flex-shrink: 0;
  animation: scroll-left 60s infinite linear 0.5s both;
}
.loop_slider__list li {
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .loop_slider__list {
    animation-duration: 40s;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.mask-bg {
  color: transparent;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask-bg * {
  color: transparent;
}
.mask-bg::after {
  background: linear-gradient(to right, #0081FF 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.mask-bg.is-animated {
  color: var(--txt-color);
}
.mask-bg.is-animated * {
  color: inherit;
}
.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -101%);
  }
}
@media screen and (max-width: 1024px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
.c-card {
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 6px 10px rgba(46, 46, 46, 0.2);
}

.has-aos {
  overflow-x: hidden;
}
.has-aos.is-animated {
  overflow-x: visible;
}

.site-header {
  position: sticky;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: background-color 0.5s;
}
.site-header .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    height: 125px;
    width: 90%;
    min-width: 950px;
    margin-inline: auto;
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    height: 70px;
    padding-inline: 5%;
    padding-top: 20px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 8%;
    max-width: 156px;
    min-width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 110px;
  }
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 3%;
       column-gap: 3%;
  height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 100%;
  height: 100%;
  position: relative;
}
.site-header .main-navigation .main_menu > .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .main-navigation .main_menu > .menu-item > a {
  line-height: 2;
  font-size: clamp(14px, 1.25vw, 15px);
  font-weight: 500;
  color: #FFF;
  position: relative;
  display: inline-block;
}
.site-header .main-navigation .main_menu > .menu-item > a::before {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0081FF;
  transition: width ease 0.4s;
  content: "";
}
.site-header .main-navigation .menu-item.__pc__none {
  display: none;
}
.site-header .main-navigation .sub_menu {
  width: 600px;
  background: url("../images/cta_bg.webp") center/cover no-repeat;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s;
  padding-block: 30px;
  padding-inline: 50px;
}
.site-header .main-navigation .sub_menu__ttl {
  width: 225px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.site-header .main-navigation .sub_menu__ttl span {
  display: block;
  font-size: 15px;
}
.site-header .main-navigation .sub_menu__ttl .font_en {
  font-size: 20px;
  line-height: 1;
}
.site-header .main-navigation .sub_menu__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.site-header .main-navigation .sub_menu .menu-item {
  flex-shrink: 0;
  flex-basis: 225px;
  border-bottom: 1px solid #FFF;
}
.site-header .main-navigation .sub_menu .menu-item a {
  display: block;
  font-size: 15px;
  line-height: 2;
  padding-block: 10px;
  position: relative;
}
.site-header .main-navigation .sub_menu .menu-item .btn_arw {
  display: block;
  width: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.site-header .main-navigation .sub_menu .menu-item .btn_arw svg {
  display: block;
  width: 100%;
  stroke: #FFF;
}
.site-header .main-navigation .sub_menu__ttl.menu-item {
  width: 100%;
}
.site-header .main-navigation .sub_menu__ttl.menu-item a {
  padding-block: 0;
}
.site-header .main-navigation .sub_menu__ttl.menu-item .btn_arw {
  top: unset;
  bottom: 10px;
}
.site-header .main-navigation .header_cta {
  display: flex;
  align-items: center;
  height: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-basis: 28%;
  flex-shrink: 0;
  max-width: 429px;
  min-width: 350px;
}
.site-header .main-navigation .header_cta_btn {
  flex-basis: 50%;
  height: 50px;
  flex-shrink: 0;
}
.site-header .menu-item a {
  cursor: pointer;
}
.site-header .menu-item:has(.sub_menu) {
  position: relative;
}
.site-header .menu-item:has(.sub_menu) > a {
  position: relative;
}
.site-header .menu-item:has(.sub_menu) > a::after {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: calc(50% - 3px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .site-header .menu-item:has(.sub_menu) > a::after {
    left: calc(100% + 4px);
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 1024px) {
  .site-header .menu-item:has(.sub_menu) > a::after {
    right: 8px;
    border-color: #FFF;
    transform: rotate(45deg);
  }
}
@media (hover: hover) {
  .site-header .main_menu > .menu-item > a:hover {
    opacity: 1;
  }
  .site-header .main_menu > .menu-item:hover > a::before {
    width: 75%;
  }
  .site-header .main_menu > .menu-item:has(.sub_menu):hover .sub_menu {
    transform: scaleY(1);
  }
}
.site-header .header_cta_btn {
  display: flex;
  border-radius: 3px;
  align-items: center;
  position: relative;
}
.site-header .header_cta_btn.btn_trans {
  border: 1px solid #FFF;
}
.site-header .header_cta_btn.btn_trans .btn_txt {
  color: #FFF;
}
.site-header .header_cta_btn.btn_trans .btn_icon svg {
  fill: #FFF;
}
.site-header .header_cta_btn.btn_white {
  background-color: #FFF;
}
.site-header .header_cta_btn.btn_white .btn_txt {
  color: #0081FF;
}
.site-header .header_cta_btn.btn_white .btn_icon svg {
  fill: #0081FF;
}
.site-header .header_cta_btn .btn_icon {
  width: var(--icon-width);
}
.site-header .header_cta_btn .btn_icon svg {
  display: block;
  width: 100%;
}
.site-header .header_cta_btn .btn_txt {
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 1025px) {
  .site-header .header_cta_btn {
    justify-content: center;
  }
  .site-header .header_cta_btn .btn_icon {
    position: absolute;
    left: 8%;
    top: 18px;
  }
  .site-header .header_cta_btn .btn_txt {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_cta_btn {
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #EA0000;
    border-radius: 50%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn {
    display: block;
    position: absolute;
    width: 26px;
    height: 10px;
    inset: 0;
    margin: auto;
    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;
    transition: all 0.5s;
    transform-origin: left;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
    top: 0%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
    top: 100%;
  }
  .site-header .main_menu_btn:active {
    border: none;
  }
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn {
  width: 18px;
  height: 18px;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._menu_bar._bar1 {
  width: 141.4213562373%;
  transform: rotate(45deg);
}
.site-header #toggle-menu-btn:checked ~ .header_container ._menu_bar._bar2 {
  width: 141.4213562373%;
  transform: rotate(-45deg);
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  transition: all ease 0.5s;
  background-color: rgba(46, 46, 46, 0.9);
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window {
    display: none;
  }
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-inline: 5%;
}
.site-header .mobile_modal_window .modal_nav .main_menu {
  color: #FFF;
  margin-bottom: 20px;
}
.site-header .mobile_modal_window .modal_nav .main_menu > .menu-item {
  position: relative;
  padding-block: 15px;
  border-bottom: 1px solid #FFF;
}
.site-header .mobile_modal_window .modal_nav .main_menu > .menu-item a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.site-header .mobile_modal_window .modal_nav .main_menu > .menu-item:last-child {
  border-bottom: none;
}
.site-header .mobile_modal_window .modal_nav .main_menu .sub_menu {
  display: none;
}
.site-header .mobile_modal_window .modal_nav .main_menu .sub_menu__ttl {
  display: none;
}
.site-header .mobile_modal_window .modal_nav .main_menu .sub_menu .menu-item {
  font-size: 15px;
  line-height: 2;
  padding-left: 1em;
}
.site-header .mobile_modal_window .header_cta {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100%;
}
.site-header .mobile_modal_window .header_cta_btn {
  flex-basis: 50%;
  height: 80px;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  height: 100vh;
}
.site-header .header_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.site-header.header_fv .header_bg {
  background-color: transparent;
}
.site-header.header_fv .logo_black {
  display: none;
}
.site-header.header_fv .main-navigation .main_menu > .menu-item:has(.sub_menu) > a::after {
  border-color: #FFF;
}
.site-header:not(.header_fv) .header_bg {
  background-color: rgba(255, 255, 255, 0.95);
}
.site-header:not(.header_fv) #toggle-menu-btn:checked ~ .header_bg {
  background-color: transparent;
}
.site-header:not(.header_fv) .logo_white {
  display: none;
}
.site-header:not(.header_fv) .main-navigation .main_menu > .menu-item > a {
  color: #2E2E2E;
}
.site-header:not(.header_fv) .main-navigation .main_menu > .menu-item:has(.sub_menu) > a::after {
  border-color: #2E2E2E;
}
.site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_trans {
  border: 1px solid #0081FF;
  background-color: #FFF;
}
.site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_trans .btn_txt {
  color: #0081FF;
}
.site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_trans .btn_icon svg {
  fill: #0081FF;
}
.site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_white {
  background-color: #0081FF;
}
.site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_white .btn_txt {
  color: #FFF;
}
.site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_white .btn_icon svg {
  fill: #FFF;
}
.site-header #toggle-menu-btn:checked ~ .header_container .site-branding .logo_white {
  display: block;
}
.site-header #toggle-menu-btn:checked ~ .header_container .site-branding .logo_black {
  display: none;
}
@media (hover: hover) {
  .site-header .header_cta_btn:hover {
    opacity: 1;
  }
  .site-header.header_fv .main-navigation .header_cta_btn.btn_trans:hover {
    background-color: #FFF;
  }
  .site-header.header_fv .main-navigation .header_cta_btn.btn_trans:hover .btn_txt {
    color: #0081FF;
  }
  .site-header.header_fv .main-navigation .header_cta_btn.btn_trans:hover .btn_icon svg {
    fill: #0081FF;
  }
  .site-header.header_fv .main-navigation .header_cta_btn.btn_white:hover {
    background-color: #0081FF;
  }
  .site-header.header_fv .main-navigation .header_cta_btn.btn_white:hover .btn_txt {
    color: #FFF;
  }
  .site-header.header_fv .main-navigation .header_cta_btn.btn_white:hover .btn_icon svg {
    fill: #FFF;
  }
  .site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_trans:hover {
    background-color: #0081FF;
  }
  .site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_trans:hover .btn_txt {
    color: #FFF;
  }
  .site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_trans:hover .btn_icon svg {
    fill: #FFF;
  }
  .site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_white:hover {
    background-color: #FFF;
    border: 1px solid #0081FF;
  }
  .site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_white:hover .btn_txt {
    color: #0081FF;
  }
  .site-header:not(.header_fv) .main-navigation .header_cta_btn.btn_white:hover .btn_icon svg {
    fill: #0081FF;
  }
}

body.page-about .main-navigation .main_menu .menu_vision > a::before,
body.page-message .main-navigation .main_menu .menu_vision > a::before,
body.page-business .main-navigation .main_menu .menu_business > a::before,
body.page-service-station .main-navigation .main_menu .menu_business > a::before,
body.page-solar-power .main-navigation .main_menu .menu_business > a::before,
body.page-real-estate .main-navigation .main_menu .menu_business > a::before,
body.page-life-support .main-navigation .main_menu .menu_business > a::before,
body.page-company .main-navigation .main_menu .menu_company > a::before,
body.page-shopinfo .main-navigation .main_menu .menu_company > a::before,
body.page-awards .main-navigation .main_menu .menu_company > a::before,
body.page-recruit .main-navigation .main_menu .menu_recruit > a::before,
body.post-type-archive-interview .main-navigation .main_menu .menu_recruit > a::before,
body.post-type-archive-news .main-navigation .main_menu .menu_news > a::before,
body.single-location .main-navigation .main_menu .menu_company > a::before,
body.single-interview .main-navigation .main_menu .menu_recruit > a::before,
body.single-job .main-navigation .main_menu .menu_recruit > a::before,
body.single-news .main-navigation .main_menu .menu_news > a::before {
  width: 75%;
}

.home_link {
  display: block;
  width: 100%;
}
.home_link .logo_txt {
  display: block;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home_link .logo_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .logo_txt {
    font-size: 10px;
  }
}

.site-footer {
  position: relative;
}
.site-footer .footer_container {
  display: flex;
}
.site-footer .footer_sns {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.site-footer .footer_sns__item {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_nav__l1, .site-footer .footer_nav__l2 {
  white-space: nowrap;
}
.site-footer .footer_nav__l1 {
  font-weight: 700;
}
.site-footer .footer_bottom {
  background-color: #2E2E2E;
}
.site-footer .footer_bottom__container {
  display: flex;
}
.site-footer .footer_copyright {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    justify-content: space-between;
    padding-block: 90px;
  }
  .site-footer .footer_signature {
    flex-shrink: 0;
  }
  .site-footer .footer_signature .__bold {
    margin-bottom: 1em;
  }
  .site-footer .home_link {
    width: 156px;
    margin-bottom: 40px;
  }
  .site-footer .footer_nav {
    flex-grow: 1;
    justify-content: flex-end;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .site-footer .footer_nav__menu {
    order: var(--menu--order);
  }
  .site-footer .footer_nav__l1 {
    margin-bottom: 2em;
  }
  .site-footer .footer_nav__l2 {
    margin-bottom: 1em;
  }
  .site-footer .footer_nav__menu:has(.footer_nav__l2) .footer_nav__l1 {
    margin-bottom: 1em;
  }
  .site-footer .footer_bottom__container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 52px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding-top: 52px;
  }
  .site-footer .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer .footer_signature {
    flex-basis: 100%;
    padding-bottom: 40px;
  }
  .site-footer .footer_address {
    font-size: 12px;
    line-height: 1.4;
  }
  .site-footer .home_link {
    width: 156px;
    margin-bottom: 30px;
  }
  .site-footer .footer_nav {
    flex-basis: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    height: 420px;
  }
  .site-footer .footer_nav__menu {
    width: 50%;
    margin-bottom: 30px;
  }
  .site-footer .footer_nav__l1 {
    margin-bottom: 0.5em;
  }
  .site-footer .footer_bottom__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 92px;
  }
  .site-footer .footer_copyright {
    order: 2;
  }
  .site-footer .footer_privacy {
    order: 1;
  }
}

.footer_cta {
  position: relative;
}
.footer_cta__container {
  display: flex;
  position: relative;
  z-index: 1;
}
.footer_cta__head .page_h2 {
  color: #FFF;
}
.footer_cta__btns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .footer_cta {
    padding-block: 105px;
  }
  .footer_cta__container {
    -moz-column-gap: 7%;
         column-gap: 7%;
    align-items: flex-start;
  }
  .footer_cta__head {
    flex-shrink: 0;
  }
  .footer_cta__head .page_h2 .h2_txt {
    font-size: clamp(30px, 2.89vw, 50px);
  }
  .footer_cta__btns {
    flex-basis: 56%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_cta {
    padding-block: 30px;
  }
  .footer_cta__container {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .footer_cta__head {
    flex-basis: 100%;
  }
  .footer_cta__btns {
    flex-basis: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
}

.cta_button {
  display: flex;
  background-color: #FFF;
  border-radius: 6px;
}
.cta_button .btn_txt {
  font-weight: 700;
  line-height: 1.3;
  color: #0081FF;
}
.cta_button .btn_txt .txt_sm {
  font-weight: 400;
  color: #2E2E2E;
}
@media screen and (min-width: 1025px) {
  .cta_button {
    width: 372px;
    height: 190px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 14px;
  }
  .cta_button .btn_icon {
    width: var(--icon-width);
  }
  .cta_button .btn_icon svg {
    display: block;
    width: 100%;
    fill: #0081FF;
  }
  .cta_button .btn_txt {
    text-align: center;
    font-size: clamp(18px, 1.6vw, 24px);
  }
  .cta_button .btn_txt .txt_lg {
    font-size: clamp(28px, 2.66vw, 40px);
  }
  .cta_button .btn_txt .txt_sm {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .cta_button {
    width: 350px;
    height: 103px;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-inline: 20px;
  }
  .cta_button .btn_icon {
    width: 42px;
  }
  .cta_button .btn_icon svg {
    display: block;
    width: var(--icon-width);
    margin-inline: auto;
    fill: #0081FF;
  }
  .cta_button .btn_txt {
    font-size: 19px;
    font-weight: 700;
  }
  .cta_button .btn_txt .txt_lg {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
  }
  .cta_button .btn_txt .txt_sm {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .cta_button:hover {
    opacity: 1;
    background-color: #0081FF;
  }
  .cta_button:hover .btn_icon svg {
    fill: #FFF;
  }
  .cta_button:hover .btn_txt {
    color: #FFF;
  }
  .cta_button:hover .btn_txt .txt_sm {
    color: #FFF;
  }
}

.top_h2 {
  position: relative;
}
.top_h2 .h2_txt {
  font-weight: 700;
  line-height: 1;
}
.top_h2 .h2_sub_txt {
  position: relative;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: 1em;
}
.top_h2 .h2_sub_txt::before {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0081FF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.5em - 5px);
  content: "";
}
.top_h2 .h2_op_txt {
  color: #FFF6FF;
  letter-spacing: 0.05em;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (min-width: 1025px) {
  .top_h2 .h2_txt {
    font-size: 40px;
  }
  .top_h2 .h2_sub_txt {
    font-size: 20px;
  }
  .top_h2 .h2_op_txt {
    font-size: clamp(74px, 5.625vw, 108px);
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 .h2_txt {
    font-size: 32px;
  }
  .top_h2 .h2_sub_txt {
    font-size: 18px;
  }
  .top_h2 .h2_op_txt {
    font-size: 64px;
  }
}

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

.top_mv {
  position: relative;
}
.top_mv__slider {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top_mv__slide {
  position: relative;
}
.top_mv__slide__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_mv__slide__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_mv__slide__ttl {
  color: #FFF;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
.top_mv__slide__ttl .__small {
  font-size: 14px;
}
.top_mv__slide__ttl span {
  display: block;
}
.top_mv__container {
  position: relative;
  z-index: 1;
}
.top_mv__catch {
  --txt-color: #FFF;
  position: relative;
}
.top_mv__catch p, .top_mv__catch h2 {
  width: -moz-fit-content;
  width: fit-content;
}
.top_mv__catch::before {
  display: block;
  background: linear-gradient(-45deg, transparent 0%, transparent 45%, #0081FF 45%, #0081FF 50%, transparent 50%, transparent 100%);
  position: absolute;
  content: "";
}
.top_mv__catch__en {
  font-weight: 700;
  position: relative;
}
.top_mv__catch__h2 {
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.top_mv__catch__p {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.top_mv__banner {
  position: absolute;
  z-index: 1;
}
.top_mv__banner span {
  display: block;
}
.top_mv__banner__link {
  display: block;
  border-radius: 6px;
}
.top_mv__banner__ttl {
  font-weight: 700;
  line-height: 1.5;
}
.top_mv__banner__txt {
  letter-spacing: 0.1em;
}
.top_mv__banner__arw {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 6px;
  position: absolute;
  top: calc(50% - 25px);
  right: -14px;
}
.top_mv__banner__arw svg {
  display: block;
  width: 13px;
  position: absolute;
  inset: 0;
  margin: auto;
  stroke: #0081FF;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    height: calc(48.125vw - 125px);
    min-height: 640px;
    max-height: 799px;
  }
  .top_mv__container {
    padding-left: 7.65%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 96px;
    height: 100%;
  }
  .top_mv__catch::before {
    width: 102px;
    height: 85px;
    left: -72px;
    bottom: calc(100% - 24px);
  }
  .top_mv__catch__h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .top_mv__catch__en {
    font-size: clamp(28px, 2.5vw, 40px);
    margin-bottom: 40px;
  }
  .top_mv__slider {
    height: calc(100% + 125px);
  }
  .top_mv__slide {
    flex-basis: 33.33vw;
    height: 100%;
    padding-top: 15.88vw;
    padding-left: 30px;
  }
  .top_mv__banner {
    width: clamp(340px, 33.33vw, 400px);
    right: 30px;
    bottom: 30px;
  }
  .top_mv__banner__link {
    padding-block: 30px;
    padding-left: 34px;
  }
  .top_mv__banner__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    height: 530px;
  }
  .top_mv .container {
    height: 100%;
  }
  .top_mv__container {
    padding-inline: 40px;
    padding-bottom: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .top_mv__catch::before {
    width: 33px;
    height: 27px;
    left: -30px;
    bottom: calc(100% - 12px);
  }
  .top_mv__catch__h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .top_mv__catch__en {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .top_mv__catch__en span {
    display: block;
  }
  .top_mv__catch__p {
    font-size: 12px;
  }
  .top_mv__slider {
    height: calc(100% + 70px);
  }
  .top_mv__slide {
    flex-basis: 95vw;
    max-width: 640px;
    height: 100%;
  }
  .top_mv__slide__ttl {
    display: none;
  }
  .top_mv__banner {
    width: 90%;
    max-width: 350px;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 26px;
  }
  .top_mv__banner__link {
    padding-block: 18px;
    padding-left: 30px;
  }
  .top_mv__banner__ttl {
    font-size: 24px;
  }
}
@media (hover: hover) {
  .top_mv__banner__link:hover {
    opacity: 1;
    background-color: #FFF;
    color: #0081FF;
  }
  .top_mv__banner__link:hover .top_mv__banner__arw {
    border: 1px solid #0081FF;
  }
}

.top_h3__ja, .top_h3__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.top_h3__en {
  color: #0081FF;
  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_news__container {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_news {
    padding-bottom: 167px;
  }
  .top_news__container {
    -moz-column-gap: 7.7%;
         column-gap: 7.7%;
  }
  .top_news__head {
    flex-basis: 274px;
    flex-shrink: 0;
  }
  .top_news__archive {
    flex-grow: 1;
  }
  .top_news .link_button.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding-bottom: 43px;
  }
  .top_news__container {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .top_news__head {
    flex-basis: 100%;
  }
  .top_news__head .page_h2 {
    margin-bottom: 0;
  }
  .top_news__head .link_button {
    display: none;
  }
  .top_news__archive {
    flex-basis: 100%;
  }
}

.top_vision__container {
  display: flex;
}
.top_vision__img {
  position: relative;
  z-index: 1;
}
.top_vision__art {
  display: block;
  position: absolute;
}
.top_vision__head {
  position: relative;
  z-index: 2;
}
.top_vision__btns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.top_vision__btns .link_button {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .top_vision {
    padding-top: 172px;
    padding-bottom: 166px;
  }
  .top_vision__container {
    align-items: flex-start;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .top_vision__head {
    flex-grow: 1;
  }
  .top_vision__img {
    flex-basis: 42.5%;
    flex-shrink: 0;
  }
  .top_vision__btns {
    margin-top: 66px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .top_vision__art {
    width: 111%;
    bottom: -238px;
    left: -49%;
  }
}
@media screen and (max-width: 1024px) {
  .top_vision {
    padding-top: 28px;
    padding-bottom: 95px;
  }
  .top_vision__container {
    flex-wrap: wrap;
    row-gap: 23px;
  }
  .top_vision__head {
    flex-basis: 100%;
  }
  .top_vision__img {
    flex-basis: 100%;
  }
  .top_vision__btns {
    margin-top: 22px;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
  .top_vision__art {
    width: 86%;
    bottom: -71px;
    left: -25%;
  }
}

.top_guide {
  background-color: rgba(255, 255, 255, 0.85);
}
.top_guide::before {
  display: block;
  height: 0.5px;
  background-color: rgba(46, 46, 46, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.top_guide__head {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_guide {
    padding-top: 188px;
    padding-bottom: 101px;
  }
  .top_guide::before {
    width: 90%;
    max-width: 1728px;
  }
  .top_guide__head {
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    margin-bottom: 86px;
  }
  .top_guide__head .page_h2 {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .top_guide__container {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 53px;
  }
  .top_guide__container .data_grid__item:first-child {
    border-left: none;
  }
  .top_guide__container .data_grid__item:first-child::before {
    height: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_guide {
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: 0.5px solid #2E2E2E;
  }
  .top_guide::before {
    width: 100%;
  }
  .top_guide__head {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .top_guide__head .page_h2 {
    flex-basis: 100%;
    margin-bottom: 0;
  }
  .top_guide__container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 17px;
    margin-bottom: 26px;
  }
}

.top_business__container {
  position: relative;
}
.top_business__item {
  overflow: hidden;
}
.top_business__item__link {
  display: block;
  height: 100%;
}
.top_business__item__hd {
  display: flex;
}
.top_business__item__hd .__hd__h3 {
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .top_business {
    padding-top: 50px;
    padding-bottom: 129px;
  }
  .top_business__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .top_business__head {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
    width: 540px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #FFF;
    padding-block: 50px;
    overflow-x: hidden;
  }
  .top_business__head .page_h2 {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .top_business__head__txt {
    font-size: 15px;
    text-align: center;
    line-height: 2;
    margin-bottom: 18px;
  }
  .top_business__item {
    position: relative;
    z-index: 1;
    height: 445px;
  }
  .top_business__item__link {
    padding-inline: 40px;
    padding-block: 40px;
  }
  .top_business__item__bg::before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 46, 46, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
  }
  .top_business__item__content {
    position: relative;
    z-index: 1;
  }
  .top_business__item__hd {
    flex-direction: column-reverse;
    color: #FFF;
  }
  .top_business__item__hd .__hd__txt {
    line-height: 1.5;
    margin-bottom: 38px;
  }
  .top_business__item__hd .__hd__txt span {
    display: block;
  }
  .top_business__item__hd .__hd__txt .__num {
    font-size: 14px;
  }
  .top_business__item__hd .__hd__txt .__txt {
    font-size: 15px;
  }
  .top_business__item__hd .__hd__h3 {
    font-size: 24px;
  }
  .top_business__item__txt {
    color: #FFF;
  }
  .top_business__item__content.__top_right, .top_business__item__content.__bottom_right {
    text-align: right;
  }
  .top_business__item__content.__bottom_left, .top_business__item__content.__bottom_right {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 40px;
  }
  .top_business__item__content.__bottom_right {
    right: 40px;
  }
  .top_business__item__content.__bottom_lrft {
    left: 40px;
  }
  .top_business .link_button.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_business {
    padding-top: 35px;
    padding-bottom: 88px;
  }
  .top_business__head {
    margin-bottom: 30px;
  }
  .top_business__head .link_button {
    display: none;
  }
  .top_business__item {
    margin-bottom: 30px;
  }
  .top_business__item__bg {
    position: static;
    aspect-ratio: 350/135;
    margin-bottom: 20px;
  }
  .top_business__item__hd {
    flex-direction: row;
    justify-content: space-between;
  }
  .top_business__item__hd .__hd__txt {
    color: #0081FF;
    font-size: 12px;
  }
  .top_business__item__hd .__hd__txt span {
    padding-left: 1em;
  }
  .top_business__item__hd .__hd__h3 {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .top_business__item__link:hover {
    opacity: 1;
  }
  .top_business__item__link:hover .top_business__item__bg img {
    transform: scale(1.1);
  }
  .top_business__item__bg img {
    transition: transform 0.5s;
  }
}

.top_recruit__container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_recruit__bg img {
    -o-object-position: 30% center;
       object-position: 30% center;
  }
  .top_recruit__container {
    width: 80%;
    max-width: 1366px;
    margin-inline: auto;
    padding-top: 73px;
    padding-bottom: 61px;
  }
  .top_recruit__container .page_h2 {
    margin-bottom: 10px;
  }
  .top_recruit__container p.__bold {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top_recruit__container .link_button {
    margin-top: 30px;
    width: 372px;
  }
}
@media screen and (max-width: 1024px) {
  .top_recruit {
    padding-top: 110px;
  }
  .top_recruit__bg {
    width: 100vw;
    height: auto;
    margin-inline: calc(50% - 50vw);
    top: -110px;
  }
  .top_recruit__bg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top_recruit__container {
    padding-block: 20px;
    padding-inline: 20px;
    padding-bottom: 145px;
    border-radius: 6px;
    background-color: #FFF;
  }
  .top_recruit__container .page_h2 {
    margin-bottom: 10px;
  }
  .top_recruit__container p.__bold {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .top_recruit__container .link_button {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
  }
}

.top_about__head {
  display: flex;
}
.top_about__container {
  display: flex;
}
.top_about__link {
  display: flex;
  width: 100%;
  height: 100%;
}
.top_about__h3 {
  font-weight: 700;
}
.top_about__icon svg {
  display: block;
  width: 100%;
}
.top_about__arw {
  width: 13px;
}
.top_about__arw svg {
  display: block;
  width: 100%;
  stroke: #0081FF;
}
@media screen and (min-width: 1025px) {
  .top_about {
    padding-block: 170px;
  }
  .top_about__head {
    justify-content: space-between;
    -moz-column-gap: 5%;
         column-gap: 5%;
    align-items: center;
    margin-bottom: 30px;
  }
  .top_about__head .c-text {
    flex-shrink: 0;
  }
  .top_about__container {
    justify-content: space-between;
  }
  .top_about__item {
    flex-basis: 30.9%;
    flex-shrink: 0;
    height: 246px;
  }
  .top_about__link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 37px;
  }
  .top_about__h3 {
    font-size: 20px;
    order: 1;
  }
  .top_about__icon {
    width: var(--icon--width);
    order: 2;
  }
  .top_about__arw {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .top_about {
    padding-bottom: 57px;
  }
  .top_about__head {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .top_about__head .page_h2, .top_about__head .c-text {
    flex-basis: 100%;
  }
  .top_about__container {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .top_about__item {
    flex-basis: 100%;
    height: 80px;
  }
  .top_about__link {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
  }
  .top_about__h3 {
    font-size: 16px;
    flex-grow: 1;
  }
  .top_about__icon {
    width: 30px;
    flex-shrink: 0;
    margin-right: 15px;
  }
}
@media (hover: hover) {
  .top_about__link:hover {
    opacity: 1;
    background-color: rgba(0, 129, 255, 0.1);
  }
}

.top_slash {
  width: 100%;
  height: 100vw;
  position: absolute;
  left: 0;
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #0081FF 50%, #0081FF calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
}
@media screen and (max-width: 1024px) {
  .top_slash {
    display: none;
  }
}

.top_backslash {
  width: 55.2%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  background: linear-gradient(45deg, transparent 0%, transparent 50%, #0081FF 50%, #0081FF calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent 100%);
}
@media screen and (max-width: 1024px) {
  .top_backslash {
    display: none;
  }
}

.top_vision .top_slash {
  top: -73px;
}

.top_recruit .top_slash {
  top: -36px;
}

.top_business .top_backslash {
  top: 269px;
}

.page_header {
  position: relative;
}
.page_header__bg {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_header .container {
  height: 100%;
}
.page_header__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .page_header__bg {
    height: calc(100% + 125px);
  }
  .page_header__container {
    height: calc(26vw - 125px);
    min-height: 200px;
    max-height: 375px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header__bg {
    height: calc(100% + 70px);
  }
  .page_header__container {
    height: 120px;
  }
}

.page_content, .page_section {
  position: relative;
}
.page_content.pt0, .page_section.pt0 {
  padding-top: 0;
}
.page_content.pb0, .page_section.pb0 {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_content, .page_section {
    padding-block: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content, .page_section {
    padding-block: 50px;
  }
}

.single_content {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .single_content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .single_content {
    padding-bottom: 50px;
  }
}

.page_h1 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page_h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1 {
    font-size: 24px;
  }
}

.page_h2 {
  position: relative;
}
.page_h2::before {
  display: block;
  border-right: 2px solid #EA0000;
  transform: rotate(45deg);
  transform-origin: right top;
  position: absolute;
  right: calc(100% - 10px);
  content: "";
}
.page_h2.__noslash::before {
  display: none;
}
.page_h2 .h2_sub_txt {
  position: relative;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.page_h2 .h2_txt {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}
.page_h2 .h2_txt span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    margin-bottom: 50px;
  }
  .page_h2::before {
    width: 41.0121933088px;
    height: 41.0121933088px;
    top: -15px;
  }
  .page_h2 .h2_sub_txt {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .page_h2 .h2_txt {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    margin-bottom: 20px;
  }
  .page_h2::before {
    width: 19.7989898732px;
    height: 19.7989898732px;
    top: -10px;
  }
  .page_h2 .h2_sub_txt {
    font-size: 15px;
  }
  .page_h2 .h2_txt {
    font-size: 24px;
  }
}

.page_h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 1em;
}
.page_h3 h3 {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
.page_h3::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2E2E2E;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    font-size: 20px;
  }
  .page_h3 span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.page_h4 {
  position: relative;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 0.5em;
}
.page_h4::before {
  display: block;
  width: 5px;
  background-color: #0081FF;
  position: absolute;
  left: 0;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h4 {
    font-size: 20px;
    line-height: 2;
  }
  .page_h4::before {
    height: 40px;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_h4::before {
    height: 30px;
    top: 0;
  }
}

.page_lead {
  line-height: 2;
}
.page_lead + .page_lead {
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  .page_lead {
    max-width: 1000px;
    margin-inline: auto;
  }
}
.page_flex {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_flex {
    align-items: flex-start;
    justify-content: space-between;
  }
  .page_flex__item {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_flex {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_flex__item {
    flex-basis: 100%;
  }
}

.page_col {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_col {
    align-items: flex-start;
    -moz-column-gap: 9%;
         column-gap: 9%;
  }
  .page_col__body {
    flex-grow: 1;
  }
  .page_col__pic {
    flex-basis: 35%;
    flex-shrink: 0;
  }
  .page_col.__reverse {
    flex-direction: row-reverse;
  }
}
@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_grid {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .page_grid.__3col {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__2col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .page_grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 520px) {
  .page_grid.__4col {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**/
.page_anchor_nav {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_anchor_nav {
    justify-content: center;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .page_anchor_nav {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.page_anchor__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid #F2F2F2;
  border-radius: 6px;
  background-color: #FFF;
  position: relative;
}
.page_anchor__link .__link__txt {
  text-align: center;
  font-weight: 700;
}
.page_anchor__link .__link__arw {
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #0081FF;
  border-bottom: 1px solid #0081FF;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .page_anchor__link {
    height: 119px;
    flex: 1;
  }
  .page_anchor__link .__link__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page_anchor__link {
    height: 60px;
    flex-basis: 162px;
    flex-shrink: 0;
  }
  .page_anchor__link .__link__txt {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .page_anchor__link:hover {
    opacity: 1;
    background-color: rgba(0, 129, 255, 0.1);
  }
}

.page_section {
  position: relative;
}
.page_section__head {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_section__head {
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .page_section__head .page_h2 {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_section__head {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 20px;
  }
  .page_section__head .page_h2 {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.page_section.pb0 {
  padding-bottom: 0;
}

.page_dl {
  display: flex;
  border-top: 1px solid #2E2E2E;
  background-color: #FFF;
}
.page_dl:last-child {
  border-bottom: 1px solid #2E2E2E;
}
.page_dl dt {
  font-weight: 700;
  background-color: rgba(0, 129, 255, 0.1);
}
@media screen and (min-width: 1025px) {
  .page_dl dt, .page_dl dd {
    padding-block: 16px;
  }
  .page_dl dt {
    flex-shrink: 0;
    padding-left: 1em;
  }
  .page_dl dd {
    flex-grow: 1;
    padding-left: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .page_dl {
    flex-wrap: wrap;
  }
  .page_dl dt, .page_dl dd {
    flex-basis: 100%;
    padding-block: 10px;
  }
  .page_dl dt {
    padding-left: 0.5em;
  }
  .page_dl dd {
    padding-left: 1em;
  }
}

.page_ul li {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page_ul li::before {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
  content: "";
}

.page_ol {
  list-style: decimal;
  list-style-position: inside;
}
.page_ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.page_checklist {
  background-color: #F5F5F5;
  border-radius: 6px;
  padding: 20px;
}
.page_checklist li {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.page_checklist li span {
  line-height: 18px;
}
.page_checklist li + li {
  margin-top: 1em;
}

.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;
  color: #0081FF;
  border: 1px solid #0081FF;
}
.wp-pagenavi .current {
  background-color: #0081FF;
  color: #FFF;
}
.wp-pagenavi .previouspostslink .page_nav, .wp-pagenavi .nextpostslink .page_nav {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #0081FF;
  border-radius: 50%;
  position: relative;
}
.wp-pagenavi .previouspostslink .page_nav::before, .wp-pagenavi .nextpostslink .page_nav::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  background: url("../images/arrow.svg") center/contain no-repeat;
}
.wp-pagenavi .nextpostslink .page_nav::before {
  transform: rotate(180deg);
}

.news_article {
  border-top: 1px solid #2E2E2E;
  background-color: #FFF;
  position: relative;
}
.news_article a {
  display: flex;
  align-items: center;
  width: 100%;
}
.news_article::before {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #EA0000;
  position: absolute;
  left: 0;
  bottom: 100%;
  content: "";
}
.news_article__date {
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.news_article__title {
  line-height: 1.33;
}
.news_article__cat {
  flex-shrink: 0;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .news_article a {
    padding-block: 40px;
  }
  .news_article:last-of-type {
    border-bottom: 1px solid #2E2E2E;
  }
  .news_article:last-of-type::after {
    display: block;
    width: 60px;
    height: 1px;
    background-color: #EA0000;
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
  }
  .news_article__date {
    flex-basis: 111px;
  }
  .news_article__cat {
    margin-right: 9px;
  }
  .news_article__title {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .news_article a {
    padding-block: 20px;
    padding-inline: 10px;
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .news_article__date {
    flex-basis: 110px;
  }
  .news_article__cat {
    flex-grow: 1;
  }
  .news_article__title {
    flex-basis: 100%;
    line-height: 1.75;
  }
}
@media (hover: hover) {
  .news_article a:hover {
    opacity: 1;
    background-color: rgba(0, 129, 255, 0.1);
  }
}

.news_cat {
  display: inline-block;
  min-width: 100px;
  max-width: 120px;
  background-color: #2E2E2E;
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
  line-height: 1;
  padding-block: 8px;
  padding-inline: 4px;
  text-align: center;
}

.newscat_nav .page_anchor__link {
  flex-basis: fit-content;
  flex-grow: 0;
  padding-inline: 1em;
}
.newscat_nav .page_anchor__link.__current {
  background-color: #0081FF;
  color: #FFF;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .newscat_nav {
    margin-bottom: 50px;
  }
  .newscat_nav .page_anchor__link {
    height: 50px;
    min-width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .newscat_nav {
    margin-bottom: 30px;
  }
  .newscat_nav .page_anchor__link {
    height: 40px;
    min-width: 90px;
  }
}

.single_h1 {
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .single_h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .single_h1 {
    font-size: 22px;
  }
}

.single_news__meta {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  margin-bottom: 1em;
}
.single_news__cat {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 2.2;
  border-radius: 1.1em;
  padding-inline: 1em;
}

.single_content h2 {
  position: relative;
  padding: 0 0.4em 0.6em;
  border-bottom: 1px solid #ACACAC;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .single_content h2 {
    font-size: 22px;
  }
}
.single_content h2::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(25vw, 10em);
  height: 1px;
  background: #0081FF;
  content: "";
}
.single_content h3 {
  position: relative;
  padding: 0.2em 0 0.2em 1em;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .single_content h3 {
    font-size: 20px;
  }
}
.single_content h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #0081FF;
  content: "";
}
.single_content h4 {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .single_content h4 {
    font-size: 18px;
  }
}
.single_content h5 {
  font-size: 15px;
}
@media (min-width: 1025px) {
  .single_content h5 {
    font-size: 17px;
  }
}
.single_content > * + * {
  margin-top: 1.5em;
}
.single_content * + h2, .single_content * + h3, .single_content * + h4, .single_content * + h5, .single_content * + h6 {
  margin-top: 2em;
}
.single_content p a {
  color: #0081FF;
  text-decoration: underline;
}

.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: 10px;
       column-gap: 10px;
}
.single_nav .single_nav_prev .single_nav_arw {
  transform: rotate(180deg);
}
.single_nav .single_nav_arw {
  width: 30px;
  height: 30px;
  background-color: #0081FF;
  border-radius: 50%;
  position: relative;
}
.single_nav .single_nav_arw svg {
  display: block;
  stroke: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .single_nav .single_nav_next, .single_nav .single_nav_prev {
    min-width: 162px;
  }
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
  }
  .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 .single_nav_home {
    order: 3;
    flex-basis: 100%;
  }
}

.page_pp h2 {
  margin-bottom: 0.5em;
  line-height: 1.22;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_pp h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .page_pp h2 {
    font-size: 18px;
  }
}
.page_pp .c-text + h2, .page_pp ul + h2 {
  margin-top: 1em;
}
.page_pp .c-text {
  padding-left: 1em;
}
.page_pp ul {
  list-style: disc inside;
}
.page_pp ul li {
  padding-left: 1em;
}
.page_pp .link_button {
  width: 200px;
  margin-top: 50px;
}

.page_border {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .page_border {
    height: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .page_border {
    height: 70px;
  }
}

@media screen and (min-width: 1025px) {
  .e404 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .e404 {
    padding-bottom: 55px;
  }
}
.e404 .link_button {
  width: 200px;
}

.data_grid {
  display: grid;
}
.data_grid__item {
  border-left: 0.5px solid #2E2E2E;
  position: relative;
}
.data_grid__item::before {
  display: block;
  width: 0.5px;
  background-color: #EA0000;
  position: absolute;
  right: calc(100% + 0.5px);
  top: 0;
  content: "";
}
.data_grid__h3 {
  letter-spacing: 0.1em;
}
.data_grid__data {
  font-weight: 700;
  line-height: 1;
}
.data_grid__data .__num {
  padding-right: 0.1em;
}
.data_grid__catch {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
.data_grid__hd {
  font-weight: 700;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .data_grid__item {
    padding-left: 30px;
    padding-right: 15px;
    padding-block: 23px;
  }
  .data_grid__item::before {
    height: 60px;
  }
  .data_grid__h3 {
    font-size: 15px;
    margin-bottom: 38px;
  }
  .data_grid__hd {
    font-size: 20px;
  }
  .data_grid__data {
    font-size: clamp(20px, 2.3vw, 40px);
    margin-bottom: 32px;
  }
  .data_grid__data .__num {
    font-size: clamp(40px, 4.6vw, 80px);
  }
  .data_grid__catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .data_grid__item {
    padding-left: 20px;
    padding-block: 5px;
  }
  .data_grid__item::before {
    height: 20px;
  }
  .data_grid__h3 {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .data_grid__data {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .data_grid__data .__num {
    font-size: 50px;
  }
  .data_grid__catch {
    font-size: 18px;
  }
}

.message_flex {
  display: flex;
}
.message_flex__txt {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .message_flex {
    align-items: flex-start;
  }
  .message_flex .page_h2 {
    flex-basis: 32%;
    max-width: 426px;
    flex-shrink: 0;
  }
  .message_flex__content {
    flex-grow: 1;
  }
  .message_flex__txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .message_flex {
    flex-wrap: wrap;
  }
  .message_flex .page_h2 {
    flex-basis: 100%;
  }
  .message_flex__content {
    flex-basis: 100%;
  }
  .message_flex__txt {
    font-size: 18px;
  }
}

.message_vision__list {
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  background-color: #FFF;
}
.message_vision__list li {
  font-weight: 700;
  position: relative;
}
.message_vision__list li::before {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0081FF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .message_vision__list {
    align-items: center;
    padding-block: 40px;
    padding-inline: 35px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 14px;
    margin-block: 35px;
  }
  .message_vision__list li {
    padding-left: 24px;
    font-size: 20px;
  }
  .message_vision__list + p {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .message_vision__list {
    align-items: center;
    padding-block: 20px;
    padding-inline: 15px;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 14px;
    margin-block: 20px;
  }
  .message_vision__list li {
    padding-left: 24px;
    font-size: 18px;
  }
  .message_vision__list + p {
    margin-bottom: 40px;
  }
}

.message_value .data_grid__h3 {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .message_value {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
  .message_value .data_grid__item {
    padding-right: 30px;
  }
  .message_value .data_grid__h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .message_value {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .message_value .data_grid__item {
    padding-right: 15px;
  }
  .message_value .data_grid__h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.message_message .page_h2 .h2_sub_txt::before {
  display: none;
}
.message_message .container {
  border: 3px solid #F2F2F2;
}
.message_message__txt {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .message_message .container {
    padding-block: 80px;
  }
  .message_message__content {
    width: 80%;
    margin-inline: auto;
  }
  .message_message__txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .message_message .container {
    padding-block: 50px;
  }
  .message_message__content {
    width: 90%;
    margin-inline: auto;
  }
  .message_message__txt {
    font-size: 16px;
  }
}

.about_head {
  text-align: center;
}
.about_head .page_h2 .h2_txt, .about_head .page_h2 .h2_sub_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.about_head .page_h2 .h2_sub_txt::before {
  display: none;
}
.about_head .page_h2 .h2_txt {
  --txt-color: #0081ff;
}
.about_head__art {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .about_head__art {
    width: 34.9%;
    right: 2.6%;
    bottom: -88px;
  }
}
@media screen and (max-width: 1024px) {
  .about_head__art {
    width: 50%;
    max-width: 300px;
    right: 5%;
    bottom: 0px;
  }
}

.about_feature__grid {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .about_feature__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .about_feature__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}

body.page-about .page_content {
  padding-bottom: 0;
}

.timeline__dl {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.timeline__dt {
  position: relative;
  flex-shrink: 0;
}
.timeline__dt .timeline__dot {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: calc(50% - 9px);
}
.timeline__dt .timeline__dot.__blue {
  background-color: #0081FF;
}
.timeline__dt .timeline__dot.__red {
  background-color: #EA0000;
}
@media screen and (min-width: 1025px) {
  .timeline__dt {
    flex-basis: 170px;
    font-size: 40px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline__dt {
    flex-basis: 60px;
    font-size: 18px;
    padding-left: 10px;
  }
}

.timeline__dd {
  flex-grow: 1;
  background-color: #FFF;
  border: 1px solid #0081FF;
  border-radius: 6px;
}
@media screen and (min-width: 1025px) {
  .timeline__dd {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline__dd {
    padding: 15px;
  }
}

.timeline__h3 {
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .timeline__h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline__h3 {
    font-size: 18px;
  }
}

.about_history__timeline {
  border-left: 1px solid #99CDFF;
}
.about_history__timeline .timeline__dl:first-child::after,
.about_history__timeline .timeline__dl:last-child::after {
  display: block;
  width: 2px;
  height: calc(50% - 9px);
  background-color: #FFF;
  position: absolute;
  left: -1px;
  content: "";
}
.about_history__timeline .timeline__dl:first-child::after {
  top: 0;
}
.about_history__timeline .timeline__dl:last-child::after {
  bottom: 0;
}

.about_future__content {
  margin-left: auto;
}
.about_future__btns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .about_future {
    aspect-ratio: 1920/915;
  }
  .about_future__content {
    padding-top: 4.6875vw;
  }
  .about_future__h2 {
    font-size: clamp(32px, 3.2vw, 60px);
  }
  .about_future__btns {
    justify-content: flex-end;
    -moz-column-gap: 18px;
         column-gap: 18px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .about_future {
    height: 700px;
  }
  .about_future__content {
    padding-top: 50px;
  }
  .about_future__content .align_right {
    text-align: left;
  }
  .about_future__content p span {
    display: inline-block;
  }
  .about_future__h2 {
    font-size: 32px;
  }
  .about_future__btns {
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 25px;
  }
}

.page_slash {
  width: 100%;
  height: 100vw;
  position: absolute;
  left: 0;
  top: 100%;
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #99CDFF 50%, #99CDFF calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
}
@media screen and (max-width: 1024px) {
  .page_slash {
    display: none;
  }
}

.recruit_feature .page_h2 .h2_txt,
.recruit_feature .page_h2 .h2_sub_txt {
  width: -moz-fit-content;
  width: fit-content;
}
.recruit_feature .page_h2 .h2_txt.is-animated span {
  color: var(--txt-color);
}
.recruit_feature__container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .recruit_feature .page_h2 .h2_txt {
    font-size: clamp(45px, 3.9vw, 50px);
  }
  .recruit_feature__container {
    width: 500px;
  }
  .recruit_feature__img {
    width: 50%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  .recruit_feature__img img {
    display: block;
  }
  .recruit_feature__img .recruit_feature__img__1 {
    width: 100%;
    border-radius: 10px 0 0 10px;
  }
  .recruit_feature__img .recruit_feature__img__2 {
    width: 36.9%;
    position: absolute;
    left: -8%;
    bottom: -13%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_feature__container {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .recruit_feature__img {
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
    height: auto;
    position: relative;
  }
  .recruit_feature__img img {
    display: block;
  }
  .recruit_feature__img .recruit_feature__img__1 {
    width: 100%;
    border-radius: 10px;
  }
  .recruit_feature__img .recruit_feature__img__2 {
    width: 36.9%;
    position: absolute;
    right: 0;
    bottom: -20px;
  }
}

.recruit_career__container {
  display: flex;
}
.recruit_career__item {
  position: relative;
  border-left: 0.5px solid #2E2E2E;
}
.recruit_career__item::before {
  display: block;
  width: 0.5px;
  height: 60px;
  background-color: #EA0000;
  position: absolute;
  right: calc(100% + 0.5px);
  top: 0;
  content: "";
}
.recruit_career__img {
  margin-bottom: 20px;
}
.recruit_career__tags {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin-bottom: 20px;
}
.recruit_career__tags + p {
  line-height: 1.33;
}
.recruit_career__tag {
  background-color: #0081FF;
  border-radius: 4px;
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  padding-block: 9px;
  padding-inline: 1em;
}
.recruit_career .page_checklist {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .recruit_career__item {
    flex-basis: 50%;
    flex-shrink: 0;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 6%;
  }
  .recruit_career .link_button {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_career__container {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .recruit_career__item {
    flex-basis: 100%;
    padding-inline: 15px;
    padding-block: 15px;
  }
  .recruit_career .link_button {
    width: 100%;
  }
}

.recruit_numbers__grid, .recruit_numbers__benefits {
  display: flex;
  flex-wrap: wrap;
}
.recruit_numbers__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recruit_numbers__icon, .recruit_numbers__benefit__icon {
  width: var(--icon--width);
  height: 36px;
}
.recruit_numbers__num, .recruit_numbers__txt {
  font-weight: 700;
  line-height: 1;
}
.recruit_numbers__benefit__container {
  display: flex;
}
.recruit_numbers__benefit__ttl small {
  color: #2E2E2E;
  padding-left: 0.5em;
}
@media screen and (min-width: 1025px) {
  .recruit_numbers__grid, .recruit_numbers__benefits {
    justify-content: center;
    -moz-column-gap: 3.6%;
         column-gap: 3.6%;
    row-gap: 50px;
  }
  .recruit_numbers__grid {
    margin-bottom: 77px;
  }
  .recruit_numbers__card {
    flex-basis: 30%;
    flex-shrink: 0;
    height: 270px;
    justify-content: center;
  }
  .recruit_numbers__icon {
    margin-bottom: 20px;
  }
  .recruit_numbers__num {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .recruit_numbers__num em {
    font-size: clamp(70px, 6.944vw, 100px);
  }
  .recruit_numbers__txt {
    font-size: 20px;
  }
  .recruit_numbers__benefit {
    flex-basis: 30.8%;
    min-width: 340px;
    height: 139px;
  }
  .recruit_numbers__benefit__container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-block: 30px;
    padding-inline: 30px;
  }
  .recruit_numbers__benefit__icon {
    flex-shrink: 0;
  }
  .recruit_numbers__benefit__ttl {
    font-size: 24px;
  }
  .recruit_numbers__benefit__ttl small {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_numbers__grid, .recruit_numbers__benefits {
    justify-content: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 25px;
  }
  .recruit_numbers__grid {
    margin-bottom: 30px;
  }
  .recruit_numbers__card {
    flex-basis: 47.5%;
    flex-shrink: 0;
    height: 180px;
    justify-content: center;
    padding-inline: 10px;
  }
  .recruit_numbers__card.__w100 {
    flex-basis: 100%;
  }
  .recruit_numbers__icon {
    margin-bottom: 15px;
  }
  .recruit_numbers__num {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .recruit_numbers__num em {
    font-size: 50px;
  }
  .recruit_numbers__txt {
    font-size: 16px;
    text-align: center;
  }
  .recruit_numbers__txt span {
    display: inline-block;
  }
  .recruit_numbers__benefit {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
  .recruit_numbers__benefit__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-block: 20px;
    padding-inline: 5%;
  }
  .recruit_numbers__benefit__icon {
    flex-shrink: 0;
    margin-bottom: 15px;
  }
  .recruit_numbers__benefit__ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
  .recruit_numbers__benefit__ttl span {
    display: block;
    line-height: 1.33;
  }
  .recruit_numbers__benefit__ttl small {
    font-size: 12px;
    display: block;
  }
}

.article_job__link {
  display: flex;
}
.article_job__link .__link__btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.article_job__link .__link__btn .btn_arw {
  width: 13px;
}
.article_job__link .__link__btn .btn_arw svg {
  display: block;
  stroke: #0081FF;
}
@media screen and (min-width: 1025px) {
  .article_job + .page_h3 {
    margin-top: 50px;
  }
  .article_job + .article_job {
    margin-top: 25px;
  }
  .article_job__link {
    justify-content: space-between;
    align-items: center;
    padding-block: 40px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .article_job + .page_h3 {
    margin-top: 30px;
  }
  .article_job + .article_job {
    margin-top: 20px;
  }
  .article_job__link {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
    padding-block: 20px;
    padding-inline: 5%;
  }
  .article_job__link .__link__txt {
    flex-basis: 100%;
  }
}
@media (hover: hover) {
  .article_job__link:hover {
    opacity: 1;
    background-color: rgba(0, 129, 255, 0.1);
  }
}

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

.interview_article__img {
  aspect-ratio: 422/330;
  margin-bottom: 15px;
}
.interview_article__meta {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 10px;
}
.interview_article__tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding-block: 7px;
  padding-inline: 6px;
  border-radius: 3px;
  text-align: center;
}
.interview_article__title {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
.interview_article__h2, .interview_article__type {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .interview_article__h2 {
    font-size: 40px;
  }
  .interview_article__type {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_article__h2 {
    font-size: 24px;
  }
  .interview_article__type {
    font-size: 14px;
  }
}

.recruit_interview__slider .splide__arrow {
  background-color: #FFF;
  border-radius: 6px;
  opacity: 1;
}
.recruit_interview__slider .splide__arrow svg {
  width: 13px;
  stroke: #0081FF;
}
@media screen and (min-width: 1025px) {
  .recruit_interview__slider .splide__arrow {
    width: 50px;
    height: 50px;
    top: 165px;
  }
  .recruit_interview__slider .splide__arrow--prev {
    left: unset;
    right: calc(100% + 10px);
  }
  .recruit_interview__slider .splide__arrow--next {
    left: calc(100% + 10px);
    right: unset;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_interview__slider .splide__arrow {
    width: 30px;
    height: 30px;
    top: 137px;
  }
  .recruit_interview__slider .splide__arrow--prev {
    left: -15px;
  }
  .recruit_interview__slider .splide__arrow--next {
    right: -15px;
  }
}

.interview_head {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .interview_head {
    align-items: center;
    -moz-column-gap: 10%;
         column-gap: 10%;
    margin-bottom: 80px;
  }
  .interview_head__head {
    flex-grow: 1;
  }
  .interview_head__head .h2_txt {
    font-size: 36px;
  }
  .interview_head__img {
    flex-basis: 40%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .interview_head {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 20px;
  }
  .interview_head__head {
    flex-basis: 100%;
  }
  .interview_head__img {
    flex-basis: 100%;
  }
}

.interview_qa {
  background-color: #FFF;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
}
.interview_qa .interview_q {
  font-weight: 700;
  line-height: 1.5;
  background-color: rgba(0, 129, 255, 0.1);
  padding-block: 0.5em;
  padding-inline: 1em;
}
.interview_qa .interview_a {
  padding-block: 0.5em;
  padding-inline: 1em;
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .interview_qa + .interview_qa {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_qa + .interview_qa {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .company_table .__col1 {
    width: 40%;
  }
  .company_table .__col2 {
    width: 60%;
  }
  .company_table th, .company_table td {
    display: table-cell;
    width: auto;
  }
}

.company_board {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .company_board {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .company_board {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}

.company_card__icon {
  width: var(--icon--width);
}
.company_card__ttl {
  text-align: center;
}
.company_card__ttl em, .company_card__ttl span {
  display: inline-block;
  vertical-align: middle;
}
.company_card__ttl em {
  line-height: 1;
  padding-right: 0.25em;
}
.company_card__arw {
  width: 13px;
}
.company_card__arw svg {
  display: block;
  stroke: #0081FF;
}
@media screen and (min-width: 1025px) {
  .company_card {
    padding-block: 50px;
    padding-inline: 30px;
  }
  .company_card__icon {
    margin-bottom: 20px;
    margin-inline: auto;
  }
  .company_card__ttl {
    margin-bottom: 1em;
  }
  .company_card__ttl em {
    font-size: 64px;
  }
  .company_card__txt {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .company_card {
    padding-block: 20px;
    padding-inline: 20px;
  }
  .company_card__head {
    margin-bottom: 10px;
  }
  .company_card__icon {
    flex-basis: 33px;
    margin-inline: auto;
  }
  .company_card__ttl em {
    font-size: 44px;
  }
}

a.company_card .company_card__ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  a.company_card .company_card__ttl {
    justify-content: center;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 1024px) {
  a.company_card .company_card__head {
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  a.company_card .company_card__head .company_card__icon {
    margin: 0;
  }
  a.company_card .company_card__ttl {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media (hover: hover) {
  a.company_card:hover {
    opacity: 1;
    background-color: rgba(0, 129, 255, 0.1);
  }
}

.awards_block__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CACACA;
  background-color: #FFF;
}
.awards_block__eligib {
  font-weight: 700;
  flex-shrink: 0;
}
.awards_block__title {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .awards_block .page_h2 {
    margin-bottom: 20px;
  }
  .awards_block + .awards_block {
    margin-top: 50px;
  }
  .awards_block__item {
    padding-block: 15px;
  }
  .awards_block__icon {
    flex-basis: 33px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .awards_block__eligib {
    flex-basis: 350px;
    font-size: 20px;
  }
  .awards_block__title {
    flex-grow: 1;
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .awards_block .page_h2 {
    margin-bottom: 10px;
  }
  .awards_block + .awards_block {
    margin-top: 30px;
  }
  .awards_block__item {
    padding-block: 15px;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .awards_block__icon {
    flex-basis: 18px;
    margin-right: 12px;
  }
  .awards_block__eligib {
    flex-grow: 1;
    font-size: 16px;
  }
  .awards_block__title {
    flex-basis: 100%;
    font-size: 18px;
    padding-left: 30px;
  }
}

.article_location {
  border-bottom: 1px solid #CACACA;
  background-color: #FFF;
}
.article_location__link {
  display: flex;
  align-items: center;
  height: 100%;
}
.article_location__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: #FFF;
  border: 1px solid #0081FF;
  border-radius: 50%;
  position: relative;
}
.article_location__icon img {
  display: block;
  width: 18px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.article_location__ttl {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.article_location__link.link_disable .link_button {
  display: none;
}
.article_location__address span {
  display: inline-block;
  vertical-align: middle;
}
.article_location__address span svg {
  display: block;
  width: 11px;
  fill: #2E2E2E;
  margin-right: 6px;
}
@media screen and (min-width: 1025px) {
  .article_location {
    height: 90px;
  }
  .article_location__link {
    padding-inline: 1em;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .article_location__icon {
    margin-right: 20px;
  }
  .article_location__ttl {
    font-size: 18px;
    flex-basis: 360px;
    flex-shrink: 0;
  }
  .article_location__link {
    padding-inline: 1em;
  }
  .article_location__link.link_disable .article_location__ttl {
    flex-grow: 1;
  }
  .article_location__address {
    flex-grow: 1;
  }
  .article_location__link.link_disable .article_location__address {
    min-width: 446px;
  }
  .article_location__link.link_disable .article_location__address {
    flex-basis: 40%;
  }
  .article_location .link_button {
    flex-basis: 130px;
    flex-shrink: 0;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .article_location__link {
    flex-wrap: wrap;
    padding-block: 15px;
  }
  .article_location__icon {
    margin-right: 15px;
  }
  .article_location__ttl {
    font-size: 16px;
    flex-basis: 100%;
  }
  .article_location__address {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .article_location .link_button {
    flex-basis: 130px;
    height: 30px;
  }
}
@media (hover: hover) {
  .article_location__link:hover {
    opacity: 1;
    background-color: rgba(0, 129, 255, 0.1);
  }
}

.location_archive {
  border-top: 2px solid #2E2E2E;
}

@media screen and (min-width: 1025px) {
  .location_section .location_archive + .page_h3 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .location_section .location_archive + .page_h3 {
    margin-top: 30px;
  }
}

.location_nav {
  display: flex;
}
.location_nav__item {
  border: 1px solid #0081FF;
  border-radius: 6px;
  background-color: #FFF;
  color: #0081FF;
  font-weight: 700;
  text-align: center;
  padding-block: 0.5em;
}
.location_nav__item.__current {
  background-color: #0081FF;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .location_nav {
    justify-content: space-between;
    -moz-column-gap: 1%;
         column-gap: 1%;
    margin-bottom: 50px;
  }
  .location_nav__item {
    flex: 1;
  }
}

.location_terms {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}

.location_term {
  border: 1px solid #0081FF;
  border-radius: 6px;
  background-color: #FFF;
  padding-block: 0.5em;
  padding-left: 2em;
  padding-right: 0.5em;
  line-height: 1;
  text-align: center;
  position: relative;
}
.location_term .term_icon {
  display: block;
  width: 18px;
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1025px) {
  .location__img {
    width: 90%;
    max-width: 900px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1025px) {
  .location__info__dl dt {
    flex-basis: 180px;
  }
}

.location__content {
  padding-bottom: 0;
}

.business_gallery {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .business_gallery {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .business_gallery__img__1 {
    width: 50%;
    margin-left: 10%;
  }
  .business_gallery__img__2 {
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .business_gallery {
    margin-top: 30px;
  }
  .business_gallery__img__1 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .energy_quality__txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .energy_quality__txt {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .page_section.estate {
    padding-block: 100px;
  }
}

.estate_content {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .estate_content {
    border-radius: 16px;
    padding-block: 50px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .estate_content {
    border-radius: 10px;
    padding-block: 30px;
    padding-inline: 5%;
  }
}

.laundromat_nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.laundromat_nav__card {
  display: flex;
  align-items: center;
  height: 170px;
}
.laundromat_nav__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
  flex-grow: 1;
  height: 100%;
}
.laundromat_nav__logo {
  width: 116px;
  flex-shrink: 0;
}
.laundromat_nav__arw svg {
  display: block;
  stroke: #0081FF;
}
@media screen and (min-width: 1025px) {
  .laundromat_nav {
    margin-bottom: 80px;
  }
  .laundromat_nav__card {
    flex-basis: 420px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .laundromat_nav {
    margin-bottom: 40px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .laundromat_nav__card {
    flex-basis: 100%;
    max-width: 420px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-inline: 5%;
  }
}
@media (hover: hover) {
  .laundromat_nav__card:hover {
    opacity: 1;
    background-color: rgba(0, 129, 255, 0.1);
  }
}

.job_table {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .job_table .page_dl dt {
    flex-basis: 170px;
  }
}

.delivery_area {
  background-color: rgba(0, 129, 255, 0.1);
  font-weight: 700;
  line-height: 3;
  text-align: center;
  margin-bottom: 20px;
}

.delivery_gallery {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .delivery_gallery {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .delivery_gallery {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    margin-bottom: 20px;
  }
  .delivery_gallery__item {
    max-width: 500px;
    margin-inline: auto;
  }
}

.delivery_order {
  display: flex;
  justify-content: center;
}
.delivery_order__form {
  border: 1px solid #CACACA;
  border-radius: 6px;
  overflow: hidden;
  background-color: #FFF;
}
.delivery_order__title {
  font-weight: 700;
  text-align: center;
  line-height: 3;
}
.delivery_order__form.__first .delivery_order__title {
  background-color: rgba(0, 129, 255, 0.1);
}
.delivery_order__form.__repeat .delivery_order__title {
  background-color: rgba(242, 131, 1, 0.1);
}
.delivery_order__input {
  display: block;
  width: 100%;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 0.5em;
  border-width: 1px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .delivery_order {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .delivery_order__form {
    flex: 1;
  }
  .delivery_order__form.__first .delivery_order__content {
    display: flex;
    flex-direction: column;
  }
  .delivery_order__form.__first .delivery_order__content .__first__txt {
    flex-grow: 1;
  }
  .delivery_order__form.__repeat form {
    margin-top: 20px;
  }
  .delivery_order__content {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-inline: 5%;
    height: calc(100% - 54px);
  }
}
@media screen and (max-width: 1024px) {
  .delivery_order {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .delivery_order__form {
    flex-basis: 100%;
    max-width: 500px;
  }
  .delivery_order__content {
    padding-top: 16px;
    padding-bottom: 30px;
    padding-inline: 5%;
  }
}

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

.contact_caution {
  margin-inline: auto;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #2E2E2E;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.contact_caution a:hover {
  opacity: 1;
}
.contact_caution p {
  font-size: 16px;
  line-height: 2;
  color: #2E2E2E;
}
.contact_caution .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #0081FF;
  border-radius: 50%;
}
.contact_caution .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 {
  transform: translateY(-2px) rotate(45deg);
}
.contact_caution.is-open .expand_btn::before {
  transform: translateY(2px) rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .contact_caution {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution a {
    font-size: 24px;
  }
  .contact_caution .expand_btn {
    right: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution a {
    font-size: 20px;
  }
  .contact_caution .expand_btn {
    right: 16px;
    top: 32px;
  }
}

.contact_confirm {
  margin-inline: 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;
  background-color: #FFF;
}
.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 .form_title .__note {
  display: inline-block;
  font-size: 12px;
}
.contactform_table td {
  vertical-align: middle;
}
.contactform_table .td__flex {
  display: flex;
}
.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 .wpcf7-form-control-wrap {
    flex: 1;
  }
  .contactform_table.confirm .td__flex {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@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;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .contactform_table .td__flex .wpcf7-form-control-wrap {
    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-checkbox {
  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-checkbox label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-checkbox 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: #EA0000;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.form_accept {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  text-align: center;
}
.form_accept_head {
  margin-bottom: 1.5em;
  padding: 0 1em;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #0081FF;
}
.form_accept_check {
  position: relative;
}
.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 #0081FF;
  color: #0081FF;
  transition: all ease 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover, .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    background-color: #FFF;
    color: #0081FF;
  }
}
.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: #0081FF;
  color: #FFF;
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #0081FF;
}

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

.complete_message {
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    margin-bottom: 30px;
  }
}

.entry_complete .c-text + .page_h3 {
  margin-top: 50px;
}

@media screen and (min-width: 1025px) {
  .page_thanks {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .page_thanks {
    padding-bottom: 55px;
  }
}
.page_thanks .link_button {
  width: 200px;
}
@media screen and (min-width: 1025px) {
  .page_thanks .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_thanks .link_button {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */