@charset "UTF-8";
html {
  scroll-behavior: smooth; /* スムーススクロール */
  scroll-padding-top: 80px; /* ヘッダーの高さ + アルファ */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.57;
  letter-spacing: 0.04em;
  color: #595757;
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
body:has(.site-header #toggle-menu-btn:checked), body:has(.modal_window.is-open), body:has(.lum-lightbox.lum-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%;
}

svg {
  display: block;
  width: 100%;
}

iframe {
  width: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.33;
  font-weight: 700;
}
h1 span, h2 span, h3 span, h4 span {
  display: inline-block;
}

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_green {
  color: #17969A;
}

.color_red {
  color: #DB4D1F;
}

.color_white {
  color: #FFF;
}

.bg_white {
  background-color: #FFF;
}

.bg_gray {
  background-color: #F5F6F6;
}

.color_main {
  color: #1DADE5;
}

.color_blue {
  color: #CCEFFB;
}

.bg_main {
  background-color: #1DADE5;
  color: #FFF;
}

.bg_blue {
  background-color: #E5F7FD;
}

.bg_grad {
  background: linear-gradient(var(--angle, 45deg), rgb(0, 176, 235) 0.76%, rgb(4, 177, 231) 12.82%, rgb(17, 179, 220) 25.3%, rgb(37, 183, 200) 37.97%, rgb(66, 189, 173) 50.77%, rgb(104, 197, 138) 63.68%, rgb(150, 206, 96) 76.68%, rgb(203, 216, 46) 89.51%, rgb(252, 226, 0) 100%);
}

.text_grad {
  background: linear-gradient(var(--angle, 45deg), rgb(0, 176, 235) 0.76%, rgb(4, 177, 231) 12.82%, rgb(17, 179, 220) 25.3%, rgb(37, 183, 200) 37.97%, rgb(66, 189, 173) 50.77%, rgb(104, 197, 138) 63.68%, rgb(150, 206, 96) 76.68%, rgb(203, 216, 46) 89.51%, rgb(252, 226, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.__bold {
  font-weight: 700;
}

.__medium {
  font-weight: 500;
}

.font_en {
  font-family: "Outfit", 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;
}

.lh20 {
  line-height: 2;
}

.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: 1200px;
    min-width: 960px;
  }
  .container.__wide {
    width: 90%;
    max-width: 1728px;
  }
  .container.__w1280 {
    max-width: 1280px;
  }
}
@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.__zoom {
  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.__zoom {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #1DADE5;
  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: center;
  position: relative;
  transition: all ease-in-out 0.5s;
}
.link_button * {
  transition: all ease 0.5s;
}
.link_button .btn_txt {
  font-weight: 700;
  position: relative;
}
.link_button .btn_icon {
  width: var(--icon--width, 20px);
  height: 15px;
  margin-right: 15px;
}
.link_button .btn_icon svg {
  width: 100%;
}
.link_button .btn_arw {
  width: 30px;
  height: 20px;
  border: 1px solid #FFF;
  border-radius: 10px;
  position: absolute;
  right: 21px;
  top: calc(50% - 10px);
}
.link_button .btn_arw svg {
  width: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.link_button .btn_arw, .link_button .btn_icon {
  flex-shrink: 0;
}
.link_button .btn_arw svg, .link_button .btn_icon svg {
  display: block;
}
.link_button .btn_icon svg {
  width: var(--icon--width, 20px);
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button.btn_center .btn_txt {
  flex-grow: 1;
  text-align: center;
}
.link_button.btn_grad {
  background: linear-gradient(45deg, #1DADE5 0%, #1DADE5 25%, #F8E341 50%, #1DADE5 75%, #1DADE5 100%);
  background-size: 200% 100%;
}
.link_button.btn_grad .btn_txt {
  color: #FFF;
}
.link_button.btn_grad .btn_icon svg, .link_button.btn_grad .btn_arw svg {
  stroke: #FFF;
}
.link_button.btn_wize {
  background: linear-gradient(45deg, #17969A 0%, #17969A 25%, #E78C13 50%, #17969A 75%, #17969A 100%);
  background-size: 200% 100%;
}
.link_button.btn_wize .btn_txt {
  color: #FFF;
}
.link_button.btn_wize .btn_icon svg, .link_button.btn_wize .btn_arw svg {
  stroke: #FFF;
}
.link_button.grad_border {
  background: linear-gradient(45deg, #1DADE5 0%, #1DADE5 25%, #F8E341 50%, #1DADE5 75%, #1DADE5 100%);
  background-size: 200% 100%;
  padding: 3px;
  overflow: hidden;
}
.link_button.grad_border .btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #FFF;
  position: relative;
}
.link_button.grad_border .btn_arw {
  background-color: #1DADE5;
}
.link_button.grad_border .btn_arw svg {
  stroke: #FFF;
}
.link_button.btn_white {
  border: 1px solid #1DADE5;
  background-color: #FFF;
}
.link_button.btn_white .btn_txt {
  color: #1DADE5;
}
.link_button.btn_white .btn_arw {
  background-color: #1DADE5;
}
.link_button.btn_white .btn_arw svg {
  stroke: #FFF;
}
.link_button.btn_back {
  border: 1px solid #1DADE5;
  background-color: #FFF;
}
.link_button.btn_back .btn_arw {
  border-color: #1DADE5;
  right: unset;
  left: 21px;
  transform: scaleX(-1);
}
.link_button.btn_back .btn_arw svg {
  stroke: #1DADE5;
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 324px;
    max-width: 100%;
    height: 72px;
    border-radius: 36px;
  }
  .link_button .btn_inner {
    border-radius: 33px;
  }
  .link_button .btn_txt {
    font-size: 18px;
  }
  .link_button.btn_white {
    width: 300px;
    height: 50px;
  }
  .link_button.btn_white .btn_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 100%;
    max-width: 260px;
    height: 58px;
    border-radius: 29px;
    margin-inline: auto;
  }
  .link_button .btn_inner {
    border-radius: 26px;
  }
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
  .link_button.btn_grad:hover, .link_button.btn_wize:hover {
    background-position: 100% 0;
  }
  .link_button.btn_grad:hover .btn_arw, .link_button.btn_wize:hover .btn_arw {
    background-color: #FFF;
  }
  .link_button.btn_grad:hover .btn_arw svg, .link_button.btn_wize:hover .btn_arw svg {
    stroke: #1DADE5;
  }
  .link_button.grad_border:hover .btn_inner {
    background-color: transparent;
  }
  .link_button.grad_border:hover .btn_txt {
    color: #FFF;
  }
  .link_button.grad_border:hover .btn_arw {
    background-color: #FFF;
  }
  .link_button.grad_border:hover .btn_arw svg {
    stroke: #1DADE5;
  }
  .link_button.btn_back:hover .btn_arw {
    background-color: #1DADE5;
  }
  .link_button.btn_back:hover .btn_arw svg {
    stroke: #FFF;
  }
  .link_button.btn_white:hover {
    background-color: #1DADE5;
  }
  .link_button.btn_white:hover .btn_txt {
    color: #FFF;
  }
  .link_button.btn_white:hover .btn_arw {
    background-color: #FFF;
  }
  .link_button.btn_white:hover .btn_arw svg {
    stroke: #1DADE5;
  }
}

a .link_button {
  pointer-events: none;
}

@media (hover: hover) {
  a:has(.link_button):hover {
    opacity: 1;
  }
}
.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 {
    line-height: 2;
  }
}
@media screen and (max-width: 1024px) {
  .c-text {
    line-height: 1.88;
  }
}
.c-text + .c-text {
  margin-top: 1em;
}
.c-text span {
  display: inline-block;
}

.c-icon {
  display: inline-block;
  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 #F5F6F6;
  line-height: 1.5;
}
.c-table th {
  font-weight: 600;
}
.c-table td {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    padding-block: 26px;
    padding-inline: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    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;
  flex-shrink: 0;
  animation: scroll-left 60s infinite linear 1s both;
}
.loop_slider__item {
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .loop_slider {
    animation-duration: 40s;
  }
}

@keyframes scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (max-width: 1024px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
.c-card {
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
  text-align: center;
}
.c-card__ttl {
  font-weight: 600;
}
.c-card__num {
  position: relative;
}
.c-card__num::before {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(113, 115, 40, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
}
.c-card__num span {
  display: inline-block;
  position: relative;
  padding-inline: 2em;
}
@media screen and (min-width: 1025px) {
  .c-card {
    padding-inline: 5%;
    padding-top: 43px;
    padding-bottom: 50px;
  }
  .c-card__ttl {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .c-card__txt {
    font-size: 15px;
  }
  .c-card__num {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .c-card {
    padding-inline: 5%;
    padding-block: 18px;
  }
  .c-card__ttl {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .c-card__txt {
    font-size: 12px;
  }
  .c-card__num {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1025px) {
  .box_shadow {
    box-shadow: 10px 10px var(--blur, 20px) rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1024px) {
  .box_shadow {
    box-shadow: 5px 5px var(--blur, 20px) rgba(0, 0, 0, 0.2);
  }
}

.txt_shadow {
  position: relative;
}
.txt_shadow__front {
  display: block;
  position: relative;
  z-index: 2;
}
.txt_shadow__shadow {
  display: block;
  color: #000;
  filter: blur(12px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-weight: 700;
}

.lum-lightbox.lum-open {
  z-index: 1001;
}

@media (max-width: 460px) {
  .lum-lightbox-inner img {
    max-height: 100%;
    max-width: 100%;
  }
}
.lum-lightbox-position-helper {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .lum-lightbox-position-helper {
    width: 80vw;
  }
}

.lum-close-button {
  right: calc(10vw - 32px);
  top: 2.5%;
  opacity: 1;
  cursor: pointer;
}

.circleText {
  overflow: visible;
  animation: rotation 60s linear infinite;
}
.circleText__circle {
  fill: none;
}
.circleText__text {
  fill: #1DADE5;
  font-size: 34px;
}
.circleText__text tspan {
  fill: #F8E341;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.diamond {
  --angle: 0deg;
  border-radius: 10px;
  text-align: center;
  transform: rotate(45deg);
}
.diamond span {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .diamond {
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .diamond {
    width: 40px;
    height: 40px;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .site-header {
    padding-inline: 3.125%;
    padding-top: 15px;
  }
}
.site-header .header_container {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
}
.site-header .header_container__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    height: 80px;
    border-radius: 40px;
  }
  .site-header .header_container__inner {
    padding-inline: 3.1%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    height: 60px;
    padding-inline: 5%;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 22%;
    max-width: 370px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 222px;
  }
}
.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: space-evenly;
  -moz-column-gap: 5%;
       column-gap: 5%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1499px) {
  .site-header .main-navigation .main_menu {
    justify-content: flex-end;
  }
}
.site-header .main-navigation .main_menu > .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .main-navigation .main_menu > .menu-item > a {
  font-size: clamp(14px, 1.06vw, 16px);
  line-height: 3;
  position: relative;
  display: inline-block;
}
.site-header .main-navigation .main_menu > .menu-item > a::before {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #D2EFFA;
  border-radius: 50%;
  position: absolute;
  --position: clamp(5px, 0.666vw, 10px);
  right: calc(100% + var(--position));
  top: calc(50% - 5px);
  content: "";
}
.site-header .main-navigation .main_menu > .menu-item .btn_arw {
  display: none;
}
.site-header .main-navigation .menu-item.__pc__none {
  display: none;
}
.site-header .main-navigation .header_cta {
  flex-basis: 15.17%;
  max-width: 200px;
  min-width: 160px;
  flex-shrink: 0;
}
.site-header .main-navigation .header_cta .link_button {
  height: 50px;
}
.site-header .main-navigation .header_cta .link_button .btn_txt {
  font-size: 16px;
}
.site-header .menu-item a {
  cursor: pointer;
}
@media (hover: hover) {
  .site-header .main-navigation .main_menu > .menu-item > a:hover {
    opacity: 1;
  }
  .site-header .main-navigation .main_menu > .menu-item:hover > a {
    color: #1DADE5;
  }
}
@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: 30px;
    height: 18px;
    position: relative;
  }
  .site-header .main_menu_btn ._mobile_menu_btn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    background-color: #1DADE5;
    transition: all 0.5s;
    transform-origin: right;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
    top: 0%;
    width: 100%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
    top: calc(50% - 0.5px);
    width: 100%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar3 {
    top: 100%;
    width: 100%;
  }
  .site-header .main_menu_btn:active {
    border: none;
  }
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._menu_bar {
  --angle: atan2(18, 30);
  width: calc(100% / cos(var(--angle)));
}
.site-header #toggle-menu-btn:checked ~ .header_container ._menu_bar._bar1 {
  transform: rotate(calc(-1 * var(--angle)));
}
.site-header #toggle-menu-btn:checked ~ .header_container ._menu_bar._bar2 {
  width: 0;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._menu_bar._bar3 {
  transform: rotate(var(--angle));
}
.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: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window {
    display: none;
  }
}
.site-header .mobile_modal_window .modal_inner {
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-inline: 5%;
}
.site-header .mobile_modal_window .modal_nav .main_menu {
  margin-bottom: 20px;
}
.site-header .mobile_modal_window .modal_nav .main_menu > .menu-item {
  border-bottom: 1px dotted #1DADE5;
}
.site-header .mobile_modal_window .modal_nav .main_menu > .menu-item a {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  padding-block: 25px;
  padding-left: 35px;
  position: relative;
}
.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 > .menu-item .btn_arw {
  display: inline-block;
  width: 30px;
  height: 20px;
  border: 1px solid #1DADE5;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
.site-header .mobile_modal_window .modal_nav .main_menu > .menu-item .btn_arw svg {
  width: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
  stroke: #1DADE5;
}
.site-header .mobile_modal_window .header_cta {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.site-header .mobile_modal_window .header_cta .link_button {
  max-width: 100%;
  height: 80px;
  border-radius: 0;
}
.site-header .mobile_modal_window .header_cta .link_button .btn_txt {
  font-size: 20px;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  height: 100vh;
  height: 100dvh;
}
@media (hover: hover) {
  .site-header .header_cta_btn:hover {
    opacity: 1;
  }
}

body.page-service .main-navigation .main_menu .menu_service > a,
body.page-purpose .main-navigation .main_menu .menu_purpose > a,
body.page-public-cultural .main-navigation .main_menu .menu_purpose > a,
body.page-welfare-educational .main-navigation .main_menu .menu_purpose > a,
body.page-media-event .main-navigation .main_menu .menu_purpose > a,
body.page-company .main-navigation .main_menu .menu_company > a,
body.page-wizefloor .main-navigation .main_menu .menu_wizefloor > a,
body.post-type-archive-works .main-navigation .main_menu .menu_works > a,
body.tax-works-cat .main-navigation .main_menu .menu_works > a,
body.single-works .main-navigation .main_menu .menu_work > a {
  color: #1DADE5;
}

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

.site-footer {
  position: relative;
}
.site-footer .home_link {
  margin-inline: auto;
}
.site-footer .footer_txt {
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_nav__l1, .site-footer .footer_nav__l2 {
  white-space: nowrap;
}
.site-footer .footer_nav__l1 {
  letter-spacing: 0.28em;
}
.site-footer .footer_bottom__container {
  display: flex;
}
.site-footer .footer_copyright {
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    padding-block: 70px;
  }
  .site-footer .home_link {
    width: 130px;
    margin-bottom: 25px;
  }
  .site-footer .footer_txt {
    font-size: 20px;
  }
  .site-footer .footer_nav {
    justify-content: space-between;
    margin-top: 84px;
    padding-inline: 3.5%;
  }
  .site-footer .footer_nav__l1 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .site-footer .footer_nav__l2 {
    margin-bottom: 0.5em;
  }
  .site-footer .footer_bottom__container {
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 75px;
    border-top: 1px solid #CDCECE;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_container {
    padding-top: 30px;
    padding-bottom: 48px;
  }
  .site-footer .home_link {
    width: 104px;
    margin-bottom: 20px;
  }
  .site-footer .footer_txt {
    font-size: 16px;
  }
  .site-footer .footer_nav {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    margin-top: 40px;
  }
  .site-footer .footer_nav__menu {
    flex-basis: 100%;
  }
  .site-footer .footer_nav__menu.__w50 {
    flex-basis: 50%;
  }
  .site-footer .footer_nav__l1 {
    margin-bottom: 8px;
  }
  .site-footer .footer_nav__l2 {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  .site-footer .footer_bottom__container {
    flex-direction: column;
    justify-content: center;
    row-gap: 12px;
    width: 100%;
    height: 94px;
    border-top: 1px solid #CDCECE;
    padding-left: 30px;
  }
  .site-footer .footer_bottom__container .footer_privacy {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .site-footer .footer_nav__l2:hover {
    color: #1DADE5;
  }
}

.cta_button {
  display: flex;
  background-color: #FFF;
  border-radius: 6px;
}
.cta_button .btn_txt {
  font-weight: 700;
  line-height: 1.3;
  color: #1DADE5;
}
.cta_button .btn_txt .txt_sm {
  font-weight: 400;
  color: #595757;
}
@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: #1DADE5;
  }
  .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: #1DADE5;
  }
  .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: #1DADE5;
  }
  .cta_button:hover .btn_icon svg {
    fill: #FFF;
  }
  .cta_button:hover .btn_txt {
    color: #FFF;
  }
  .cta_button:hover .btn_txt .txt_sm {
    color: #FFF;
  }
}

.footer_cta__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.footer_cta__motif {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .footer_cta__bg {
    height: 680px;
  }
  .footer_cta .page_h2 .h2_txt {
    font-size: clamp(32px, 3.06vw, 46px);
  }
  .footer_cta__motif {
    width: 31.5%;
    top: 0;
    left: 100%;
    transform: translateX(-50%);
  }
  .footer_cta .link_button {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_cta {
    overflow-x: hidden;
  }
  .footer_cta__bg {
    height: 100%;
  }
  .footer_cta__motif {
    width: 151px;
    top: -44px;
    right: calc(45% - 50vw);
  }
}

.top_section {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: hidden;
}
.top_section.pt0 {
  padding-top: 0;
}
.top_section.pb0 {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top_section {
    padding-block: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

.top_mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top_mv__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.top_mv__catch {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
.top_mv__catch__txt {
  position: relative;
  z-index: 2;
}
.top_mv__motif__left, .top_mv__motif__right, .top_mv__letter {
  position: absolute;
  z-index: 1;
}
.top_mv .splide__track {
  height: 100%;
}
.top_mv {
  /* ズーム */
}
.top_mv .splide__slide img {
  transition: 7s ease-out;
}
.top_mv .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    height: 100vh;
    min-height: 740px;
    max-height: 1080px;
  }
  .top_mv__container {
    width: 90%;
    margin-inline: auto;
    padding-bottom: 50px;
  }
  .top_mv__catch {
    font-size: 48px;
    margin-bottom: 45px;
    position: relative;
  }
  .top_mv__txt {
    font-size: 20px;
  }
  .top_mv__motif__left {
    width: 209px;
    left: calc(-5% - 10px);
    bottom: calc(100% + 19px);
  }
  .top_mv__motif__right {
    width: 13.59%;
    right: -1.4%;
    top: 54.16%;
  }
  .top_mv__letter {
    width: 34.19%;
    min-width: 470px;
    right: 4.58%;
    bottom: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    height: 100vh;
    max-height: 600px;
  }
  .top_mv__container {
    width: 90%;
    margin-inline: auto;
    padding-bottom: 20px;
  }
  .top_mv__catch {
    font-size: clamp(26px, 6.66vw, 48px);
    margin-bottom: 20px;
    position: relative;
  }
  .top_mv__txt {
    font-size: clamp(14px, 3.58vw, 20px);
  }
  .top_mv__motif__right, .top_mv__letter {
    display: none;
  }
  .top_mv__motif__left {
    width: 209px;
    left: calc(-5% - 100px);
    bottom: calc(100% + 120px);
  }
}

.top_appeal__container {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_appeal {
    padding-top: 58px;
    padding-bottom: 45px;
  }
  .top_appeal__container {
    width: 100%;
    height: 170px;
  }
  .top_appeal__item {
    flex: 1;
    border-right: 1px solid #595757;
    padding-inline: 0.5%;
    text-align: center;
  }
  .top_appeal__item:last-child {
    border-right: none;
  }
  .top_appeal__icon {
    width: 60px;
    margin-inline: auto;
    margin-bottom: 8px;
  }
  .top_appeal__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .top_appeal__container {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    flex-wrap: wrap;
  }
  .top_appeal__item {
    flex-basis: 100%;
    border-bottom: 1px solid #595757;
    padding-block: 20px;
    display: flex;
    align-items: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .top_appeal__item:last-child {
    border-bottom: none;
  }
  .top_appeal__icon {
    width: 48px;
    flex-shrink: 0;
  }
  .top_appeal__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.top_h3__ja, .top_h3__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.top_h3__en {
  color: #1DADE5;
  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;
}
.top_news__archive .news_article__link {
  display: block;
}
.top_news__archive .news_article__link .btn_arw {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
@media screen and (min-width: 1025px) {
  .top_news__container {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .top_news__head {
    flex-basis: 324px;
    flex-shrink: 0;
  }
  .top_news__head .link_button {
    margin-top: 80px;
  }
  .top_news__archive {
    flex-grow: 1;
  }
  .top_news__archive .news_article__link .news_article__meta {
    margin-bottom: 20px;
  }
  .top_news .link_button.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding-bottom: 0;
  }
  .top_news__container {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .top_news__head {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .top_news__archive {
    flex-basis: 100%;
  }
  .top_news .link_button.__pc {
    display: none;
  }
}

.top_philosophy__circle {
  position: absolute;
  z-index: 1;
}
.top_philosophy .page_h2, .top_philosophy__txt {
  position: relative;
  z-index: 2;
}
.top_philosophy > .container {
  z-index: 2;
}
.top_philosophy__gallery {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: hidden;
}
.top_philosophy__gallery .loop_slider {
  height: 100%;
}
.top_philosophy__gallery .loop_slider__item.__portrait {
  aspect-ratio: 3/2;
}
.top_philosophy__gallery .loop_slider__item.__square {
  aspect-ratio: 1/1;
}
.top_philosophy__gallery .loop_slider img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate3d(0, 0, 0);
}
.top_philosophy__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(98, 179, 223) 0%, rgba(106, 182, 221, 0.88) 10.07%, rgba(126, 191, 214, 0.69) 25.32%, rgba(161, 206, 203, 0.46) 43.85%, rgba(208, 227, 189, 0.21) 64.76%, rgba(251, 246, 175, 0) 81.7%);
}
.top_philosophy__motif1, .top_philosophy__motif2 {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .top_philosophy__txt {
    width: 58%;
  }
  .top_philosophy__circle {
    width: 44%;
    top: -20px;
    right: -4vw;
  }
  .top_philosophy__gallery {
    height: 300px;
    margin-top: 75px;
  }
  .top_philosophy__gallery .loop_slider {
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 2370px;
    padding-right: 20px;
  }
  .top_philosophy__bg {
    height: 100%;
  }
  .top_philosophy__motif1 {
    width: 35.4%;
    left: 0;
    bottom: 330px;
  }
  .top_philosophy__motif2 {
    width: 48.6%;
    right: 5.1%;
    bottom: 215px;
  }
}
@media screen and (max-width: 1024px) {
  .top_philosophy__bg {
    height: calc(100% - 160px);
  }
  .top_philosophy__motif1 {
    width: 62.5%;
    left: -7px;
    bottom: 6px;
  }
  .top_philosophy__motif2 {
    width: 86.1%;
    left: 37.9%;
    bottom: 209px;
  }
  .top_philosophy__circle {
    width: 255px;
    top: 0;
    left: 57%;
  }
  .top_philosophy__gallery {
    height: 180px;
    margin-top: 30px;
  }
  .top_philosophy__gallery .loop_slider {
    -moz-column-gap: 12px;
         column-gap: 12px;
    width: 1422px;
    padding-right: 12px;
  }
}

.top_company {
  position: relative;
}
.top_company__head {
  writing-mode: vertical-rl;
  position: absolute;
}
.top_company__head p {
  height: -moz-max-content;
  height: max-content;
  font-weight: 700;
  margin-right: 16px;
  padding-bottom: 0.25em;
}
.top_company__h2 {
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 400;
}
.top_company__bg__ellipse {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
}
.top_company__bg__ellipse.__upper {
  top: -1px;
}
.top_company__bg__ellipse.__lower {
  bottom: 0;
  transform: scaleY(-1);
}
@media screen and (min-width: 1025px) {
  .top_company {
    padding-bottom: 210px;
    padding-top: 40px;
  }
  .top_company__head {
    top: 0;
    left: 8.5%;
  }
  .top_company__head p {
    font-size: clamp(32px, 3.06vw, 46px);
  }
  .top_company__body {
    width: 58.33%;
    padding-right: 8.5%;
    margin-left: auto;
  }
  .top_company__h2 {
    font-size: clamp(60px, 5.7vw, 110px);
    margin-bottom: 75px;
  }
  .top_company .link_button {
    margin-top: 94px;
  }
}
@media screen and (max-width: 1024px) {
  .top_company {
    padding-bottom: 77px;
    padding-top: 228px;
    margin-top: 158px;
  }
  .top_company__head {
    bottom: calc(100% + 27px);
    left: 50%;
    transform: translateX(-50%);
  }
  .top_company__head p {
    font-size: 30px;
  }
  .top_company__h2 {
    font-size: 50px;
    color: #FFF;
    text-align: center;
    margin-bottom: 16px;
  }
  .top_company .link_button {
    margin-top: 20px;
  }
}

.top_service__container {
  position: relative;
  z-index: 1;
}
.top_service__body {
  position: relative;
  z-index: 1;
}
.top_service__body__bg {
  position: absolute;
  height: 100%;
  background-color: #FFF;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.top_service__container.__left .top_service__body__bg {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.top_service__container.__right .top_service__body__bg {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.top_service__head {
  position: absolute;
}
.top_service__head__arch {
  transform: rotate(-75deg);
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
}
.top_service__head__arch path {
  fill: none;
}
.top_service__head__arch text {
  fill: #1DADE5;
  font-size: 16px;
}
.top_service__head__num {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  position: absolute;
  inset: 0;
  margin: auto;
}
.top_service__body__content {
  position: relative;
}
.top_service__img {
  position: absolute;
  z-index: 1;
}
.top_service__img::before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(90deg, rgba(98, 179, 223, 0.5) 0%, rgba(104, 182, 221, 0.5) 12.74%, rgba(122, 189, 216, 0.5) 30.19%, rgba(151, 202, 206, 0.5) 50.35%, rgba(191, 220, 194, 0.5) 72.56%, rgba(242, 242, 178, 0.5) 96.18%, rgba(251, 246, 175, 0.5) 100%);
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
}
.top_service__img img {
  position: relative;
}
.top_service__motif {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_service .page_h2 {
    position: relative;
    z-index: 2;
  }
  .top_service .page_h2 + .c-text {
    width: 50%;
  }
  .top_service__container.__service1 {
    margin-top: 100px;
  }
  .top_service__container.__service1 .top_service__img {
    top: -129px;
  }
  .top_service__container.__service1 .top_service__motif {
    width: 48.33%;
    top: -473px;
    right: -12.9%;
  }
  .top_service__container.__service2 {
    margin-top: 130px;
    z-index: 3;
  }
  .top_service__container.__service2 .top_service__img {
    top: -79px;
  }
  .top_service__container.__service2 .top_service__motif {
    width: 66.33%;
    top: -50px;
    left: -23.33%;
  }
  .top_service__container.__service3 {
    margin-top: 180px;
    z-index: 2;
  }
  .top_service__container.__service3 .top_service__img {
    top: -129px;
  }
  .top_service__container.__service3 .top_service__motif {
    width: 71.83%;
    top: -72px;
    right: -37.33%;
  }
  .top_service__container.__service4 {
    margin-top: 90px;
    margin-bottom: 64px;
  }
  .top_service__container.__service4 .top_service__img {
    top: -37px;
  }
  .top_service__container.__service4 .top_service__motif {
    width: 36.83%;
    top: 270px;
    left: 18%;
    z-index: 2;
  }
  .top_service__body {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .top_service__body__bg {
    width: 100%;
    top: 0;
  }
  .top_service__body__content .c-text {
    max-width: 500px;
  }
  .top_service__container.__left .top_service__body {
    padding-left: 7%;
  }
  .top_service__container.__left .top_service__body__bg {
    left: calc(50% - 50vw);
  }
  .top_service__container.__left .top_service__head {
    left: 7%;
  }
  .top_service__container.__right .top_service__body {
    padding-left: 52%;
  }
  .top_service__container.__right .top_service__body__bg {
    right: calc(50% - 50vw);
  }
  .top_service__container.__right .top_service__head {
    left: 52%;
  }
  .top_service__head {
    width: 120px;
    height: 120px;
    top: -60px;
  }
  .top_service__head__num {
    font-size: 84px;
  }
  .top_service__h3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .top_service__img {
    width: 40%;
  }
  .top_service__container.__left .top_service__img {
    right: 3.9%;
  }
  .top_service__container.__right .top_service__img {
    left: 3.9%;
  }
}
@media screen and (max-width: 1024px) {
  .top_service .page_h2 {
    position: relative;
    z-index: 2;
  }
  .top_service__container {
    margin-top: 205px;
  }
  .top_service__container .top_service__img {
    top: calc(100% - 20px);
  }
  .top_service__container.__service1 {
    margin-top: 95px;
    z-index: 3;
  }
  .top_service__container.__service1 .top_service__motif {
    width: 223px;
    top: -135px;
    right: -60px;
  }
  .top_service__container.__service2 {
    z-index: 2;
  }
  .top_service__container.__service2 .top_service__motif {
    width: 231px;
    top: -230px;
    left: -103px;
  }
  .top_service__container.__service3 .top_service__motif {
    width: 338px;
    top: -187px;
    right: -150px;
  }
  .top_service__container.__service4 .top_service__motif {
    width: 173px;
    top: calc(100% - 86px);
    right: -45px;
    z-index: 2;
  }
  .top_service__container.__service4 .top_service__img {
    z-index: 3;
  }
  .top_service__body {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .top_service__body__bg {
    width: calc(50% + 50vw);
    top: 0;
  }
  .top_service__container.__left .top_service__body__bg {
    left: calc(50% - 50vw);
  }
  .top_service__container.__left .top_service__head {
    left: 0;
  }
  .top_service__container.__right .top_service__body {
    padding-left: 46px;
  }
  .top_service__container.__right .top_service__body__bg {
    right: calc(50% - 50vw);
  }
  .top_service__container.__right .top_service__head {
    left: 0;
  }
  .top_service__head {
    width: 53px;
    height: 53px;
    top: -27px;
  }
  .top_service__head__num {
    font-size: 46px;
  }
  .top_service__h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .top_service__img {
    width: 269px;
  }
  .top_service__container.__left .top_service__img {
    right: 0;
  }
  .top_service__container.__right .top_service__img {
    left: 0;
  }
  .top_service .link_button {
    margin-top: 190px;
  }
}

.top_purpose__bg {
  position: absolute;
  z-index: 1;
}
.top_purpose__container {
  display: flex;
}
.top_purpose__item {
  border: 1px solid #CDCECE;
  border-radius: 20px;
  background-color: #FFF;
}
.top_purpose__icon {
  position: relative;
  margin-inline: auto;
}
.top_purpose__icon__tag {
  overflow: visible;
  position: absolute;
}
.top_purpose__title {
  text-align: center;
  position: relative;
}
.top_purpose__title::after {
  display: block;
  height: 2px;
  background-color: #1DADE5;
  position: absolute;
  content: "";
}
@media screen and (min-width: 1025px) {
  .top_purpose__bg {
    width: 66%;
    right: 0;
    top: 85px;
  }
  .top_purpose__container {
    -moz-column-gap: 2.4%;
         column-gap: 2.4%;
    margin-top: 20px;
  }
  .top_purpose__item {
    flex: 1;
    padding-inline: 2.5%;
    padding-top: 42px;
    padding-bottom: 21px;
    display: flex;
    flex-direction: column;
  }
  .top_purpose__icon {
    width: 40px;
    margin-bottom: 15px;
  }
  .top_purpose__icon__tag {
    width: 96px;
    height: 96px;
    left: calc(50% - 48px);
    bottom: -48px;
    transform: rotate(-38deg);
  }
  .top_purpose__icon__tag text {
    font-size: 16px;
  }
  .top_purpose__icon__tag.__sp {
    display: none;
  }
  .top_purpose__title {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .top_purpose__title::after {
    width: 60px;
    left: calc(50% - 30px);
    top: calc(100% + 20px);
  }
  .top_purpose__txt {
    height: 160px;
  }
  .top_purpose__check {
    flex-grow: 1;
    margin-bottom: 15px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .top_purpose__bg {
    width: 100%;
    right: 0;
    top: 187px;
  }
  .top_purpose__container {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    margin-top: 114px;
  }
  .top_purpose__item {
    flex-basis: 85%;
    max-width: 350px;
    padding-inline: 5%;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .top_purpose__icon {
    width: 28px;
    margin-bottom: 10px;
  }
  .top_purpose__icon__tag {
    width: 68px;
    height: 68px;
    left: calc(50% - 34px);
    bottom: -34px;
    transform: rotate(-45deg);
  }
  .top_purpose__icon__tag text {
    font-size: 14px;
  }
  .top_purpose__icon__tag.__pc {
    display: none;
  }
  .top_purpose__title {
    font-size: 18px;
    margin-bottom: 33px;
  }
  .top_purpose__title::after {
    width: 42px;
    left: calc(50% - 21px);
    top: calc(100% + 16px);
  }
  .top_purpose__txt {
    margin-bottom: 20px;
  }
  .top_purpose__check {
    margin-bottom: 15px;
  }
}

.top_support__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(253, 245, 190) 37.72%, rgb(249, 244, 192) 48.4%, rgb(236, 240, 197) 59.83%, rgb(214, 234, 206) 71.61%, rgb(184, 225, 219) 83.63%, rgb(146, 214, 235) 95.73%, rgb(131, 210, 241) 100%);
}
.top_support__motif {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_support {
    padding-top: 48px;
  }
  .top_support__bg {
    max-width: 1600px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 88px;
  }
  .top_support__motif {
    width: 44.2%;
    top: -80px;
    left: -33px;
  }
}
@media screen and (max-width: 1024px) {
  .top_support {
    padding-top: 72px;
  }
  .top_support__bg {
    left: 0;
    top: 0;
    border-radius: 45px;
  }
  .top_support__motif {
    width: 298px;
    top: -78px;
    left: -71px;
  }
}

.top_works__head {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_works__head {
    align-items: flex-end;
    -moz-column-gap: 67px;
         column-gap: 67px;
    margin-bottom: 88px;
  }
  .top_works__head .page_h2 {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .top_works__head .page_h2 + .c-text {
    max-width: 50%;
  }
  .top_works .works_archive {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top_works__head {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 16px;
  }
  .top_works__head .page_h2 {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .top_works__head .page_h2 + .c-text {
    flex-basis: 100%;
  }
  .top_works .works_archive {
    margin-bottom: 30px;
  }
}

.top_contact__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top_contact__grid {
  display: grid;
}
.top_contact__card {
  border: 1px solid #CDCECE;
  border-radius: 20px;
  background-color: #FFF;
  position: relative;
}
.top_contact__card__num {
  border-radius: 50%;
  position: absolute;
  letter-spacing: 0.1em;
  text-align: center;
}
.top_contact__card__ttl {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #1DADE5;
}
.top_contact__btns {
  display: flex;
}
.top_contact__motif {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .top_contact {
    padding-top: 0;
  }
  .top_contact__bg {
    height: 680px;
  }
  .top_contact .page_h2 .h2_txt {
    font-size: clamp(32px, 3.06vw, 46px);
  }
  .top_contact__grid {
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 1.08%;
         column-gap: 1.08%;
    margin-top: 90px;
    margin-bottom: 120px;
  }
  .top_contact__card {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-inline: 10%;
  }
  .top_contact__card__num {
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    left: -6px;
    top: -6px;
  }
  .top_contact__card__ttl {
    font-size: clamp(16px, 1.33vw, 20px);
    margin-bottom: 20px;
  }
  .top_contact__btns {
    justify-content: center;
    -moz-column-gap: 8%;
         column-gap: 8%;
  }
  .top_contact__motif {
    width: 31.5%;
    top: 0;
    left: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .top_contact {
    padding-top: 44px;
  }
  .top_contact__bg {
    height: 390px;
  }
  .top_contact__grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 24px;
    margin-top: 46px;
    margin-bottom: 40px;
  }
  .top_contact__card {
    padding-top: 28px;
    padding-bottom: 10px;
    padding-inline: 5%;
    min-height: 170px;
  }
  .top_contact__card__num {
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    left: -4px;
    top: -16px;
  }
  .top_contact__card__ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .top_contact__btns {
    flex-wrap: wrap;
    row-gap: 14px;
    justify-content: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .top_contact__motif {
    width: 151px;
    top: -44px;
    right: calc(45% - 50vw);
  }
}

.page_header {
  position: relative;
}
.page_header .container {
  height: 100%;
}
.page_header__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .page_header {
    padding-top: 80px;
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    margin-top: 60px;
    height: 190px;
  }
}

.page_content {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page_content {
    overflow-x: hidden;
  }
}

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

.single_content {
  background-color: #FFF;
}

.page_h1 {
  position: relative;
}
.page_h1__ja, .page_h1__en, .page_h1__shadow {
  display: block;
  line-height: 1;
}
.page_h1__shadow {
  color: #000;
  filter: blur(12px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-weight: 700;
}
.page_h1__ja {
  position: relative;
  z-index: 2;
}
.page_h1__en {
  text-transform: uppercase;
  letter-spacing: 0.28em;
}
@media screen and (min-width: 1025px) {
  .page_h1__ja {
    margin-bottom: 28px;
  }
  .page_h1__ja, .page_h1__shadow {
    font-size: 48px;
  }
  .page_h1__en {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1__ja {
    margin-bottom: 14px;
  }
  .page_h1__ja, .page_h1__shadow {
    font-size: 24px;
  }
  .page_h1__en {
    font-size: 16px;
  }
}

.page_h2 {
  position: relative;
}
.page_h2 .h2_en_txt {
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    margin-bottom: 20px;
  }
  .page_h2 .h2_txt {
    font-size: 46px;
    line-height: 1.5;
  }
  .page_h2 .h2_en_txt {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    margin-bottom: 20px;
  }
  .page_h2 .h2_txt {
    font-size: 28px;
  }
  .page_h2 .h2_en_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .page_flex .h2_txt,
  .page_col .h2_txt {
    font-size: 34px;
  }
}
.bg_beige .page_h2 .h2_en_txt {
  color: #FFF;
}

.page_h3 {
  position: relative;
  margin-bottom: 0.75em;
}
.page_h3 .h3_txt {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page_h3 .h3_en_txt {
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .page_h3 .h3_txt {
    font-size: 46px;
  }
  .page_h3 .h3_en_txt {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 .h3_txt {
    font-size: 24px;
  }
  .page_h3 .h3_en_txt {
    font-size: 48px;
  }
}

.page_h4 {
  position: relative;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 0.5em;
}
.page_h4::before {
  display: block;
  width: 5px;
  background-color: #1DADE5;
  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_section_lead {
  line-height: 1.85;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_section_lead {
    font-size: 16px;
  }
}
.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: 3.33%;
         column-gap: 3.33%;
  }
  .page_col__body {
    flex-grow: 1;
  }
  .page_col__pic {
    flex-basis: 40%;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .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_col__ttl__en {
  position: relative;
}
.page_col__ttl__en::before {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #A7A7A7;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  content: "";
}
.page_col__ttl__en span {
  position: relative;
  font-size: 15px;
  padding-right: 20px;
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .page_col__ttl__h3 {
    font-size: clamp(30px, 2.66vw, 40px);
    margin-bottom: 20px;
  }
  .page_col__ttl + p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_col__ttl__h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .page_col__ttl + p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.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%;
    row-gap: 30px;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 30px;
  }
  .page_grid.__2col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 38px;
  }
  .page_grid.__1col {
    grid-template-columns: repeat(1, 1fr);
  }
  .page_grid.__3col .page_grid__card, .page_grid.__4col .page_grid__card {
    padding-inline: 10%;
  }
  .page_grid.__1col .page_grid__card, .page_grid.__2col .page_grid__card {
    padding-inline: 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%;
  }
  .page_grid.__3col.__nowrap {
    grid-template-columns: repeat(3, 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_grid.__4col.__nowrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page_grid__card {
  background: linear-gradient(225deg, rgba(248, 227, 65, 0.2) 0%, rgba(29, 173, 229, 0.2) 100%);
  border-radius: 20px;
}
.page_grid__card__num {
  text-align: center;
}
.page_grid__card__ttl {
  text-align: center;
  padding-block: 0.25em;
  border-top: 1px solid #1DADE5;
  border-bottom: 2px solid #1DADE5;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .page_grid__card {
    padding-top: 16px;
    padding-bottom: 30px;
  }
  .page_grid__card__num em {
    font-size: 30px;
  }
  .page_grid__card__ttl {
    font-size: clamp(20px, 1.6vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .page_grid__card {
    padding-top: 16px;
    padding-bottom: 24px;
    padding-inline: 5%;
  }
  .page_grid__card__num em {
    font-size: 24px;
  }
  .page_grid__card__ttl {
    font-size: 20px;
  }
}

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

.page_anchor__link {
  flex-basis: fit-content;
  border: 1px solid transparent;
  border-radius: 1em;
  background-color: #E5F7FD;
  color: #1DADE5;
  position: relative;
  line-height: 1;
  padding-block: 0.5em;
  padding-inline: 1em;
}
.page_anchor__link.__current {
  pointer-events: none;
  background-color: #1DADE5;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .page_anchor__link .__link__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page_anchor__link .__link__txt {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .page_anchor__link:hover {
    opacity: 1;
  }
  .page_anchor__link:not(.__current):hover {
    border-color: #1DADE5;
  }
}

.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-bottom: 1px solid #E0E0E1;
}
.page_dl:last-child {
  border-bottom: none;
}
.page_dl dt {
  background-color: #E5F7FD;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_dl dt, .page_dl dd {
    padding-block: 24px;
    padding-left: 24px;
    padding-right: 1em;
  }
  .page_dl dt {
    flex-shrink: 0;
  }
  .page_dl dd {
    flex-grow: 1;
  }
}
@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: 1em;
  line-height: 2;
}
.page_ul li::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1DADE5;
  position: absolute;
  left: 0;
  top: calc(1em - 4px);
  content: "";
}

.page_checklist li {
  position: relative;
  line-height: 2;
  letter-spacing: 0;
  border-bottom: 1px dotted #595757;
}
.page_checklist li:last-child {
  border-bottom: none;
}
.page_checklist li::before {
  display: block;
  background: url("../images/icon/check.svg") center/contain no-repeat;
  position: absolute;
  content: "";
}
.page_checklist li span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .page_checklist li {
    padding-left: 32px;
    padding-block: 13px;
  }
  .page_checklist li::before {
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: calc(1em + 3px);
  }
}
@media screen and (max-width: 1024px) {
  .page_checklist li {
    padding-left: 30px;
    padding-right: 8px;
    line-height: 1.33;
    padding-block: 10px;
  }
  .page_checklist li::before {
    display: block;
    width: 14px;
    height: 14px;
    left: 8px;
    top: calc(0.5em + 5px);
  }
}

.page_ol {
  list-style: decimal;
  list-style-position: inside;
}
.page_ol li {
  padding-left: 1em;
  text-indent: -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 {
  width: 2em;
  line-height: 2;
  text-align: center;
  color: #1DADE5;
  border: 1px solid #1DADE5;
  border-radius: 50%;
  background-color: #E5F7FD;
  font-family: "Outfit", sans-serif;
}
.wp-pagenavi .current {
  background-color: #1DADE5;
  color: #FFF;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  display: block;
  width: 10px;
  height: 6px;
  background: url("../images/icon/arrow.svg") center/contain no-repeat;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
}
.wp-pagenavi .previouspostslink::before {
  transform: scaleX(-1);
}
@media screen and (min-width: 1025px) {
  .wp-pagenavi {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}

.news_article {
  border-bottom: 1px dotted #595757;
}
.news_article__link {
  display: flex;
  position: relative;
}
.news_article__meta {
  display: flex;
  align-items: flex-start;
}
.news_article__date {
  flex-shrink: 0;
}
.news_article__cat {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.news_article__title {
  font-weight: 400;
}
.news_article .btn_arw {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 20px;
  border-radius: 10px;
  position: relative;
}
.news_article .btn_arw svg {
  stroke: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .news_article {
    padding-block: 30px;
  }
  .news_article__link {
    padding-right: 34px;
    align-items: center;
  }
  .news_article__meta {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .news_article__date {
    flex-basis: 120px;
    font-size: 20px;
    line-height: 1.5;
  }
  .news_article__cat {
    margin-right: 14px;
  }
  .news_article__title {
    flex-grow: 1;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news_article {
    padding-block: 20px;
  }
  .news_article__link {
    padding-right: 34px;
    flex-wrap: wrap;
  }
  .news_article__meta {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 16px;
  }
  .news_article__date {
    flex-basis: 100px;
    font-size: 16px;
    line-height: 30px;
  }
  .news_article__title {
    font-size: 14px;
    flex-basis: 100%;
  }
  .news_article .btn_arw {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
  }
}
@media (hover: hover) {
  .news_article a:hover {
    opacity: 1;
  }
  .news_article a:hover .news_article__title {
    text-decoration: underline;
  }
}

.news_cat {
  background-color: #E5F7FD;
}
@media screen and (min-width: 1025px) {
  .news_cat {
    min-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .news_cat {
    min-width: 112px;
  }
}

.newscat_nav .page_anchor__link {
  flex-basis: fit-content;
  flex-grow: 0;
  padding-inline: 1em;
}
.newscat_nav .page_anchor__link.__current {
  background-color: #1DADE5;
  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 {
  line-height: 1.33;
  padding-block: 0.5em;
  padding-left: 20px;
  border-bottom: 2px solid #1DADE5;
}
@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;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #1DADE5;
}
.single_news__cat {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .single_news__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .single_news__head {
    margin-bottom: 30px;
  }
}

.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: #1DADE5;
  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: #1DADE5;
  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: #1DADE5;
  text-decoration: underline;
}
.single_content ul li {
  list-style: disc inside;
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: #1DADE5;
  border-radius: 50%;
  position: relative;
}
.single_nav .single_nav_arw svg {
  display: block;
  stroke: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
.single_nav.link_button {
  height: 50px;
}
@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 p + h2, .page_pp ul + h2 {
  margin-top: 1em;
}
.page_pp p {
  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: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_border {
    height: 60px;
  }
}

.page_motif__1 {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .page_motif__1 {
    width: 442px;
    right: 0;
    top: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .page_motif__1 {
    width: 33.33%;
    max-width: 200px;
    right: 0;
    top: -10px;
  }
}

.page_motif__2 {
  position: absolute;
  width: 41.66%;
  left: 0;
  bottom: 0;
  transform: translate(-30%, 30%);
}

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

.support__flow {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .support__flow {
    justify-content: space-between;
    margin-top: 65px;
    max-width: 1162px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .support__flow {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 22px;
    margin-top: 20px;
  }
}

.support__step {
  background-color: #FFF;
  border: 1px solid #CDCECE;
  border-radius: 20px;
  position: relative;
}
.support__step__head {
  position: relative;
  margin-inline: auto;
}
.support__step__num {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.support__step__num span {
  display: block;
  line-height: 1;
}
.support__step__arw {
  position: absolute;
}
.support__step__flag {
  position: absolute;
}
.support__step__flag em {
  display: block;
}
.support__step__icon {
  width: var(--icon--width);
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .support__step {
    flex-basis: 18%;
    flex-shrink: 0;
    padding-top: 43px;
    padding-bottom: 20px;
    padding-inline: 1.25%;
  }
  .support__step__head {
    width: 130px;
    margin-bottom: 14px;
  }
  .support__step__num {
    top: -29px;
  }
  .support__step__num .__num__val {
    font-size: 30px;
  }
  .support__step__title {
    font-size: clamp(20px, 1.46vw, 22px);
    margin-bottom: 10px;
    text-align: center;
  }
  .support__step__arw {
    width: 33px;
    right: 100%;
    top: calc(50% - 8px);
  }
  .support__step__flag {
    top: -33px;
    left: calc(50% - 33px);
    font-size: 16px;
  }
  .support__step__flag em {
    font-size: 30px;
  }
  .support__step__icon {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .support__step {
    flex-basis: 100%;
    height: 150px;
    padding-inline: 10%;
    display: flex;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .support__step__head {
    width: 91px;
    flex-shrink: 0;
    margin-top: 14px;
  }
  .support__step__body {
    flex-grow: 1;
  }
  .support__step__num {
    top: -22px;
  }
  .support__step__num .__num__val {
    font-size: 24px;
  }
  .support__step__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .support__step__arw {
    width: 23px;
    right: 50%;
    bottom: 100%;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
  .support__step__flag {
    top: -20px;
    left: 10%;
    font-size: 12px;
  }
  .support__step__flag em {
    font-size: 20px;
  }
}

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

.works_card__img {
  border-radius: 20px;
  aspect-ratio: 38/26;
  overflow: hidden;
}
.works_card__cat {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 1025px) {
  .works_card__body {
    padding-block: 20px;
  }
  .works_card__cat {
    margin-bottom: 20px;
  }
  .works_card__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .works_card__body {
    padding-top: 20px;
  }
  .works_card__cat {
    margin-bottom: 10px;
  }
  .works_card__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.works_cat {
  border: 1px solid #1DADE5;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .works_cat {
    min-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .works_cat {
    min-width: 96px;
  }
}

.works_cat, .news_cat {
  border-radius: 1em;
  line-height: 1;
  padding-block: 7px;
  padding-inline: 15px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .single_works .works_h2 .h2_txt {
    font-size: 28px;
  }
  .single_works__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .single_works__head {
    margin-bottom: 30px;
  }
  .single_works .works_h2 .h2_txt {
    font-size: 24px;
  }
}

.works_gallery__img {
  aspect-ratio: 3/2;
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .works_gallery.__1col .works_gallery__img {
    max-width: 640px;
    margin-inline: auto;
  }
}
.works_comment {
  display: flex;
  --blur: 10px;
  border-radius: 20px;
}
.works_comment__photo {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid #CDCECE;
  position: relative;
}
.works_comment__photo__alt {
  display: block;
  width: 70%;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .works_comment {
    padding-block: 30px;
    padding-inline: 5%;
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .works_comment__photo {
    width: 200px;
  }
  .works_comment__body {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .works_comment {
    padding-block: 20px;
    padding-inline: 5%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .works_comment__photo {
    width: 150px;
  }
  .works_comment__body {
    flex-basis: 100%;
  }
}

.works_report {
  --blur: 10px;
  border-radius: 20px;
}
@media screen and (min-width: 1025px) {
  .works_report {
    padding-block: 30px;
    padding-inline: 5%;
    margin-top: 50px;
  }
  .works_report .link_button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .works_report {
    padding-block: 20px;
    padding-inline: 5%;
    margin-top: 30px;
  }
  .works_report .link_button {
    margin-top: 20px;
  }
  .works_report .page_h2 .h2_txt {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .works_detail .page_dl dt {
    flex-basis: 170px;
  }
}

.wize_page_header {
  position: relative;
}
.wize_page_header__bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.wize_page_header__bg img {
  -o-object-position: top;
     object-position: top;
}
.wize_page_header__logo {
  margin-inline: auto;
}
.wize_page_header__h1 {
  color: #FFF;
  letter-spacing: 0.32em;
  text-align: center;
  text-shadow: 0px 0px 26px #007E74, 0px 0px 26px #007E74, 0px 0px 26px #007E74, 0px 0px 26px #007E74;
}
.wize_page_header .breadcrumb {
  position: static;
  padding-top: 0;
}
.wize_page_header .breadcrumb .bc_container {
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .wize_page_header {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .wize_page_header__bg {
    height: 1320px;
  }
  .wize_page_header__logo {
    width: 597px;
  }
  .wize_page_header__h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_page_header {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 60px;
  }
  .wize_page_header__bg {
    height: 200%;
  }
  .wize_page_header__logo {
    width: 50%;
    max-width: 597px;
  }
  .wize_page_header__h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  body.page-wizefloor .site-header {
    background-color: #FFF;
  }
}
.wize_container {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .wize_container {
    max-width: 1300px;
    min-width: 960px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_container {
    max-width: 640px;
    min-width: 350px;
  }
}

.wize_head__intro {
  position: relative;
  background-color: #FFF;
}
.wize_head__intro__title {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  margin-bottom: 20px;
  font-weight: 400;
}
.wize_head__intro__catch_en {
  font-weight: 500;
  line-height: 1;
}
.wize_head__intro__catch_ja {
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .wize_head__intro {
    width: 63%;
    margin-bottom: 50px;
    padding-block: 65px;
    padding-left: 52px;
    padding-right: 15%;
    border-radius: 60px;
  }
  .wize_head__intro__title {
    font-size: 20px;
  }
  .wize_head__intro__catch_en {
    font-size: clamp(38px, 3.33vw, 50px);
    margin-bottom: 25px;
  }
  .wize_head__intro__catch_ja {
    font-size: clamp(32px, 3vw, 46px);
  }
  .wize_head__intro .link_button {
    margin-top: 30px;
  }
  .wize_head__intro__img {
    width: 85%;
    position: absolute;
    left: calc(100% - 139px);
    top: -67px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_head__intro {
    margin-bottom: 30px;
    padding-block: 30px;
    padding-inline: 5%;
    border-radius: 30px;
  }
  .wize_head__intro__title {
    font-size: 16px;
    text-align: center;
  }
  .wize_head__intro__catch_en {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  .wize_head__intro__catch_ja {
    font-size: 22px;
    text-align: center;
  }
  .wize_head__intro .link_button {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.wize_head__grid {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .wize_head__grid {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .wize_head__grid {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

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

.wize_head__appeal {
  border: 1px solid #1DADE5;
  border-radius: 40px;
  background-color: #FFF;
  text-align: center;
}
.wize_head__appeal__en {
  letter-spacing: 0.18em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .wize_head__appeal {
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 12px;
  }
  .wize_head__appeal.__w27 {
    flex-basis: 27%;
  }
  .wize_head__appeal.__w41 {
    flex-basis: 41%;
  }
  .wize_head__appeal__title {
    font-size: clamp(30px, 2.26vw, 34px);
  }
  .wize_head__appeal__title .font_en {
    font-size: 235%;
  }
  .wize_head__appeal__title.__lh31 {
    line-height: 3.11;
  }
  .wize_head__appeal__txt {
    font-size: clamp(14px, 1.2vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .wize_head__appeal {
    flex-basis: 100%;
    max-width: 360px;
    padding-inline: 20px;
    padding-block: 20px;
  }
  .wize_head__appeal__title {
    font-size: 20px;
  }
  .wize_head__appeal__title .font_en {
    font-size: 40px;
  }
}

.wize_about__container {
  position: relative;
}
.wize_about__container__bg {
  position: absolute;
}
.wize_about__container__bg img {
  max-width: unset;
}
.wize_about__container__img {
  position: absolute;
}
.wize_about__txt {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .wize_about__container {
    padding-top: 387px;
    padding-bottom: 299px;
  }
  .wize_about__container .page_h2 {
    margin-bottom: 40px;
  }
  .wize_about__container__bg {
    width: 90%;
    height: 100%;
    top: 0;
    left: -360px;
  }
  .wize_about__container__bg img {
    display: block;
    width: auto;
    height: 100%;
  }
  .wize_about__container__img {
    width: 85%;
    left: 35.75%;
    top: 0;
  }
  .wize_about__txt {
    max-width: 370px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_about {
    padding-top: 20px;
  }
  .wize_about__container {
    padding-top: 189px;
    padding-bottom: 757px;
    width: 350px;
    margin-inline: auto;
  }
  .wize_about__container__bg {
    width: 694px;
    height: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .wize_about__container__bg img {
    display: block;
    width: 100%;
  }
  .wize_about__container__img {
    width: 464px;
    height: auto;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
  .wize_about__txt {
    max-width: 280px;
  }
}

.wize_feature__grid {
  display: grid;
}
.wize_feature .page_h2 .h2_txt .font_en {
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .wize_feature__txt {
    width: 767px;
    margin-inline: auto;
  }
  .wize_feature__grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 92px;
    margin-top: 90px;
  }
  .wize_feature .page_h2 .h2_txt .font_en {
    font-size: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_feature__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    margin-top: 40px;
  }
  .wize_feature .page_h2 .h2_txt .font_en {
    font-size: 32px;
  }
}

.wize_feature__card {
  border-radius: 40px;
  position: relative;
  padding: 10px;
}
.wize_feature__card__num {
  position: absolute;
}
.wize_feature__card__inner {
  border-radius: 40px;
  height: 100%;
}
.wize_feature__card__icon {
  width: var(--icon--width, 140px);
  height: 140px;
  position: relative;
  margin-inline: auto;
}
.wize_feature__card__icon img {
  position: absolute;
  inset: 0;
  margin: auto;
}
.wize_feature__card__ttl {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .wize_feature__card__num {
    top: -33px;
    left: calc(50% - 33px);
  }
  .wize_feature__card__num span {
    font-size: 40px;
  }
  .wize_feature__card__inner {
    padding-top: 59px;
    padding-bottom: 30px;
  }
  .wize_feature__card__ttl {
    min-height: 4.5em;
    font-size: clamp(20px, 2vw, 30px);
  }
  .wize_feature__card__txt {
    padding-inline: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .wize_feature__card__num {
    top: -20px;
    left: calc(50% - 20px);
  }
  .wize_feature__card__num span {
    font-size: 24px;
  }
  .wize_feature__card__inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .wize_feature__card__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wize_feature__card__txt {
    padding-inline: 10%;
  }
}

.wize_apps {
  z-index: 4;
}

.wize_apps__head {
  position: relative;
}
.wize_apps__head__container {
  display: flex;
}
.wize_apps__head .ellipse {
  width: 100%;
  position: absolute;
  left: 0;
}
.wize_apps__head .ellipse.__upper {
  top: -1px;
}
.wize_apps__head .ellipse.__lower {
  bottom: -1px;
  transform: scaleY(-1);
}
@media screen and (min-width: 1025px) {
  .wize_apps__head {
    padding-block: 200px;
  }
  .wize_apps__head__container {
    align-items: flex-end;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .wize_apps__head__container .page_h2 {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .wize_apps__head__container .c-text {
    flex-grow: 1;
    max-width: 760px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_apps__head {
    padding-block: 100px;
  }
  .wize_apps__head__container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wize_apps__head__container .page_h2 {
    flex-basis: 100%;
  }
  .wize_apps__head__container .c-text {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .wize_apps__container {
    min-width: 840px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_apps__container {
    padding-top: 30px;
  }
}

.wize_apps__block {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .wize_apps__block {
    margin-bottom: 88px;
  }
  .wize_apps__block.__right {
    left: 50px;
  }
  .wize_apps__block.__left {
    left: -50px;
  }
  .wize_apps__block.__left .page_h3 {
    text-align: right;
  }
  .wize_apps__block.__left .page_h3 .h3_txt {
    left: unset;
    right: 0;
  }
  .wize_apps__block .page_h3 .h3_txt {
    font-size: clamp(34px, 3vw, 46px);
  }
  .wize_apps__block .page_h3 .h3_en_txt {
    font-size: clamp(68px, 6vw, 90px);
  }
}
@media screen and (max-width: 1024px) {
  .wize_apps__block {
    margin-bottom: 40px;
  }
}

.wize_apps__list {
  position: relative;
}
.wize_apps__list__inner {
  background-color: #FFF;
  border-radius: 40px;
  position: relative;
  display: flex;
}
.wize_apps__list__shadow {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .wize_apps__list__shadow {
    left: 20px;
    top: 20px;
  }
  .wize_apps__list__inner {
    padding-block: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_apps__list {
    max-width: 500px;
    margin-inline: auto;
  }
  .wize_apps__list__shadow {
    left: 10px;
    top: 10px;
  }
  .wize_apps__list__inner {
    padding-block: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.wize_apps__app__img {
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 16px;
}
.wize_apps__app__ttl {
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .wize_apps__app {
    flex: 1;
    border-right: 1px solid #CDCECE;
    padding-block: 30px;
    padding-inline: 5%;
  }
  .wize_apps__app:last-child {
    border-right: none;
  }
  .wize_apps__app__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_apps__app {
    flex-basis: 100%;
    border-bottom: 1px solid #CDCECE;
    padding-block: 20px;
    padding-inline: 5%;
  }
  .wize_apps__app:last-child {
    border-bottom: none;
  }
  .wize_apps__app__ttl {
    font-size: 18px;
  }
}

.wize_apps__note {
  position: absolute;
  right: 0;
  bottom: 100%;
}

.wize_apps__custom {
  display: flex;
  border: 1px solid #00AFEA;
  border-radius: 12px;
  background-color: #FFF;
  padding: 10px;
}
.wize_apps__custom__tag {
  position: relative;
  padding-block: 10px;
  text-align: center;
  line-height: 1;
}
.wize_apps__custom__tag span {
  display: block;
  position: relative;
  z-index: 1;
}
.wize_apps__custom__tag::after {
  display: block;
  height: 70.7106781187%;
  aspect-ratio: 1/1;
  background-color: #1DADE5;
  border-top-right-radius: 12px;
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  transform: rotate(45deg);
  transform-origin: left top;
}
@media screen and (min-width: 1025px) {
  .wize_apps__custom {
    align-items: center;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .wize_apps__custom + .wize_apps__custom {
    margin-top: 20px;
  }
  .wize_apps__custom__tag {
    width: 160px;
    flex-shrink: 0;
    font-size: 18px;
  }
  .wize_apps__custom__tag .__em {
    font-size: 34px;
  }
  .wize_apps__custom__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_apps__custom {
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .wize_apps__custom + .wize_apps__custom {
    margin-top: 10px;
  }
  .wize_apps__custom__tag {
    width: 120px;
    flex-shrink: 0;
    font-size: 14px;
  }
  .wize_apps__custom__tag .__em {
    font-size: 20px;
  }
  .wize_apps__custom__ttl {
    font-size: 18px;
  }
}

.wize_video {
  z-index: 3;
}
.wize_video__container {
  border-radius: 40px;
  position: relative;
}
.wize_video__container .page_h2 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 20px);
  margin-bottom: 0;
}
.wize_video__container .page_h2 .h2_txt {
  line-height: 1;
}
.wize_video__container .page_h2 .h2_txt .font_en {
  font-weight: 400;
}
.wize_video__grid {
  display: grid;
}
.wize_video__article {
  background-color: #FFF;
  border-radius: 40px;
}
.wize_video__frame {
  aspect-ratio: 535/303;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.wize_video__frame iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .wize_video {
    padding-top: 290px;
  }
  .wize_video__container {
    padding-inline: 3.8%;
    padding-top: 60px;
    padding-bottom: 68px;
  }
  .wize_video__container .page_h2 .h2_txt .font_en {
    font-size: 65px;
  }
  .wize_video__grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 30px;
  }
  .wize_video__article {
    padding-block: 24px;
    padding-inline: 5%;
  }
  .wize_video__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_video {
    padding-top: 200px;
  }
  .wize_video__container {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wize_video__container .page_h2 .h2_txt .font_en {
    font-size: 32px;
  }
  .wize_video__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    max-width: 600px;
    margin-inline: auto;
  }
  .wize_video__article {
    padding-block: 20px;
    padding-inline: 5%;
  }
  .wize_video__ttl {
    font-size: 16px;
  }
}

.wize_video__motif {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .wize_video__motif.__left {
    width: 56.5%;
    top: -211px;
    left: -363px;
  }
  .wize_video__motif.__right {
    width: 15.8%;
    top: 24px;
    right: 8.7%;
  }
}
@media screen and (max-width: 1024px) {
  .wize_video__motif.__left {
    width: 58vw;
    min-width: 240px;
    top: 0;
    left: 0;
    transform: translate(-40%, -15%);
  }
  .wize_video__motif.__right {
    width: 100px;
    top: 0;
    right: 0;
  }
}

.wize_hardware {
  z-index: 2;
}
.wize_hardware__bg {
  height: 100%;
  border-bottom-left-radius: 100px;
  position: absolute;
  top: 0;
}
.wize_hardware__container {
  display: flex;
}
.wize_hardware__list {
  background-color: #FFF;
  position: relative;
}
.wize_hardware__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CDCECE;
  position: relative;
}
.wize_hardware__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wize_hardware__item__img {
  aspect-ratio: 28/20;
  border-radius: 40px;
  overflow: hidden;
}
.wize_hardware__item__tag {
  position: absolute;
  left: -10px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  padding: 10px;
}
.wize_hardware__item__tag span {
  display: block;
  line-height: 1;
}
.wize_hardware__head, .wize_hardware__head__inner {
  position: relative;
}
.wize_hardware__head__bg, .wize_hardware__head__motif {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .wize_hardware__bg {
    width: 93%;
    left: 7%;
  }
  .wize_hardware .container {
    min-width: 840px;
  }
  .wize_hardware__container {
    flex-direction: row-reverse;
  }
  .wize_hardware__body {
    flex-basis: 50%;
    flex-shrink: 0;
    min-width: 500px;
  }
  .wize_hardware__note {
    font-size: 20px;
  }
  .wize_hardware__list {
    padding-right: 16px;
  }
  .wize_hardware__item {
    padding-block: 40px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .wize_hardware__item__ttl {
    font-size: clamp(22px, 1.86vw, 28px);
    margin-bottom: 20px;
  }
  .wize_hardware__item__tag {
    width: 90px;
    height: 90px;
    font-size: 16px;
    top: 30px;
  }
  .wize_hardware__item__tag .__em {
    font-size: 24px;
  }
  .wize_hardware__item__img {
    flex-basis: 46.66%;
    flex-shrink: 0;
  }
  .wize_hardware__head {
    flex-grow: 1;
  }
  .wize_hardware__head__inner {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-top: 176px;
  }
  .wize_hardware__head__inner .c-text {
    width: 271px;
  }
  .wize_hardware__head__bg {
    width: 820px;
    top: -104px;
    right: -261px;
  }
  .wize_hardware__head__motif {
    width: 310px;
    top: calc(100% - 180px);
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wize_hardware__bg {
    width: 100vw;
    left: calc(50% - 50vw);
  }
  .wize_hardware__container {
    flex-wrap: wrap;
  }
  .wize_hardware__body {
    flex-basis: 100%;
  }
  .wize_hardware__note {
    font-size: 16px;
  }
  .wize_hardware__list {
    padding-right: 16px;
  }
  .wize_hardware__item {
    padding-block: 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .wize_hardware__item__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wize_hardware__item__tag {
    width: 90px;
    height: 90px;
    font-size: 16px;
    top: 10px;
  }
  .wize_hardware__item__tag .__em {
    font-size: 24px;
  }
  .wize_hardware__item__img {
    flex-basis: 46.66%;
    flex-shrink: 0;
  }
  .wize_hardware__head {
    flex-basis: 100%;
  }
  .wize_hardware__head__inner {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-top: 301px;
    padding-bottom: 352px;
  }
  .wize_hardware__head__inner .c-text {
    width: 300px;
  }
  .wize_hardware__head__bg {
    width: 694px;
    top: 0;
    left: 50%;
    transform: translateX(-40%);
  }
  .wize_hardware__head__motif {
    width: 198px;
    bottom: 0;
    left: calc(50% - 50vw);
  }
}

.wize_spec__container {
  border-radius: 40px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.wize_spec__bg {
  width: 100%;
  border-top-left-radius: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.wize_spec__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.wize_spec__tag {
  border: 1px solid #80D7F4;
  border-radius: 20px;
  flex-shrink: 0;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .wize_spec__container {
    margin-top: 40px;
    padding-block: 20px;
    padding-inline: 3.84%;
  }
  .wize_spec__container .page_dl dt {
    flex-basis: 320px;
  }
  .wize_spec__container .page_dl dt, .wize_spec__container .page_dl dd {
    padding-block: 38px;
    padding-left: 46px;
  }
  .wize_spec__bg {
    height: 665px;
  }
  .wize_spec__tag {
    width: 220px;
    line-height: 40px;
    font-size: 19px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .wize_spec__container {
    margin-top: 20px;
    padding-block: 30px;
    padding-inline: 5%;
  }
  .wize_spec__container .page_dl dd {
    padding-bottom: 20px;
  }
  .wize_spec__bg {
    height: 100vw;
    max-height: 600px;
  }
  .wize_spec__tag {
    line-height: 30px;
    font-size: 14px;
    padding-inline: 1em;
  }
}

@media screen and (min-width: 1025px) {
  .wize_flow .support__step {
    padding-top: 68px;
  }
  .wize_flow .support__step__icon {
    height: 70px;
    margin-bottom: 10px;
  }
  .wize_flow .support__step__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wize_flow .support__flow {
    margin-top: 30px;
    row-gap: 30px;
  }
}

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

.wize_faq__item {
  border-radius: 20px;
  display: flex;
  margin-bottom: 13px;
}
.wize_faq__item:last-child {
  margin-bottom: 0;
}
.wize_faq__item__qnum {
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
}
.wize_faq__item__body {
  flex-grow: 1;
}
.wize_faq__item__a span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .wize_faq__item {
    padding-block: 22px;
    padding-inline: 4%;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .wize_faq__item__qnum {
    flex-basis: 50px;
    height: 50px;
  }
  .wize_faq__item__qnum span {
    line-height: 50px;
    font-size: 24px;
  }
  .wize_faq__item__q {
    font-size: 24px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .wize_faq__item {
    padding-block: 20px;
    padding-inline: 5%;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .wize_faq__item__qnum {
    flex-basis: 30px;
    height: 30px;
  }
  .wize_faq__item__qnum span {
    line-height: 30px;
    font-size: 18px;
  }
  .wize_faq__item__q {
    font-size: 16px;
    line-height: 30px;
  }
}

.wize_contact__motif {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .wize_contact__motif {
    width: 24vw;
    max-width: 460px;
    top: -137px;
    left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .wize_contact__motif {
    width: 24vw;
    max-width: 460px;
    top: -40px;
    left: -5%;
  }
}

.service_overview__body {
  position: relative;
}
.service_overview__motif__1, .service_overview__motif__2 {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .service_overview {
    padding-bottom: 152px;
  }
  .service_overview__body .c-text {
    max-width: 57.33%;
  }
  .service_overview__img {
    width: 44%;
    position: absolute;
    top: -110px;
    right: -6.16%;
  }
  .service_overview__motif__1 {
    width: 36.83%;
    top: -110px;
    left: 454px;
  }
  .service_overview__motif__2 {
    width: 41.66%;
    bottom: 0;
    left: -13px;
  }
}
@media screen and (max-width: 1024px) {
  .service_overview__body {
    margin-bottom: 20px;
  }
  .service_overview__img {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .service_overview__motif__1 {
    width: 36.83%;
    top: -40px;
    right: 0;
  }
  .service_overview__motif__2 {
    width: 41.66%;
    bottom: 0;
    left: -13px;
  }
}

.service_experience::before, .service_experience::after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.service_experience::before {
  background: linear-gradient(45deg, rgb(145, 221, 246) 0%, rgb(149, 222, 243) 1.53%, rgb(224, 238, 191) 32.88%, rgb(254, 245, 171) 47.35%, rgb(255, 255, 255) 100%);
}
.service_experience::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 21.54%, rgba(255, 255, 255, 0.13) 31.72%, rgb(255, 255, 255) 100%);
}
.service_experience__motif {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .service_experience .page_h2 {
    margin-bottom: 150px;
  }
  .service_experience::before, .service_experience::after {
    height: 1030px;
  }
  .service_experience__motif {
    top: 110px;
    height: 370px;
  }
}
@media screen and (max-width: 1024px) {
  .service_experience .page_h2 {
    margin-bottom: 50px;
  }
  .service_experience::before, .service_experience::after {
    height: 100vh;
  }
  .service_experience__motif {
    top: 100px;
    height: 200px;
  }
}

.service_menu {
  background-color: #FFF;
  display: flex;
  overflow: hidden;
  --blur: 5px;
}
.service_menu__head {
  line-height: 1;
}
.service_menu__list li {
  background-color: #E5F7FD;
  border-radius: 20px;
  position: relative;
  line-height: 1.5;
}
.service_menu__list li::before {
  display: block;
  background: url("../images/icon/check_blue.svg") center/contain no-repeat;
  content: "";
  position: absolute;
}
.service_menu.__music .service_menu__ttl span {
  position: relative;
}
.service_menu.__music .service_menu__ttl span::after {
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(45deg, rgb(0, 176, 235) 0.76%, rgb(4, 177, 231) 12.82%, rgb(17, 179, 220) 25.3%, rgb(37, 183, 200) 37.97%, rgb(66, 189, 173) 50.77%, rgb(104, 197, 138) 63.68%, rgb(150, 206, 96) 76.68%, rgb(203, 216, 46) 89.51%, rgb(252, 226, 0) 100%);
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
}
@media screen and (min-width: 1025px) {
  .service_menu {
    border-radius: 60px;
  }
  .service_menu.__reverse {
    flex-direction: row-reverse;
  }
  .service_menu + .service_menu {
    margin-top: 60px;
  }
  .service_menu__body {
    flex-grow: 1;
    padding-inline: 8.5%;
    padding-bottom: 62px;
    padding-top: 14px;
  }
  .service_menu__body .link_button {
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
  }
  .service_menu__img {
    flex-basis: 43.75%;
    flex-shrink: 0;
  }
  .service_menu__head em {
    font-size: 70px;
  }
  .service_menu__ttl {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .service_menu__list {
    margin-top: 20px;
  }
  .service_menu__list li {
    padding-left: 13.6%;
    padding-block: 8px;
  }
  .service_menu__list li + li {
    margin-top: 8px;
  }
  .service_menu__list li::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 7%;
  }
  .service_menu.__music {
    align-items: center;
    padding-right: 30px;
    padding-top: 54px;
    padding-bottom: 30px;
  }
  .service_menu.__music__body {
    padding-block: 0;
  }
}
@media screen and (max-width: 1400px) {
  .service_menu__body {
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  .service_menu {
    border-radius: 40px;
    flex-wrap: wrap;
  }
  .service_menu + .service_menu {
    margin-top: 30px;
  }
  .service_menu__body {
    flex-basis: 100%;
    padding-inline: 5%;
    padding-block: 20px;
  }
  .service_menu__body .link_button {
    margin-top: 15px;
  }
  .service_menu__img {
    flex-basis: 100%;
  }
  .service_menu__head em {
    font-size: 34px;
  }
  .service_menu__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service_menu__list {
    margin-top: 15px;
  }
  .service_menu__list li {
    padding-left: 34px;
    padding-right: 14px;
    padding-block: 8px;
  }
  .service_menu__list li + li {
    margin-top: 8px;
  }
  .service_menu__list li::before {
    width: 16px;
    height: 16px;
    top: 0.75em;
    left: 14px;
  }
  .service_menu.__music {
    padding-inline: 5%;
    padding-block: 20px;
    row-gap: 16px;
  }
  .service_menu.__music__body {
    padding-block: 0;
  }
}

.service_menu__music {
  border-radius: 40px;
  padding-block: 16px;
  position: relative;
}
.service_menu__music__head {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  text-align: center;
}
.service_menu__music__head span {
  position: relative;
}
.service_menu__music__head span::before, .service_menu__music__head span::after {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #1DADE5;
  position: absolute;
  top: calc(50% - 4px);
  content: "";
  transform-origin: bottom;
}
.service_menu__music__head span::before {
  left: -30px;
  transform: rotate(-30deg);
  transform-origin: bottom;
}
.service_menu__music__head span::after {
  right: -30px;
  transform: rotate(30deg);
}
.service_menu__music__ttl {
  margin-bottom: 0.5em;
  line-height: 1.33;
  text-align: center;
}
.service_menu__music__album {
  display: flex;
  justify-content: center;
}
.service_menu__music__album img {
  --blur: 5px;
}
@media screen and (min-width: 1025px) {
  .service_menu__music {
    flex-basis: 51.2%;
    flex-shrink: 0;
  }
  .service_menu__music__head {
    font-size: 24px;
  }
  .service_menu__music__ttl {
    font-size: clamp(16px, 1.33vw, 20px);
  }
  .service_menu__music__album img {
    flex-basis: 31.25%;
  }
}
@media screen and (max-width: 1024px) {
  .service_menu__music {
    flex-basis: 100%;
  }
  .service_menu__music__head {
    font-size: 18px;
  }
  .service_menu__music__ttl {
    font-size: 16px;
  }
  .service_menu__music__ttl span {
    display: inline-block;
  }
  .service_menu__music__album img {
    flex-basis: 40%;
  }
}

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

.purpose_common__grid {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .purpose_common__grid {
    margin-top: 30px;
  }
  .purpose_common__grid .page_grid__card {
    min-height: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_common__grid {
    margin-top: 20px;
  }
}

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

@media screen and (min-width: 1025px) {
  .purpose_pattern__grid {
    margin-top: 60px;
  }
  .purpose_pattern__grid .support__step {
    padding-top: 60px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_pattern__grid {
    margin-top: 40px;
    row-gap: 30px;
  }
}

.purpose_track {
  border-radius: 20px;
  --blur: 10px;
}
@media screen and (min-width: 1025px) {
  .purpose_track {
    padding-block: 40px;
    padding-inline: 5%;
    margin-block: 30px;
  }
  .purpose_track .page_dl dt {
    flex-basis: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_track {
    padding-block: 20px;
    padding-inline: 5%;
    margin-block: 20px;
  }
}

.service_flow__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(253, 245, 190) 37.72%, rgb(249, 244, 192) 48.4%, rgb(236, 240, 197) 59.83%, rgb(214, 234, 206) 71.61%, rgb(184, 225, 219) 83.63%, rgb(146, 214, 235) 95.73%, rgb(131, 210, 241) 100%);
}

.purpose_checklist {
  border-radius: 20px;
  --blur: 10px;
}
@media screen and (min-width: 1025px) {
  .purpose_checklist {
    padding-block: 30px;
    padding-inline: 30px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_checklist {
    padding-block: 20px;
    padding-inline: 5%;
    margin-top: 20px;
  }
}

.purpose_domains {
  --blur: 5px;
  border-radius: 20px;
}
.purpose_domains__item {
  display: flex;
  align-items: flex-start;
  padding-block: 10px;
  border-bottom: 1px solid #CDCECE;
}
.purpose_domains__num {
  aspect-ratio: 1/1;
  border-radius: 10px;
  text-align: center;
  flex-shrink: 0;
  line-height: 2;
}
.purpose_domains__body {
  flex-grow: 1;
  padding-block: 10px;
}
.purpose_domains__ttl {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .purpose_domains {
    padding-block: 30px;
    padding-inline: 5%;
    margin-top: 30px;
  }
  .purpose_domains__item {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .purpose_domains__num {
    flex-basis: 100px;
    font-size: 50px;
  }
  .purpose_domains__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_domains {
    padding-block: 20px;
    padding-inline: 5%;
    margin-top: 20px;
  }
  .purpose_domains__item {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .purpose_domains__num {
    flex-basis: 48px;
    font-size: 24px;
  }
  .purpose_domains__ttl {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .purpose_scene__grid, .purpose_service__grid {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_scene__grid, .purpose_service__grid {
    margin-top: 20px;
  }
}

.purpose_requirement__table {
  --blur: 10px;
  border-radius: 20px;
}
@media screen and (min-width: 1025px) {
  .purpose_requirement__table {
    padding-block: 40px;
    padding-inline: 5%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .purpose_requirement__table .page_dl dt {
    flex-basis: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_requirement__table {
    padding-block: 20px;
    padding-inline: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.purpose_requirement__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}

.purpose_requirement__tag {
  border: 1px solid #80D7F4;
  border-radius: 20px;
  flex-shrink: 0;
  font-weight: 700;
  padding-inline: 1em;
}
@media screen and (min-width: 1025px) {
  .purpose_requirement__tag {
    width: 220px;
    line-height: 40px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_requirement__tag {
    width: 170px;
    line-height: 30px;
    font-size: 14px;
  }
}

.purpose_cost {
  --blur: 10px;
  border-radius: 20px;
  text-align: center;
}
.purpose_cost__ttl {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .purpose_cost {
    padding-block: 40px;
    padding-inline: 5%;
  }
  .purpose_cost__ttl {
    font-size: 24px;
  }
  .purpose_cost .link_button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_cost {
    padding-block: 20px;
    padding-inline: 5%;
  }
  .purpose_cost__ttl {
    font-size: 20px;
  }
  .purpose_cost .link_button {
    margin-top: 20px;
  }
}

.media_support__step__img {
  aspect-ratio: 1/1;
  background-color: #E8F7FC;
  border-radius: 50%;
  position: relative;
  margin-inline: auto;
}
.media_support__step__img img {
  width: 70%;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .company_profile .page_dl dt, .company_history .page_dl dt {
    flex-basis: 160px;
  }
}

.company_signature {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.company_rep__body .page_ul {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #CDCECE;
}
@media screen and (min-width: 1025px) {
  .company_rep {
    display: grid;
    grid-template-columns: 40% 55%;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .company_rep__img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .company_rep__head {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .company_rep__body {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1024px) {
  .company_rep__img {
    margin-bottom: 20px;
  }
}

.confirm_table {
  margin-inline: auto;
}
.confirm_table th, .confirm_table td {
  padding-block: 0.5em;
  padding-inline: 1em;
  border: 1px solid #CDCECE;
}
.confirm_table th {
  background-color: #E5F7FD;
}
.confirm_table .required, .confirm_table .optional {
  margin-left: 20px;
}
@media screen and (min-width: 1025px) {
  .confirm_table {
    width: 900px;
  }
  .confirm_table th {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .confirm_table {
    width: 100%;
    max-width: 900px;
  }
  .confirm_table th, .confirm_table td {
    display: block;
    width: 100%;
    min-height: 2.5em;
  }
}

@media screen and (min-width: 1025px) {
  .contactform_table {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    margin-top: 40px;
  }
}
.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 #A6A6A7;
  border-radius: 10px;
  padding: 0.5em 1em;
  background-color: #FFF;
}
.contactform_table textarea {
  resize: none;
  height: 200px;
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox] {
  transform: scale(1.5);
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox], .contactform_table select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox,
.contactform_table .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (min-width: 1025px) {
  .contactform_table .wpcf7-form-control.wpcf7-checkbox,
  .contactform_table .wpcf7-form-control.wpcf7-radio {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .wpcf7-form-control.wpcf7-checkbox,
  .contactform_table .wpcf7-form-control.wpcf7-radio {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .wpcf7-list-item-label {
  vertical-align: middle;
  margin-left: 0.25em;
}
@media screen and (min-width: 1025px) {
  .contactform_table .wpcf7-list-item-label {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.contactform_table__row {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .contactform_table__row {
    margin-bottom: 36px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table__row {
    margin-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .contactform_table__cell {
    flex-shrink: 0;
  }
  .contactform_table__cell.__w50 {
    flex-basis: 48%;
  }
  .contactform_table__cell.__w100 {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table__cell {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .contactform_table .form_label {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .form_label {
    font-size: 16px;
  }
}
.contactform_table .form_ttl {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 10px;
}
.contactform_table__accept {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contactform_table__accept .wpcf7-form-control-wrap[data-name=your-accept] {
  width: 16px;
  height: 16px;
}
.contactform_table__accept .wpcf7-form-control-wrap[data-name=your-accept] input[type=checkbox] {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_table__accept .form_label {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table__accept .form_label {
    font-size: 14px;
  }
}
.contactform_table__accept .form_ttl {
  margin-bottom: 0;
}
.contactform_table .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.contactform_table .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
}
.contactform_table .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-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-top: 30px;
  }
}
.contactform_btns .wpcf7-submit,
.contactform_btns .wpcf7-previous {
  display: none;
}
.contactform_btns .wpcf7-submit:disabled ~ .link_button {
  opacity: 0.5;
  cursor: not-allowed;
}

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

.required, .optional {
  display: inline-block;
  padding-inline: 10px;
  border-radius: 6px;
  line-height: 1.5;
  border: 1px solid;
  font-weight: 700;
}

.required {
  border-color: #E48800;
  color: #E48800;
}

.contact_lead {
  margin-inline: auto;
  border-radius: 20px;
  --blur: 10px;
}
@media screen and (min-width: 1025px) {
  .contact_lead {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
    padding-block: 30px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .contact_lead {
    width: 100%;
    margin-bottom: 30px;
    padding-block: 20px;
    padding-inline: 5%;
  }
}

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

@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 */