@charset "UTF-8";
/* Copyright (C) ottoworks All Rights Reserved. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  color: inherit;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

picture {
  display: block;
}
picture img {
  display: block;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Abel", sans-serif;
}

.c_white {
  color: #fff;
}

:root {
  --extend: calc( ( 50vw - 50% ) * -1 );
  --sideW: min(2.2vw, 33px);
  --headerHeight: 90px;
  --sectionWrap: 5em;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 7.5vw;
    --headerHeight: 94px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
  background-color: #F5F5F5;
}

body {
  font: 400 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #525252;
  text-align: left;
  counter-reset: number 0;
}

#container_wrap {
  position: relative;
  overflow: hidden;
  padding-top: var(--headerHeight);
}

.section_wrap {
  padding: var(--sectionWrap) 0;
}

.inner, .recruit_anchorlink, .inner_l, .inner_m, .card_staff, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(800px + var(--sideW) * 2);
}

.inner_m, .card_staff {
  max-width: calc(1000px + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(1240px + var(--sideW) * 2);
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

label {
  cursor: pointer;
}

.opacity, .card_news, .footer_nav_child li a, .footer_nav a, .list_gnavi li a, .single_pagination li a, .breadcrumb a {
  transition: 0.3s;
}
.opacity:hover, .card_news:hover, .footer_nav_child li a:hover, .footer_nav a:hover, .list_gnavi li a:hover, .single_pagination li a:hover, .breadcrumb a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.marker_kome {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.marker_kome::before {
  content: "※";
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select {
  width: 100%;
  padding: 1.125rem;
  border-radius: 5px;
  border: none;
  background: #F5F5F5;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

input[type=checkbox] {
  accent-color: #004BB1;
  inline-size: 1.2em;
  block-size: 1.2em;
}

input[type=radio] {
  accent-color: #004BB1;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0 0 30px;
}
.wpcf7-radio .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wpcf7-radio .wpcf7-list-item label input,
.wpcf7-checkbox .wpcf7-list-item label input {
  transform: translateY(1px);
}

.wpcf7-checkbox.your-agreement .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap[data-name=your-agreement] {
  display: block;
  text-align: center;
  margin-top: 40px;
}

select {
  width: 100%;
  padding: 0.5em 28px 0.5em 0.5em;
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #525252;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  height: 15em;
}

::-moz-placeholder {
  color: #bfbfbf;
}

::placeholder {
  color: #bfbfbf;
}

picture {
  display: contents;
}

.wpcf7-form-control.your-content {
  display: block;
  background-color: #F5F5F5;
  padding: 1em 0;
  border-radius: 5px;
}

.wpcf7-form-control-wrap[data-name=flag] {
  display: none;
}

[data-form-step=input] .confirm_only {
  display: none;
}

[data-form-step=error] .confirm_only {
  display: none;
}

[data-form-step=confirm] .wpcf7-list-item,
[data-form-step=confirm] .input_only,
[data-form-step=confirm] .dlist_form dt.require:after,
[data-form-step=confirm] input[type=checkbox],
[data-form-step=confirm] input[type=radio],
[data-form-step=confirm] .list_kome,
[data-form-step=confirm] .contact_policy {
  display: none !important;
}
[data-form-step=confirm] input[type=text],
[data-form-step=confirm] input[type=email],
[data-form-step=confirm] input[type=tel],
[data-form-step=confirm] input[type=url],
[data-form-step=confirm] textarea,
[data-form-step=confirm] select,
[data-form-step=confirm] .wpcf7-form-control.your-content {
  resize: none;
  pointer-events: none;
}
[data-form-step=confirm] input[type=text]::-moz-placeholder, [data-form-step=confirm] input[type=email]::-moz-placeholder, [data-form-step=confirm] input[type=tel]::-moz-placeholder, [data-form-step=confirm] input[type=url]::-moz-placeholder, [data-form-step=confirm] textarea::-moz-placeholder, [data-form-step=confirm] select::-moz-placeholder, [data-form-step=confirm] .wpcf7-form-control.your-content::-moz-placeholder {
  display: none;
  color: transparent;
}
[data-form-step=confirm] input[type=text]::placeholder,
[data-form-step=confirm] input[type=email]::placeholder,
[data-form-step=confirm] input[type=tel]::placeholder,
[data-form-step=confirm] input[type=url]::placeholder,
[data-form-step=confirm] textarea::placeholder,
[data-form-step=confirm] select::placeholder,
[data-form-step=confirm] .wpcf7-form-control.your-content::placeholder {
  display: none;
  color: transparent;
}
[data-form-step=confirm] .wpcf7-form-control.your-content {
  padding: 1.125rem;
}

@media screen and (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.ttl_cmn_01 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 27px;
  font-weight: 500;
}
.ttl_cmn_01:before {
  content: "";
  display: block;
  width: 10px;
  height: 61px;
  background: url(../images/ttl_decoration.svg) no-repeat center bottom/contain;
  margin: 0 auto 20px;
}
.ttl_cmn_01.c_white {
  color: #fff;
}
.ttl_cmn_01.c_white:before {
  background: url(../images/ttl_decoration_white.svg) no-repeat center bottom/contain;
}

.ttl_cmn_02 {
  font-size: 27px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ttl_cmn_02:after {
  content: attr(data-en);
  display: block;
  font-family: "Abel", sans-serif;
  font-size: 1rem;
}
.ttl_cmn_02:before {
  content: "";
  display: block;
  width: calc(50vw - 50%);
  height: 5px;
  background: linear-gradient(270deg, #ccbdfc 0%, #8eceee 100%);
  border-radius: 0 100px 100px 0;
  position: absolute;
  top: 18px;
  right: calc(100% + 1rem);
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02:before {
    width: 60vw;
    border-radius: 100px 0px 0px 100px;
    left: calc(100% + 1rem);
    background: linear-gradient(90deg, #ccbdfc 0%, #8eceee 100%);
  }
}

.ttl_cmn_03 {
  font-size: 27px;
  font-weight: 500;
}
.ttl_cmn_03:after {
  content: attr(data-en);
  display: block;
  font-family: "Abel", sans-serif;
  font-size: 1rem;
  line-height: 21px;
}

.page_ttl_h1 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
}
@media screen and (max-width: 767px) {
  .page_ttl_h1 {
    max-width: 280px;
    aspect-ratio: 280/210;
    margin: 0 auto;
  }
}
.page_ttl_h1:before {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 48/54;
  background: url(../images/logo_white.svg) no-repeat center/contain;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page_ttl_h1:before {
    margin-bottom: 5px;
  }
}
.page_ttl_h1 .en {
  font-family: "Abel", sans-serif;
  font-size: 57px;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page_ttl_h1 .en {
    font-size: 50px;
  }
}
.page_ttl_h1 .ja {
  font-weight: 500;
  text-align: center;
}

.btn_cmn_01, .btn_cmn_04, .btn_cmn_02, .wpcf7-submit, .btn_ft_contact,
.btn_top, .btn_link_entry, .btn_cmn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  font-weight: 500;
  background-color: #fff;
  position: relative;
}
.btn_cmn_01:after, .btn_cmn_04:after, .btn_cmn_02:after, .wpcf7-submit:after, .btn_ft_contact:after,
.btn_top:after, .btn_link_entry:after, .btn_cmn_03:after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ico_arrow_right_01.svg);
  background-color: #525252;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_cmn_01:hover, .btn_cmn_04:hover, .btn_cmn_02:hover, .wpcf7-submit:hover, .btn_ft_contact:hover,
.btn_top:hover, .btn_link_entry:hover, .btn_cmn_03:hover {
  background-color: #525252;
  color: #fff;
}
.btn_cmn_01:hover:after, .btn_cmn_04:hover:after, .btn_cmn_02:hover:after, .wpcf7-submit:hover:after, .btn_ft_contact:hover:after,
.btn_top:hover:after, .btn_link_entry:hover:after, .btn_cmn_03:hover:after {
  background-color: #CC0011;
}

.btn_cmn_02, .wpcf7-submit, .btn_ft_contact,
.btn_top, .btn_link_entry, .btn_cmn_03 {
  max-width: 210px;
  height: 68px;
  font-size: 1.125rem;
  padding-right: 36px;
}
.btn_cmn_02:after, .wpcf7-submit:after, .btn_ft_contact:after,
.btn_top:after, .btn_link_entry:after, .btn_cmn_03:after {
  width: 32px;
  right: 18px;
  background-size: 19px;
}

.btn_cmn_03 {
  background-color: #F5F5F5;
}

.btn_cmn_04 {
  max-width: 160px;
  height: 44px;
  font-size: 0.875rem;
  padding-right: 26px;
}
.btn_cmn_04:after {
  width: 22px;
  right: 11px;
  background-size: 14px;
}

.btn_link_entry {
  max-width: 378px;
}

.btn_ft_contact,
.btn_top {
  max-width: 260px;
}

.wpcf7-submit {
  max-width: 274px;
}

.list_kome li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome li::before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li::before {
  content: "・";
}

.list_maru > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list_maru > li:before {
  content: "●";
  color: #8DCDED;
  margin-right: 0.5em;
}
.list_maru > li:nth-child(3n+1):before {
  color: #8DCDED;
}
.list_maru > li:nth-child(3n+2):before {
  color: #ABC1F6;
}
.list_maru > li:nth-child(3n):before {
  color: #CCBDFC;
}

.list_maru_02 > li {
  padding-left: 16px;
  position: relative;
  margin-top: 0.5em;
}
.list_maru_02 > li:first-child {
  margin-top: 0;
}
.list_maru_02 > li:before {
  content: "●";
  display: block;
  font-size: 10px;
  color: #8DCDED;
  position: absolute;
  left: 0;
  top: 5px;
}
.list_maru_02.purple > li:before {
  color: #CCBDFC;
}

.breadcrumb {
  text-align: right;
  padding-top: 1.5rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.navigation.pagination {
  font-family: "Abel", sans-serif;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .navigation.pagination {
    margin-top: 40px;
  }
}
.navigation.pagination .nav-links .page-numbers {
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1/1;
}
.navigation.pagination .nav-links .page-numbers.current {
  color: #004D9E;
}
.navigation.pagination .nav-links .page-numbers.prev {
  display: inline-flex;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff url(../images/ico_arrow_right_03.svg) no-repeat center/19px;
  text-indent: -99999px;
  transform: rotate(180deg);
}
.navigation.pagination .nav-links .page-numbers.next {
  display: inline-flex;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff url(../images/ico_arrow_right_03.svg) no-repeat center/19px;
  text-indent: -99999px;
}

.single_pagination {
  display: flex;
  justify-content: center;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .single_pagination {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.single_pagination li {
  width: 130px;
}
.single_pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 130px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev {
    order: 1;
  }
}
.single_pagination li.prev a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_left_01.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .single_pagination li.archive {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .single_pagination li.next {
    order: 2;
  }
}
.single_pagination li.next a:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_03.svg) no-repeat center/contain;
}

@keyframes hide {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes show {
  100% {
    opacity: 1;
  }
}
.loading {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .logo {
  width: 82px;
  opacity: 0;
}
.loading.end {
  animation: hide 0.5s ease-out forwards;
}

.home .loading.first.end {
  animation: hide 0.5s 2.5s ease-out forwards;
}
.home .loading.first.end .logo {
  animation: show 1s 1s ease-out forwards;
}

[data-hbm=btn] {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 1179px) {
  [data-hbm=btn] {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  [data-hbm=btn] {
    width: 40px;
  }
}
[data-hbm=btn]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
[data-hbm=btn] .box {
  display: block;
  width: 50%;
  position: relative;
}
[data-hbm=btn] .box .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #525252;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 4/3;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

.l_header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767px) {
  .l_header {
    position: absolute;
    background: none;
  }
}
.l_header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  height: var(--headerHeight);
  padding-left: var(--sideW);
}
@media screen and (max-width: 767px) {
  .l_header__inner {
    height: auto;
    align-items: flex-start;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l_header__logo {
    margin-top: 10px;
  }
}

#gnavi {
  flex-shrink: 0;
}
@media screen and (max-width: 1179px) {
  #gnavi {
    transform: translateX(100%);
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    width: 160px;
    height: 100vh;
    background: #fff;
    padding: 40px 16px 5px;
    transition: 0.3s;
    overflow: scroll;
  }
  #gnavi.js-active {
    transform: translateX(0);
  }
}

.hbm_btn {
  position: relative;
  z-index: 6;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1180px) {
  .hbm_btn {
    display: none;
  }
}

.list_gnavi {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1179px) {
  .list_gnavi {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 1179px) {
  .list_gnavi li {
    border-bottom: 1px solid #8DCDED;
    width: 100%;
    padding: 0 0 16px 8px;
  }
  .list_gnavi li:nth-last-child(2) {
    border: none;
  }
  .list_gnavi li:last-child {
    border: none;
  }
}
.list_gnavi li a {
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
}
.list_gnavi li a:before {
  content: attr(data-en);
  display: block;
  font-family: "Abel", sans-serif;
  font-size: 1rem;
}
.list_gnavi li a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 160px;
  height: var(--headerHeight);
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  color: #fff;
  text-align: center;
}
.list_gnavi li a.button:before {
  font-size: 26px;
  line-height: 1.2;
}
@media screen and (max-width: 1179px) {
  .list_gnavi li a.button {
    width: 100%;
  }
}
.list_gnavi li.has_child {
  position: relative;
}
.list_gnavi li.has_child .parent {
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  position: relative;
}
.list_gnavi li.has_child .parent:before {
  content: attr(data-en);
  display: block;
  font-family: "Abel", sans-serif;
  font-size: 1rem;
}
.list_gnavi li.has_child .parent:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #8dcded transparent transparent transparent;
  border-width: 8px 4.5px 0px 4.5px;
  position: absolute;
  top: 2.5em;
  left: 4.375em;
  transition: 0.3s;
}
@media screen and (max-width: 1179px) {
  .list_gnavi li.has_child .parent:after {
    content: none;
  }
}
.list_gnavi li.has_child.js-active .parent:after {
  transform: rotate(180deg);
}
.list_gnavi li.has_child .child {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 1em;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1179px) {
  .list_gnavi li.has_child .child {
    display: block;
    position: static;
    padding-left: 1em;
  }
}

.l_footer {
  padding: 50px 0 0;
  background-color: #fff;
  border-top: 1px solid #D1D1D1;
}

.footer_box {
  display: flex;
  justify-content: center;
  padding: 0 3% 0 0;
}
@media screen and (max-width: 767px) {
  .footer_box {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
}

.footer_left {
  padding-right: 48px;
  border-right: 1px solid #D1D1D1;
}
@media screen and (max-width: 767px) {
  .footer_left {
    border-right: none;
    padding-right: 0;
  }
}
.footer_left .logo {
  width: 382px;
}
@media screen and (max-width: 767px) {
  .footer_left .logo {
    width: 280px;
    margin: 0 auto;
  }
}
.footer_left .logo img {
  width: 100%;
  max-width: unset;
}
.footer_left p {
  padding-left: 103px;
  margin-top: -13px;
}
@media screen and (max-width: 767px) {
  .footer_left p {
    padding-left: 0;
    margin-top: 11px;
    text-align: center;
    font-size: 15px;
    line-height: 1.67;
  }
}

.footer_right {
  padding: 10px 0 0 45px;
}
@media screen and (max-width: 767px) {
  .footer_right {
    padding: 0 6%;
  }
}

.footer_nav {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav li {
    width: 33.3333333333%;
    padding: 0 0 26px;
    border-bottom: 1px solid #D1D1D1;
  }
  .footer_nav li:last-child {
    border: none;
  }
}
.footer_nav li > a,
.footer_nav li .parent {
  font-size: 0.75rem;
}
.footer_nav li > a:before,
.footer_nav li .parent:before {
  content: attr(data-en);
  display: block;
  font-family: "Abel", sans-serif;
  font-size: 1rem;
}
.footer_nav_child {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .footer_nav_child {
    margin-top: 6px;
  }
}
.footer_nav_child li {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .footer_nav_child li {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.footer_nav_child li a:before {
  content: "─";
  display: inline-block;
  margin-right: 0.25em;
  transform: translateY(2px);
}

.copyright {
  width: 100%;
  text-align: right;
  font-family: "Abel", sans-serif;
  font-size: 0.875rem;
  padding: 2.25em 0 1.5em;
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}

.footer_access .inner_m, .footer_access .card_staff {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_access .inner_m, .footer_access .card_staff {
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
    padding-top: 50px;
  }
}
.footer_access .box_text {
  width: 294px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer_access .box_text {
    width: auto;
    padding: 0 6%;
  }
}
.footer_access .box_text address {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 1.5em;
}
.footer_access .box_map {
  flex-grow: 1;
  display: block;
  overflow: hidden;
  height: 450px;
  margin: 0 var(--extend) 0 0;
}
.footer_access .box_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer_access .box_map {
    margin: 0 var(--extend);
    height: 316px;
  }
}

.footer_contact {
  background: linear-gradient(270deg, #ccbdfc 0%, #8eceee 100%);
  padding: 4.75rem 0;
}
.footer_contact .inner_m, .footer_contact .card_staff {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_contact .inner_m, .footer_contact .card_staff {
    flex-direction: column;
  }
}
.footer_contact .inner_m .box_left, .footer_contact .card_staff .box_left {
  width: 294px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer_contact .inner_m .box_left, .footer_contact .card_staff .box_left {
    width: 100%;
  }
}
.footer_contact .inner_m .box_right, .footer_contact .card_staff .box_right {
  padding-left: 7.6%;
}
@media screen and (max-width: 767px) {
  .footer_contact .inner_m .box_right, .footer_contact .card_staff .box_right {
    padding: 0 6%;
  }
}
.footer_contact .inner_m .box_right p, .footer_contact .card_staff .box_right p {
  font-size: 0.9375rem;
  line-height: 2.26;
  color: #fff;
  margin-bottom: 1.5em;
}
.footer_contact .inner_m .list_action, .footer_contact .card_staff .list_action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 46px;
}
@media screen and (max-width: 767px) {
  .footer_contact .inner_m .list_action li:nth-child(1), .footer_contact .card_staff .list_action li:nth-child(1) {
    margin: 0 -6%;
  }
}
.footer_contact .inner_m .list_action li:nth-child(2), .footer_contact .card_staff .list_action li:nth-child(2) {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .footer_contact .inner_m .list_action li:nth-child(2), .footer_contact .card_staff .list_action li:nth-child(2) {
    margin: 0 auto;
  }
}
.footer_contact .inner_m .list_action .tel, .footer_contact .card_staff .list_action .tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Abel", sans-serif;
  font-size: 2.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_contact .inner_m .list_action .tel, .footer_contact .card_staff .list_action .tel {
    font-size: 2.75rem;
  }
}
.footer_contact .inner_m .list_action .tel:before, .footer_contact .card_staff .list_action .tel:before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #525252 url(../images/ico_tel.svg) no-repeat center/23px;
}
@media screen and (max-width: 767px) {
  .footer_contact .inner_m .list_action .tel:before, .footer_contact .card_staff .list_action .tel:before {
    width: 40px;
  }
}
.footer_contact__ttl {
  color: #fff;
  background: url(../images/ico_arrow_right_02.svg) no-repeat center right/34px;
}
@media screen and (max-width: 767px) {
  .footer_contact__ttl {
    background: url(../images/ico_arrow_bottom_02.svg) no-repeat center bottom/54px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
}
.footer_contact__ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 27px;
  line-height: 1.26;
}
@media screen and (max-width: 767px) {
  .footer_contact__ttl span {
    margin: 0 auto;
  }
}
.footer_contact__ttl span:after {
  content: attr(data-en);
  display: block;
  margin-top: 4px;
  font-family: "Abel", sans-serif;
  font-size: 1rem;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_firstview {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_firstview {
    margin-top: 16px;
    flex-direction: column-reverse;
  }
}
.top_firstview .box_text {
  position: relative;
  z-index: 1;
  width: 20.7%;
  flex-shrink: 0;
  padding-left: calc(var(--sideW) * 2);
  margin-top: 10%;
}
@media screen and (max-width: 767px) {
  .top_firstview .box_text {
    padding: 24px var(--sideW) 40px;
    width: 100%;
    margin-top: 0;
  }
}
.top_firstview .box_text .catch {
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-right: -50vw;
}
@media screen and (max-width: 767px) {
  .top_firstview .box_text .catch {
    margin: 0;
    font-size: 24px;
  }
}
.top_firstview .box_text .catch .en {
  display: block;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .top_firstview .box_text .catch .en {
    font-size: 18px;
  }
}
.top_firstview .box_image {
  flex-grow: 1;
}
.top_firstview .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.top_firstview .splide__slide picture {
  display: block;
}
.top_firstview .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.67%;
}
@media screen and (max-width: 767px) {
  .top_firstview .splide__slide:after {
    padding-top: 106.7%;
  }
}
.top_firstview .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top_firstview .splide__pagination {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 150px auto;
}
@media screen and (max-width: 767px) {
  .top_firstview .splide__pagination {
    display: flex;
    margin: 0 auto;
  }
}
.top_firstview .splide__pagination li {
  display: block;
}
.top_firstview .splide__pagination li button {
  padding: 0;
  opacity: 1;
  background: #fff;
  margin: 10px;
  width: 12px;
  height: 12px;
}
.top_firstview .splide__pagination li button.is-active {
  position: relative;
  transform: none;
}
.top_firstview .splide__pagination li button.is-active:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  border-radius: 50%;
  border: 1px solid #fff;
}

.top_news {
  margin: -90px 0 578px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news {
    margin: 0 0 564px;
  }
}
.top_news .box {
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.08);
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_news .box {
    flex-direction: column;
    margin-right: var(--extend);
  }
}
.top_news .box .box_left {
  flex-shrink: 0;
  width: 240px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_news .box .box_left {
    width: 100%;
    aspect-ratio: unset;
    background: linear-gradient(270deg, #ccbdfc 0%, #8eceee 100%);
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px var(--sideW);
  }
}
.top_news .box .box_left .top_news_ttl {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  padding: 0 1em 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.top_news .box .box_left .top_news_ttl:after {
  content: attr(data-en);
  display: block;
  text-align: center;
  font-family: "Abel", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top_news .box .box_left .top_news_ttl {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #fff;
    margin-right: 14px;
    padding-right: 14px;
  }
  .top_news .box .box_left .top_news_ttl:after {
    font-size: 14px;
  }
}
.top_news .box .box_left .top_news_link {
  font-size: 15px;
}
.top_news .box .box_left .top_news_link:after {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff url(../images/ico_arrow_right_04.svg) no-repeat center/18px;
  margin: 0.5em auto 0;
  transition: 0.5s;
}
.top_news .box .box_left .top_news_link:hover:after {
  background: #CC0011 url(../images/ico_arrow_right_01.svg) no-repeat center/18px;
}
@media screen and (max-width: 767px) {
  .top_news .box .box_left .top_news_link {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .top_news .box .box_left .top_news_link:after {
    margin-top: 0;
  }
}
.top_news .box .box_right {
  flex-grow: 1;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 11.3% 0 4.6%;
}
@media screen and (max-width: 767px) {
  .top_news .box .box_right {
    padding: 15px 0 15px var(--sideW);
  }
}
@media screen and (max-width: 767px) {
  .top_news .list_news > li {
    padding: 20px var(--sideW) 20px 0;
  }
  .top_news .list_news > li:first-child {
    padding-top: 20px;
  }
  .top_news .list_news > li:last-child {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top_news .card_news {
    display: flex;
    align-items: center;
  }
  .top_news .card_news--category {
    flex-shrink: 0;
  }
  .top_news .card_news--date {
    flex-shrink: 0;
    margin-right: 20px;
  }
  .top_news .card_news--ttl {
    margin-top: 0;
  }
}

.top_strength {
  position: relative;
  z-index: 1;
}
.top_strength .inner_m, .top_strength .card_staff {
  display: flex;
  gap: 5.7%;
  position: relative;
  padding-top: 112px;
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .top_strength .inner_m, .top_strength .card_staff {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top_strength .inner_m:before, .top_strength .card_staff:before {
  content: "";
  display: block;
  width: calc(100% + 50vw - 50%);
  height: 100%;
  background: linear-gradient(270deg, #ccbdfc 0%, #8eceee 100%);
  position: absolute;
  top: 0;
  right: var(--sideW);
  border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 767px) {
  .top_strength .inner_m:before, .top_strength .card_staff:before {
    border-radius: 0 0 100px 0;
  }
}
.top_strength .inner_m:after, .top_strength .card_staff:after {
  content: "";
  display: block;
  width: 93.1%;
  aspect-ratio: 931/221;
  background: url(../images/top_strength_01.png) no-repeat center/contain;
  position: absolute;
  top: calc(100% - 62px);
  right: max(var(--extend) + var(--sideW), -115px);
}
@media screen and (max-width: 767px) {
  .top_strength .inner_m:after, .top_strength .card_staff:after {
    position: relative;
    order: 5;
    background: url(../images/top_strength_01_sp.png) no-repeat center/contain;
    width: 94.2%;
    aspect-ratio: 300/258;
    margin: 42px 0 0 5.8%;
  }
}
.top_strength .box_left {
  width: 37%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_strength .box_left {
    display: contents;
  }
}
.top_strength .box_right {
  flex-grow: 1;
  position: relative;
  display: flex;
  gap: 40px;
  margin-top: -112px;
}
@media screen and (max-width: 767px) {
  .top_strength .box_right {
    margin-top: 0;
    display: block;
    order: 3;
    padding: 0 5.8vw;
  }
}
.top_strength .box_right .list_lineup {
  border-left: 1px solid #fff;
  padding: 55px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .top_strength .box_right .list_lineup {
    padding-top: 0;
  }
}
.top_strength .box_right .list_lineup > li {
  font-size: 15px;
  padding-left: 37px;
  position: relative;
  padding-bottom: 1em;
}
.top_strength .box_right .list_lineup > li:before {
  content: attr(data-num);
  font-family: "Abel", sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -3px;
  left: 0;
}
.top_strength__ttl {
  color: #fff;
}
.top_strength__ttl:before {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top_strength__ttl {
    padding: 0 5.8vw;
    order: 1;
  }
}
.top_strength__text {
  position: relative;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 15px;
  line-height: 2.25;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .top_strength__text {
    margin: 20px 0;
    padding: 0 5.8vw;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top_strength .btn_cmn_02, .top_strength .btn_cmn_03, .top_strength .btn_link_entry, .top_strength .btn_ft_contact,
  .top_strength .btn_top, .top_strength .wpcf7-submit {
    order: 4;
    margin-left: 5.8vw;
    margin-top: 26px;
  }
}

.top_equipment {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_equipment {
    margin-bottom: 50px;
  }
}
.top_equipment .inner_m, .top_equipment .card_staff {
  padding-top: 270px;
  padding-bottom: 105px;
  position: relative;
  display: flex;
  gap: 5.4%;
}
@media screen and (max-width: 767px) {
  .top_equipment .inner_m, .top_equipment .card_staff {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }
}
.top_equipment .inner_m:before, .top_equipment .card_staff:before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 180px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 0 94px;
  position: absolute;
  bottom: 0;
  left: calc(-80px + var(--sideW));
}
@media screen and (max-width: 767px) {
  .top_equipment .inner_m:before, .top_equipment .card_staff:before {
    width: calc(100vw + 20px);
    height: calc(100% + 418px);
    left: 0;
    border-radius: 0 100px 100px 0;
    background-color: white;
  }
}
.top_equipment .inner_m .box_text, .top_equipment .card_staff .box_text {
  position: relative;
  width: 50%;
  flex-shrink: 0;
}
.top_equipment .inner_m .box_text .btn_cmn_03, .top_equipment .card_staff .box_text .btn_cmn_03 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_equipment .inner_m .box_text, .top_equipment .card_staff .box_text {
    width: 100%;
    padding: 0 5.8vw;
  }
  .top_equipment .inner_m .box_text .btn_cmn_03, .top_equipment .card_staff .box_text .btn_cmn_03 {
    margin: 32px auto 50px;
  }
}
.top_equipment .inner_m .box_right, .top_equipment .card_staff .box_right {
  position: relative;
  flex-grow: 1;
  margin-right: max((50vw - 50%) * -1 + var(--sideW), -150px);
}
@media screen and (max-width: 767px) {
  .top_equipment .inner_m .box_right, .top_equipment .card_staff .box_right {
    margin-right: 0;
  }
}
.top_equipment .inner_m .box_right .image_01, .top_equipment .card_staff .box_right .image_01 {
  display: block;
  overflow: hidden;
  aspect-ratio: 596/398;
}
@media screen and (max-width: 767px) {
  .top_equipment .inner_m .box_right .image_01, .top_equipment .card_staff .box_right .image_01 {
    margin-right: calc((50vw - 50%) * -1);
    height: auto;
    aspect-ratio: 368/245;
  }
}
.top_equipment .inner_m .box_right .image_01 img, .top_equipment .card_staff .box_right .image_01 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_equipment .inner_m .box_right .image_02, .top_equipment .card_staff .box_right .image_02 {
  max-width: 487px;
  margin-top: -66px;
  margin-left: -36px;
}
@media screen and (max-width: 767px) {
  .top_equipment .inner_m .box_right .image_02, .top_equipment .card_staff .box_right .image_02 {
    width: 263px;
    margin: -23px auto 0;
  }
}
.top_equipment .inner_m .box_right .image_03, .top_equipment .card_staff .box_right .image_03 {
  max-width: 371px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_equipment .inner_m .box_right .image_03, .top_equipment .card_staff .box_right .image_03 {
    width: 100%;
  }
}
.top_equipment__text {
  margin: 30px 0 40px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: 2.25;
}

.top_equipment .group {
  margin-top: 20px;
}
.top_equipment .group:first-child {
  margin-top: 0;
}
.top_equipment .group dt {
  margin-bottom: 0.25em;
}
.top_equipment .group dt:before {
  content: "●";
  color: #8DCDED;
  margin-right: 0.5em;
}
.top_equipment .group dd {
  font-size: 14px;
  padding-left: 1.5rem;
}
.top_equipment .group:nth-child(3n) dt:before {
  color: #CCBDFC;
}
.top_equipment .group:nth-child(3n+1) dt:before {
  color: #8DCDED;
}
.top_equipment .group:nth-child(3n+2) dt:before {
  color: #ABC1F6;
}

.top_company {
  margin-bottom: 36px;
}
.top_company .content {
  display: flex;
  align-items: flex-start;
  gap: 5.5%;
}
@media screen and (max-width: 767px) {
  .top_company .content {
    flex-direction: column;
    align-items: stretch;
    padding: 0 calc(var(--sideW) + 18px);
  }
}
.top_company .box_text {
  width: 38.7%;
  flex-shrink: 0;
  padding-top: 3%;
}
.top_company .box_text .ttl_cmn_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_company .box_text .ttl_cmn_02 {
    order: 1;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top_company .box_text {
    display: contents;
  }
}
.top_company .box_image {
  flex-grow: 1;
  margin-right: max((50vw - 50%) * -1 + var(--sideW), -150px);
  display: block;
  overflow: hidden;
  aspect-ratio: 715/582;
}
@media screen and (max-width: 767px) {
  .top_company .box_image {
    margin: 0 var(--extend) 0;
    order: 3;
  }
}
.top_company .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_company__text {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: 2.25;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_company__text {
    letter-spacing: -0.02em;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top_company__links {
    order: 4;
    margin-top: 40px;
  }
}
.top_company__links > li {
  margin-top: 20px;
}
.top_company__links > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top_company__links > li a {
    margin: 0 auto;
  }
}

.top_product {
  background-color: #9B9B9B;
  padding: 48px 0 60px;
}
.top_product .ttl_cmn_01 {
  color: #fff;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .top_product .ttl_cmn_01 {
    margin-bottom: 25px;
  }
}
.top_product .ttl_cmn_01:after {
  content: attr(data-en);
  display: block;
  font-family: "Abel", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.top_product__link {
  margin: 68px auto 0;
}
@media screen and (max-width: 767px) {
  .top_product__link {
    margin-top: 30px;
  }
}

.product_slider_wrap {
  margin: 0 var(--extend);
}
.product_slider .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.product_slider .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66%;
}
.product_slider .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.top_recruit {
  padding: 112px var(--sideW) 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_recruit {
    padding: 0;
  }
}
.top_recruit .container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top_recruit:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top_recruit_01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_recruit:after {
    position: static;
    background: url(../images/top_recruit_01_sp.jpg) no-repeat center/cover;
    height: auto;
    aspect-ratio: 375/294;
  }
}
.top_recruit .box {
  width: 437px;
  background-color: #fff;
  padding: 75px 50px 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_recruit .box {
    width: 100%;
    padding: 50px 12.6% 60px;
  }
}
.top_recruit__ttl {
  font-size: 27px;
  font-weight: 500;
  position: relative;
}
.top_recruit__ttl:before {
  content: "";
  display: block;
  width: calc(100% - 89px);
  height: 5px;
  border-radius: 5px 0 0 5px;
  background: linear-gradient(270deg, #ccbdfc 0%, #8eceee 100%);
  position: absolute;
  top: 16px;
  left: 139px;
}
.top_recruit__ttl:after {
  content: attr(data-en);
  display: block;
  font-family: "Abel", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.top_recruit__text {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: 2.25;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .top_recruit__text {
    margin: 20px 0 26px;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit__link {
    margin: 0 auto;
  }
}

.top_instagram {
  padding: 100px 0;
  background-color: #fff;
}
.top_instagram .inner, .top_instagram .recruit_anchorlink, .top_instagram .inner_s, .top_instagram .inner_m, .top_instagram .card_staff, .top_instagram .inner_l {
  max-width: calc(1300px + var(--sideW) * 2);
}
.top_instagram__ttl {
  font-family: "Abel", sans-serif;
  font-size: 46px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_instagram__ttl {
    margin-bottom: 20px;
  }
}
.top_instagram__ttl:after {
  content: "";
  display: block;
  width: 61px;
  height: 10px;
  background: url(../images/ttl_decoration_02.svg) no-repeat center/contain;
  margin: 10px auto 0;
}
.top_instagram .btn_cmn_02, .top_instagram .btn_cmn_03, .top_instagram .btn_link_entry, .top_instagram .btn_ft_contact,
.top_instagram .btn_top, .top_instagram .wpcf7-submit {
  margin: 20px auto 0;
}

#sb_instagram #sbi_images {
  gap: 18px;
}
@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images {
    width: 836px !important;
    gap: 12px;
  }
}
#sb_instagram .sbi_photo {
  height: auto !important;
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
}
#sb_instagram .sbi_photo img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_header {
  margin-top: calc(55px - 1.5rem);
}
@media screen and (max-width: 767px) {
  .page_header {
    margin-top: 38px;
  }
}
.page_header .inner_m, .page_header .card_staff {
  display: flex;
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .page_header .inner_m, .page_header .card_staff {
    display: block;
    margin-top: 0;
  }
}
.page_header .box_text {
  width: 326px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page_header .box_text {
    width: 100%;
  }
}
.page_header .box_image {
  margin: 70px 0 0 -76px;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_header .box_image {
    margin: -30px var(--extend) 0;
  }
}
.page_header .box_image:before {
  content: "";
  display: block;
  width: calc(100% + 50vw - 50%);
  height: 100%;
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.page_header .box_image .image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 750/515;
}
.page_header .box_image .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-vision .page_header {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page-vision .page_header {
    margin-bottom: 50px;
  }
}

.sec_message {
  margin: 0 0 110px;
}
@media screen and (max-width: 767px) {
  .sec_message {
    margin: 0 0 50px;
  }
}
.sec_message .ttl_cmn_01 {
  margin-left: 11%;
}
@media screen and (max-width: 767px) {
  .sec_message .ttl_cmn_01 {
    margin: 0 auto 40px;
  }
}
.sec_message .box_flex {
  margin-top: -120px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec_message .box_flex {
    display: block;
    margin: 0 var(--extend);
  }
}
.sec_message .box_flex .box_image {
  flex-grow: 1;
  display: block;
  overflow: hidden;
  height: 548px;
  margin: 0 -34.4% 0 calc(var(--extend) + var(--sideW));
  margin-top: 205px;
}
.sec_message .box_flex .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec_message .box_flex .box_image {
    display: none;
  }
}
.sec_message .box_flex .message_box {
  width: 59.3%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec_message .box_flex .message_box {
    width: auto;
  }
}

.message_box {
  padding: 60px 6.15%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
@media screen and (max-width: 767px) {
  .message_box {
    padding: 42px 12.6% 46px;
  }
}
.message_box:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .message_box:before {
    width: 10px;
  }
}
.message_box p {
  font-size: 15px;
  line-height: 2.25;
  margin-top: 2em;
}
.message_box p:first-child {
  margin-top: 0;
}
.message_box .name {
  margin-top: 40px;
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .message_box .name {
    margin-top: 30px;
  }
}
.message_box .name .position {
  font-size: 0.75em;
  margin-right: 1em;
}
.message_box .image {
  position: relative;
  margin: 30px var(--extend) 0;
}

.sec_policy {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  padding: 3.75rem 0;
}
.sec_policy .ttl_cmn_01 {
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec_policy .ttl_cmn_01 {
    margin: 0 auto 40px;
  }
}

.list_policy {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 3.6%;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .list_policy {
    flex-direction: column;
    align-items: center;
  }
}
.list_policy li {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1/1;
  background-color: #fff;
  text-align: center;
  padding-top: 28px;
}
.list_policy li:before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  color: #8DCDED;
  font-family: "Abel", sans-serif;
  font-size: 66px;
  line-height: 1;
}
.list_policy li:nth-child(2):before {
  color: #ABC1F6;
}
.list_policy li:nth-child(3):before {
  color: #CCBDFC;
}
.list_policy--ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.75em;
}
.list_policy--text {
  font-size: 15px;
  line-height: 2;
}

.sec_logo {
  padding: 5rem 0 8.5rem;
  background: url(../images/vision_02.png) no-repeat center/1366px;
}
@media screen and (max-width: 767px) {
  .sec_logo {
    background: none;
    padding: 42px 0 50px;
  }
  .sec_logo .inner_m, .sec_logo .card_staff {
    padding: 0;
  }
}
.sec_logo .ttl_cmn_01 {
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .sec_logo .ttl_cmn_01 {
    margin: 0 auto 2.5rem;
  }
}
.sec_logo .logo_content {
  padding: 60px 4% 80px;
  background-color: #fff;
  width: 100%;
  max-width: 378px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_logo .logo_content {
    padding: 60px var(--sideW) 50px;
    max-width: unset;
  }
}
.sec_logo .logo_content .logo {
  width: 150px;
  margin: 0 auto;
}
.sec_logo .logo_content .image {
  margin: 0 var(--extend);
}
.sec_logo .logo_content p {
  margin-top: 45px;
  text-align: center;
  font-size: 15px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .sec_logo .logo_content p {
    margin-top: 0;
  }
}

.sec_effort {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  padding: 3.125rem 0 5rem;
}
.sec_effort .ttl_cmn_01 {
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec_effort .ttl_cmn_01 {
    margin: 0 auto 40px;
  }
}

.list_effort {
  counter-reset: number 0;
}
.list_effort > li {
  background-color: #fff;
  padding: 2rem 10% 5rem;
  border-radius: 0 0 100px 0;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .list_effort > li {
    margin-top: 50px;
    border-radius: 0 0 20px 0;
  }
}
.list_effort > li:first-child {
  margin-top: 0;
}
.list_effort > li h3:before {
  counter-increment: number 1;
  content: counter(number);
}
@media screen and (max-width: 767px) {
  .list_effort > li {
    padding: 2.5em 6%;
  }
}

.card_effort h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.card_effort h3:before {
  display: block;
  font-family: "Abel", sans-serif;
  color: #8DCDED;
  font-size: 4.125rem;
  line-height: 1;
}
.card_effort p {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.9375rem;
  line-height: 2.25;
}

.sdgs_image {
  text-align: center;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .sdgs_image {
    margin: 30px 0 50px;
  }
}

.list_sdgs > li {
  margin-top: 30px;
}

.card_accordion--ttl {
  padding: 0.75em 10px 0.75em 40px;
  border-radius: 20px 0 0 0;
  background-color: #8DCDED;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.45;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .card_accordion--ttl {
    padding: 1em 6px 1em 10px;
    gap: 10%;
  }
}
.card_accordion--ttl span {
  flex-shrink: 0;
  display: block;
  width: 80px;
  font-family: "Abel", sans-serif;
  font-size: 0.875rem;
  padding-left: 16px;
  background: url(../images/ico_arrow_bottom_01.svg) no-repeat center left/10px;
}
.card_accordion--ttl span.active {
  background: url(../images/ico_arrow_top_01.svg) no-repeat center left/10px;
}
.card_accordion--ttl .active {
  display: none;
}
.card_accordion--ttl.js-active .active {
  display: block;
}
.card_accordion--ttl.js-active .inactive {
  display: none;
}
.card_accordion--content {
  display: none;
  border: 1px solid #8DCDED;
  border-top: none;
  background-color: #F5F5F5;
  padding: 30px 5% 40px;
}
@media screen and (max-width: 767px) {
  .card_accordion--content {
    padding: 20px 5% 25px;
  }
}

.iso_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 70px;
  margin: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .iso_content {
    flex-direction: column;
    margin: 30px 0;
  }
}
.iso_content .box_image {
  width: 200px;
}
.iso_content .list_maru {
  font-weight: 500;
}
.iso_content .list_maru > li {
  margin-top: 0.5em;
}
.iso_content .list_maru > li:first-child {
  margin-top: 0;
}

.dlist_qms {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 50px;
}
.dlist_qms dt {
  padding: 0.75em 10px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  background-color: #8DCDED;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dlist_qms dt {
    padding: 0.75em 2px;
  }
}
.dlist_qms dd {
  background-color: #F5F5F5;
  padding: 30px 4% 40px;
  font-size: 0.9375rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .dlist_qms dd {
    padding: 20px 4.8%;
  }
}

.qms_ttl {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 30px;
}

@media screen and (max-width: 767px) {
  .qms_figure_01 {
    display: block;
    width: 600px;
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .qms_figure_02 {
    display: block;
    width: 600px;
    max-width: unset;
  }
}

.icon_swipe {
  margin-top: 24px;
  text-align: center;
}

.sec_outline {
  padding: 7rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .sec_outline {
    padding: 50px 0;
  }
}
.sec_outline .ttl_cmn_01 {
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec_outline .ttl_cmn_01 {
    margin-bottom: 40px;
  }
}
.sec_outline .box_content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec_outline .box_content {
    flex-direction: column;
    align-items: unset;
  }
}
.sec_outline .box_content .dlist_outline {
  width: 100%;
  flex-shrink: 0;
}
.sec_outline .box_content:after {
  flex-grow: 1;
  content: "";
  display: block;
  margin-left: calc((100% - 480px) * -1);
  background: url(../images/company_01.jpg) no-repeat center/cover;
  aspect-ratio: 335/188;
}
@media screen and (max-width: 767px) {
  .sec_outline .box_content:after {
    width: 100%;
    height: auto;
    aspect-ratio: 320/250;
    margin: 30px 0 0;
  }
}

.dlist_outline .group {
  display: flex;
  gap: 8px;
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 1.5em;
}
.dlist_outline .group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dlist_outline .group {
    flex-direction: column;
    gap: 0;
  }
}
.dlist_outline dt {
  width: 110px;
  flex-shrink: 0;
  position: relative;
}
.dlist_outline dt:before {
  content: "●";
  display: block;
  font-size: 10px;
  color: #8DCDED;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .dlist_outline dt {
    padding-left: 18px;
  }
  .dlist_outline dt:before {
    right: unset;
    left: 0;
  }
}
.dlist_outline dd {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .dlist_outline dd {
    padding-left: 18px;
  }
}

.sec_partner {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  padding: 3.125rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec_partner {
    padding: 50px 0 40px;
  }
}
.sec_partner .ttl_cmn_01 {
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec_partner .ttl_cmn_01 {
    margin-bottom: 30px;
  }
}

.dlist_partner {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.dlist_partner .group {
  display: flex;
  gap: 8px;
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 1.5em;
}
.dlist_partner .group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dlist_partner .group {
    flex-direction: column;
    gap: 0;
  }
}
.dlist_partner dt {
  width: 130px;
  flex-shrink: 0;
  position: relative;
}
.dlist_partner dt:before {
  content: "●";
  display: block;
  font-size: 10px;
  color: #fff;
  opacity: 0.35;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .dlist_partner dt {
    padding-left: 18px;
  }
  .dlist_partner dt:before {
    right: unset;
    left: 0;
  }
}
.dlist_partner dd {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.dlist_partner dd ul li {
  display: inline-block;
  margin-right: 0.75em;
}
@media screen and (max-width: 767px) {
  .dlist_partner dd {
    padding-left: 18px;
  }
}

.sec_history {
  padding: 6rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .sec_history {
    padding: 50px 0 70px;
  }
}
.sec_history .ttl_cmn_01 {
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec_history .ttl_cmn_01 {
    margin-bottom: 30px;
  }
}
.sec_history .box_content {
  display: flex;
  gap: 40px 5%;
}
@media screen and (max-width: 767px) {
  .sec_history .box_content {
    flex-direction: column;
  }
}
.sec_history .box_content .list_history {
  flex-grow: 1;
}
.sec_history .box_content .gallery_history {
  width: 42.1%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec_history .box_content .gallery_history {
    width: 100%;
  }
}

.list_history {
  font-size: 15px;
  line-height: 1.73;
}
.list_history > li {
  display: flex;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .list_history > li {
    flex-direction: column;
    margin-top: 0.5em;
  }
}
.list_history > li:first-child {
  margin-top: 0;
}
.list_history > li .year {
  width: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .list_history > li .year {
    width: 55px;
    text-align: right;
  }
}
.list_history > li.column {
  flex-direction: column;
}
.list_history > li.column .dlist_history dt {
  width: 92px;
}
@media screen and (max-width: 767px) {
  .list_history > li.column .dlist_history dt {
    width: 55px;
  }
}

.dlist_history .group {
  display: flex;
  gap: 10px;
}
.dlist_history dt {
  width: 32px;
  text-align: right;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .dlist_history dt {
    width: 55px;
  }
}
.dlist_history dd {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.dlist_history dd li {
  position: relative;
  padding-left: 18px;
}
.dlist_history dd li:before {
  content: "●";
  display: block;
  font-size: 10px;
  color: #CCBDFC;
  position: absolute;
  top: 4px;
  left: 0;
}

.gallery_history > li {
  font-size: 15px;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .gallery_history > li {
    margin-top: 2em;
  }
}
.gallery_history > li:first-child {
  margin-top: 0;
}
.gallery_history > li .image {
  margin-bottom: 0.75em;
  display: block;
  overflow: hidden;
  aspect-ratio: 421/316;
}
.gallery_history > li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_base {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  padding: 3.125rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .sec_base {
    padding: 50px 0;
  }
}
.sec_base .ttl_cmn_01 {
  margin: 0 auto 3.125rem;
}

.list_base {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: flex-start;
  gap: 50px 8%;
}
@media screen and (max-width: 767px) {
  .list_base {
    flex-direction: column;
  }
}
.list_base li {
  width: 100%;
}
.list_base li .map {
  display: block;
  overflow: hidden;
  aspect-ratio: 460/345;
}
@media screen and (max-width: 767px) {
  .list_base li .map {
    margin: 0 var(--extend);
  }
}
.list_base li .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.list_base li p {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 21px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .list_base li p {
    margin-top: 16px;
  }
}
.list_base li address {
  display: block;
  margin-top: 3px;
  font-size: 0.9357rem;
}

.sec_tech {
  padding: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec_tech {
    padding: 5rem 0 0;
  }
}
.sec_tech .ttl_cmn_01 {
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec_tech .ttl_cmn_01 {
    margin-bottom: 40px;
  }
}
.sec_tech .box_flex {
  display: flex;
  align-items: center;
  gap: 6%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_tech .box_flex {
    flex-direction: column-reverse;
    gap: 36px;
    padding-bottom: 40px;
  }
}
.sec_tech .box_flex:before {
  content: "";
  margin: 0 var(--extend);
  width: 100vw;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec_tech .box_flex:before {
    top: unset;
    bottom: 0;
    height: calc(100vw + 40px);
  }
}
.sec_tech .box_flex .box_figure {
  position: relative;
  width: 52%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec_tech .box_flex .box_figure {
    width: 100%;
  }
}
.sec_tech .box_flex .box_text {
  position: relative;
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .sec_tech .box_flex .box_text {
    text-align: center;
  }
}
.sec_tech .box_flex .box_text .large {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 34px;
  line-height: 1.5;
  margin: 0 -1em 0.75em 0;
}
@media screen and (max-width: 767px) {
  .sec_tech .box_flex .box_text .large {
    font-size: 27px;
    margin: 0 -1em 30px;
    text-align: center;
  }
}

.box_sizing {
  display: flex;
  justify-content: space-between;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .box_sizing {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 0;
  }
}

.dlist_sizing dt {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
}

.tbl_sizing {
  width: 290px;
  background-color: #fff;
}
.tbl_sizing tr th {
  background-color: #9f9f9f;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0.125em 1em 0.25em;
}
.tbl_sizing tr th:nth-child(1) {
  width: 125px;
  text-align: center;
}
.tbl_sizing tr th:nth-child(2) {
  width: 165px;
}
.tbl_sizing tr td {
  padding: 0.5em 1em;
  font-size: 15px;
  border-bottom: 1px solid #9f9f9f;
}
.tbl_sizing tr td:nth-child(1) {
  text-align: center;
}
.tbl_sizing tr:last-child td {
  border-bottom: none;
}

.figure_size {
  width: 26.8%;
  margin: -36px 0 94px calc(50% + 70px);
}
@media screen and (max-width: 767px) {
  .figure_size {
    width: 290px;
    margin: 50px auto 70px;
  }
}

.list_tech > li {
  padding: 5rem 0;
  margin: 0 var(--extend);
}
.list_tech > li h3 {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .list_tech > li h3 {
    margin-bottom: 30px;
  }
}
.list_tech > li:nth-child(odd) {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
}
.list_tech > li:nth-child(2) h3 {
  background-color: #8DCDED;
  color: #fff;
}
.list_tech > li:nth-child(4) h3 {
  background-color: #ABC1F6;
  color: #fff;
}
.list_tech > li:nth-child(6) h3 {
  background-color: #CCBDFC;
  color: #fff;
}

.tbl_koutei {
  width: 630px;
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl_koutei {
    margin: 0 var(--sideW);
  }
}
.tbl_koutei th {
  padding: 0 1em;
}
.tbl_koutei td {
  padding: 0.75em 1em;
}
.tbl_koutei tr th {
  font-size: 14px;
  background-color: #9f9f9f;
  color: #fff;
  padding: 0 1em;
}
.tbl_koutei tr th:nth-child(1) {
  width: 214px;
}
.tbl_koutei tr th:nth-child(2) {
  width: 56px;
}
.tbl_koutei tr th:nth-child(3) {
  text-align: left;
  width: 360px;
}
.tbl_koutei tr td {
  border-bottom: 1px solid #9f9f9f;
}
.tbl_koutei tr td:nth-child(1) {
  padding: 0.75em 0.5em;
}
.tbl_koutei tr td:nth-child(2) {
  padding: 0.75em 0.75em;
}
.tbl_koutei tr td:nth-child(3) {
  text-align: left;
}
.tbl_koutei tr:last-child td {
  border-bottom: none !important;
}

.card_tech .inner_m, .card_tech .card_staff {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .card_tech .inner_m, .card_tech .card_staff {
    display: block;
  }
}
.card_tech--subttl {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  line-height: 1.5;
}
.card_tech--subttl.shrink {
  letter-spacing: -0.04em;
}
.card_tech--subttl.grow {
  margin-right: -1em;
}
.card_tech--text {
  margin-top: 1.5em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: 2;
}
.card_tech--text.shrink {
  letter-spacing: -0.02em;
}
.card_tech .js-scrollable {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .card_tech .js-scrollable {
    margin: 40px var(--extend) 0;
  }
}
.card_tech .btn_cmn_04 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .card_tech .btn_cmn_04 {
    margin: 30px auto 0;
  }
}

.card_tech--grid01 {
  display: flex;
  gap: 30px 4.6%;
}
@media screen and (max-width: 767px) {
  .card_tech--grid01 {
    flex-direction: column;
  }
}
.card_tech--grid01 .box_text {
  flex-shrink: 0;
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .card_tech--grid01 .box_text {
    width: 100%;
  }
}

.card_tech--grid02 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tech_gallery_01 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 30.3%;
  grid-template-rows: repeat(2, max-content);
}
@media screen and (max-width: 767px) {
  .tech_gallery_01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tech_gallery_01 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tech_gallery_01 .image:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .tech_gallery_01 .image:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.tech_gallery_01 .image:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .tech_gallery_01 .image:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.tech_gallery_01 .image:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.tech_gallery_02 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, max-content);
}
@media screen and (max-width: 767px) {
  .tech_gallery_02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tech_gallery_02 .image {
  display: block;
  overflow: hidden;
}
.tech_gallery_02 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tech_gallery_02 .image:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  flex-grow: 1;
  margin: -80px clamp(-150px, (50vw - 500px) * -1 + var(--sideW), var(--sideW) * -1) 0 0;
  height: 333px;
}
@media screen and (max-width: 767px) {
  .tech_gallery_02 .image:nth-child(1) {
    margin: 0;
    grid-column: 1/3;
    grid-row: 1/2;
    height: auto;
    aspect-ratio: 320/164;
  }
}
.tech_gallery_02 .image:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
  aspect-ratio: 245/164;
}
@media screen and (max-width: 767px) {
  .tech_gallery_02 .image:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.tech_gallery_02 .image:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
  aspect-ratio: 245/164;
}

.tech_gallery_03 .image {
  display: block;
  overflow: hidden;
}
.tech_gallery_03 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tech_gallery_03 .image:nth-child(1) {
  margin-top: -80px;
  aspect-ratio: 500/305;
}
@media screen and (max-width: 767px) {
  .tech_gallery_03 .image:nth-child(1) {
    margin-top: 0;
  }
}
.tech_gallery_03 .image:nth-child(2) {
  margin-top: 10px;
  width: 52.6%;
  aspect-ratio: 500/333;
}
@media screen and (max-width: 767px) {
  .tech_gallery_03 .image:nth-child(2) {
    width: calc(50% - 5px);
  }
}

.tech_gallery_04 {
  margin-right: clamp(-150px, (50vw - 500px) * -1 + var(--sideW), var(--sideW) * -1);
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .tech_gallery_04 {
    margin: 0;
    flex-direction: column;
    width: 240px;
    margin: 0 auto;
  }
}
.tech_gallery_04 .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 502/397;
}
.tech_gallery_04 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tech_gallery_05 {
  margin-right: clamp(-150px, (50vw - 500px) * -1 + var(--sideW), var(--sideW) * -1);
}
@media screen and (max-width: 767px) {
  .tech_gallery_05 {
    margin: 0;
  }
}
.tech_gallery_05 .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 650/392;
}
.tech_gallery_05 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_solution {
  padding: 5.875rem 0 5rem;
}
.sec_solution .ttl_cmn_01 {
  margin: 0 auto 3.125rem;
}

.list_solution {
  display: flex;
  gap: 30px 6.75%;
}
@media screen and (max-width: 767px) {
  .list_solution {
    flex-direction: column;
    width: 242px;
    margin: 0 auto;
  }
}
.list_solution > li {
  width: 100%;
}

.card_solution {
  padding: 0 0 0 11px;
}
@media screen and (max-width: 767px) {
  .card_solution {
    padding: 0;
  }
}
.card_solution--ttl {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card_solution--ttl {
    text-align: center;
  }
}
.card_solution--ttl:after {
  content: "";
  display: block;
  width: calc(100% + 11px);
  margin: 0 0 0 -11px;
  height: 2px;
  background: #8DCDED;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .card_solution--ttl:after {
    width: calc(100% + 10px);
    margin: 13px -5px 0;
  }
}
.card_solution--ttl.purple:after {
  background: #CCBDFC;
}

.sec_flow {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  padding: 3.125rem 0 4.5rem;
}
.sec_flow .ttl_cmn_01 {
  margin: 0 auto 3.125rem;
}
.sec_flow .ttl_cmn_01 + p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.875;
}
.sec_flow .js-scrollable {
  margin: 0 var(--extend);
}

.list_flow_text {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 50px;
}
.list_flow_text > li {
  border-top: 1px solid #fff;
  padding: 0.75em 30px;
}
.list_flow_text > li:first-child {
  border-top: none;
}
.list_flow_text > li span {
  display: block;
  position: relative;
  padding-left: 21px;
}
.list_flow_text > li span:before {
  content: "●";
  display: inline;
  font-size: 14px;
  position: absolute;
  top: 7px;
  left: 0;
}

.list_flow {
  display: flex;
  gap: 55px;
  counter-reset: number 0;
  width: -moz-max-content;
  width: max-content;
  margin: 0 max(50vw - 500px, var(--sideW));
}
@media screen and (max-width: 767px) {
  .list_flow {
    gap: 20px;
  }
}
.list_flow > li {
  position: relative;
}
.list_flow > li:before {
  counter-increment: number 1;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 80px;
  color: #fff;
  font-family: "Abel", sans-serif;
  font-size: 46px;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #8DCDED;
  border-radius: 0 0 50px 50px;
  padding-top: 20px;
}
.list_flow > li:nth-child(1):before {
  background-color: #8ECBEB;
}
.list_flow > li:nth-child(1) .list_maru_02 li:before {
  color: #8ECBEB;
}
.list_flow > li:nth-child(2):before {
  background-color: #98C9EF;
}
.list_flow > li:nth-child(2) .list_maru_02 li:before {
  color: #98C9EF;
}
.list_flow > li:nth-child(3):before {
  background-color: #A3C7F1;
}
.list_flow > li:nth-child(3) .list_maru_02 li:before {
  color: #A3C7F1;
}
.list_flow > li:nth-child(4):before {
  background-color: #ADC5F4;
}
.list_flow > li:nth-child(4) .list_maru_02 li:before {
  color: #ADC5F4;
}
.list_flow > li:nth-child(5):before {
  background-color: #B7C2F7;
}
.list_flow > li:nth-child(5) .list_maru_02 li:before {
  color: #B7C2F7;
}
.list_flow > li:nth-child(6):before {
  background-color: #C2C0F9;
}
.list_flow > li:nth-child(6) .list_maru_02 li:before {
  color: #C2C0F9;
}
.list_flow > li:nth-child(7):before {
  background-color: #CCBDFC;
}
.list_flow > li:nth-child(7) .list_maru_02 li:before {
  color: #CCBDFC;
}

.card_flow {
  background-color: #fff;
  width: 360px;
  padding: 0 30px 40px;
}
@media screen and (max-width: 767px) {
  .card_flow {
    width: 258px;
    padding: 0 20px 25px;
  }
}
.card_flow--ttl {
  display: flex;
  align-items: center;
  height: 52px;
  font-size: 20px;
  margin: 1em 0 1em 62px;
}
.card_flow--image {
  display: block;
  overflow: hidden;
  aspect-ratio: 330/190;
  margin-bottom: 24px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .card_flow--image {
    margin-right: -20px;
  }
}
.card_flow--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_flow--text {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
}
.card_flow .list_maru_02 > li {
  margin-top: 0.75em;
}
.card_flow .list_maru_02 > li:before {
  top: 4px;
}
@media screen and (max-width: 767px) {
  .card_flow .list_maru_02 > li {
    font-size: 14px;
  }
  .card_flow .list_maru_02 > li:before {
    top: 3px;
  }
}

.icon_scroll {
  text-align: center;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .icon_scroll {
    margin-top: 20px;
  }
}

.page-equipment .content_wrap {
  padding: 7rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .page-equipment .content_wrap {
    padding: 5rem 0 6.25rem;
  }
}
.page-equipment .content_wrap .ttl_cmn_01 {
  margin: 0 auto 4.275rem;
}
@media screen and (max-width: 767px) {
  .page-equipment .content_wrap .ttl_cmn_01 {
    margin-bottom: 40px;
  }
}
.page-equipment .content_wrap .lead {
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-equipment .js-scrollable {
    margin: 0 var(--extend);
  }
}

.tbl_equipment {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .tbl_equipment {
    width: 1000px;
    margin: 0 var(--sideW);
  }
}
.tbl_equipment tr {
  width: 100%;
}
.tbl_equipment tr.blank {
  background-color: #E6E6E6;
}
.tbl_equipment tr th {
  font-size: 14px;
  font-weight: 500;
  background-color: #9f9f9f;
  color: #fff;
  padding: 0 1em;
}
.tbl_equipment tr th:nth-child(1) {
  width: 222px;
}
.tbl_equipment tr th:nth-child(2) {
  width: 222px;
}
.tbl_equipment tr th:nth-child(3) {
  width: 322px;
}
.tbl_equipment tr th:nth-child(4) {
  text-align: center;
  width: 64px;
}
.tbl_equipment tr th:nth-child(5) {
  text-align: center;
  width: 64px;
}
.tbl_equipment tr th:nth-child(6) {
  width: 106px;
}
.tbl_equipment tr td {
  font-size: 15px;
  padding: 0.4375em 1em;
  border-bottom: 1px solid #9f9f9f;
}
.tbl_equipment tr td:nth-child(4) {
  text-align: center;
}
.tbl_equipment tr td:nth-child(5) {
  text-align: center;
}
.tbl_equipment tr:last-child td {
  border: none;
}

.anchorlink {
  font-family: "Abel", sans-serif;
  font-size: 12px;
  color: #004D9E;
  padding-left: 14px;
  background: url(../images/ico_arrow_bottom_03.svg) no-repeat center left/10px;
}

.list_equipment_visual {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .list_equipment_visual {
    margin-top: 50px;
  }
}
.list_equipment_visual > li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .list_equipment_visual > li {
    width: 100%;
  }
}

.card_equipment_visual {
  position: relative;
}
.card_equipment_visual .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 485/340;
}
.card_equipment_visual .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_equipment_visual .description {
  background-color: #525252;
  color: #fff;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card_equipment_visual .description span {
  margin-right: 0.75em;
}
.card_equipment_visual .description span:last-child {
  margin-right: 0;
}

.list_equipment_description {
  margin-top: 90px;
  display: flex;
  gap: 50px 7%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_equipment_description {
    margin-top: 50px;
  }
}
.list_equipment_description > li {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .list_equipment_description > li {
    width: 100%;
  }
}

.card_equipment_description .name {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 1em;
}
.card_equipment_description .name .cat {
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.card_equipment_description .text {
  margin-top: 0.75em;
  font-size: 15px;
  line-height: 1.72;
}

.recruit_anchorlink {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .recruit_anchorlink {
    margin-top: 30px;
  }
}
.recruit_anchorlink ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_anchorlink ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.recruit_anchorlink ul li a {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 0.875rem;
  padding: 0.8215em 21px;
}
.recruit_anchorlink ul li a:after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/15;
  background: url(../images/ico_arrow_bottom_04_black.svg) no-repeat center/contain;
}
.recruit_anchorlink ul li a:hover {
  background-color: #525252;
  color: #fff;
}
.recruit_anchorlink ul li a:hover:after {
  background-image: url(../images/ico_arrow_bottom_04_white.svg);
}

.recruit_lead {
  padding: 74px 0 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_lead {
    padding: 50px 0 100px;
  }
}
.recruit_lead__ttl {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .recruit_lead__ttl {
    font-size: 27px;
  }
}
.recruit_lead__text {
  font-weight: 500;
  line-height: 1.875;
}
.recruit_lead__text p {
  margin-top: 1.5em;
}
.recruit_lead__image {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .recruit_lead__image {
    margin: 60px var(--extend) 0;
  }
}

.recruit_charm {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  padding: 50px 0 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .recruit_charm {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.recruit_charm .ttl_cmn_01 {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .recruit_charm .ttl_cmn_01 {
    margin: 0 auto 50px;
  }
}

.list_chrrm {
  counter-reset: number 0;
}
.list_chrrm > li {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .list_chrrm > li {
    margin-top: 50px;
    display: block;
  }
}
.list_chrrm > li:first-child {
  margin-top: 0;
}
.list_chrrm > li .box_text {
  width: 48.2%;
  flex-shrink: 0;
  background-color: #fff;
  padding: 30px calc(15.3% + 37px) 40px 50px;
}
@media screen and (max-width: 767px) {
  .list_chrrm > li .box_text {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 32px 12% 40px;
  }
}
.list_chrrm > li .box_text h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  counter-increment: number 1;
}
.list_chrrm > li .box_text h3:before {
  content: counter(number);
  font-family: "Abel", sans-serif;
  font-size: 66px;
  line-height: 1;
  color: #8DCDED;
}
.list_chrrm > li .box_text p {
  font-size: 15px;
  line-height: 2;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.list_chrrm > li .box_image {
  flex-grow: 1;
  margin: 34px 0 0 -15.3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_chrrm > li .box_image {
    margin: -20px var(--extend) 0;
  }
}
.list_chrrm > li:nth-child(even) {
  flex-direction: row-reverse;
}
.list_chrrm > li:nth-child(even) .box_text {
  padding: 30px 50px 40px calc(15.3% + 37px);
}
@media screen and (max-width: 767px) {
  .list_chrrm > li:nth-child(even) .box_text {
    padding: 32px 12% 40px;
  }
}
.list_chrrm > li:nth-child(even) .box_image {
  margin: 34px -15.3% 0 0;
}
@media screen and (max-width: 767px) {
  .list_chrrm > li:nth-child(even) .box_image {
    margin: -20px var(--extend) 0;
  }
}

.recruit_interview {
  padding-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit_interview {
    margin-bottom: 50px;
  }
}
.recruit_interview .ttl_cmn_01 {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .recruit_interview .ttl_cmn_01 {
    margin-bottom: 3.75rem;
  }
}

.list_staff > li {
  margin: 100px 0 0 var(--extend);
  padding: 100px 0 92px;
  background-color: #fff;
  position: relative;
}
.list_staff > li:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.list_staff > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .list_staff > li {
    margin: 0 var(--extend);
    padding: 50px 0 80px;
  }
  .list_staff > li:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: linear-gradient(270deg, #ccbdfc 0%, #8eceee 100%);
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
  }
}

.card_staff .box_01 {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
.card_staff .box_01 .box_text {
  flex-grow: 1;
}
.card_staff .box_01 .box_image {
  flex-shrink: 0;
  width: 57%;
  margin-top: -100px;
}
.card_staff .box_01 .box_image .image_02 {
  width: 62.8%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .card_staff .box_01 {
    flex-direction: column;
  }
  .card_staff .box_01 .box_text,
  .card_staff .box_01 .box_image {
    display: contents;
  }
  .card_staff .box_01 .card_staff__ttl {
    width: 100%;
    order: 1;
  }
  .card_staff .box_01 .image_01 {
    order: 2;
  }
  .card_staff .box_01 .int01 {
    order: 3;
  }
  .card_staff .box_01 .int02 {
    order: 4;
  }
  .card_staff .box_01 .image_02 {
    order: 5;
    width: 100% !important;
  }
  .card_staff .box_01 .int03 {
    order: 6;
  }
  .card_staff .box_01 .int04 {
    order: 7;
  }
  .card_staff .box_01 .int05 {
    order: 8;
  }
}
.card_staff .box_02 {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
  margin-top: 40px;
}
.card_staff .box_02 .box_text {
  flex-grow: 1;
  padding-right: 3%;
}
.card_staff .box_02 .box_image {
  flex-shrink: 0;
  width: 50.7%;
}
@media screen and (max-width: 767px) {
  .card_staff .box_02 {
    flex-direction: column;
  }
  .card_staff .box_02 .box_text,
  .card_staff .box_02 .box_image {
    display: contents;
  }
  .card_staff .box_02 .int04 {
    order: 1;
  }
  .card_staff .box_02 .image_03 {
    order: 2;
    margin-top: 30px;
  }
  .card_staff .box_02 .int05 {
    order: 3;
  }
}
.card_staff__ttl {
  padding-bottom: 25px;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .card_staff__ttl {
    border: none;
    padding: 0;
  }
}
.card_staff__ttl .status {
  font-size: 15px;
  margin-bottom: 0.5em;
}
.card_staff__ttl .name {
  font-family: "Abel", sans-serif;
  font-size: 36px;
}
.card_staff__ttl .name span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: 10px;
}

.dlist_staff {
  margin-top: 36px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .dlist_staff {
    margin-top: 36px;
  }
}
.dlist_staff dt {
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125em 0.75em 0.25em 0.5em;
  border-radius: 0 13px 0 0;
  background-color: #8DCDED;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .dlist_staff dt {
    padding-top: 0.5em;
    padding-bottom: 0.4em;
  }
}
.dlist_staff dd {
  font-size: 15px;
  line-height: 1.72;
}
.dlist_staff.int01 dt {
  background-color: #8ECBEB;
}
.dlist_staff.int02 dt {
  background-color: #9DC8F0;
}
.dlist_staff.int03 dt {
  background-color: #ADC4F4;
}
.dlist_staff.int04 {
  margin-top: 0;
}
.dlist_staff.int04 dt {
  background-color: #BDC1F8;
}
.dlist_staff.int05 dt {
  background-color: #CCBDFC;
}

.recruit_application {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  padding: 50px 0 60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recruit_application {
    margin-bottom: 0;
  }
}
.recruit_application .ttl_cmn_01 {
  margin: 0 auto 40px;
}
.recruit_application .btn_link_entry {
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit_application .btn_link_entry {
    text-align: center;
    max-width: 286px;
  }
}
.recruit_application .application_none {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.8;
  text-align: center;
}

.list_application > li {
  margin-top: 40px;
}

.card_application {
  background-color: #fff;
  padding: 30px 7.5%;
  border-radius: 10px;
}

.dlist_application .group {
  font-size: 15px;
  line-height: 1.8;
  padding: 1.5em 0;
  border-bottom: 1px solid #8DCDED;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .dlist_application .group {
    flex-direction: column;
    gap: 0.25em;
  }
}
.dlist_application .group:last-child {
  border-bottom: none;
}
.dlist_application .group dt {
  font-weight: 500;
  width: 145px;
  flex-shrink: 0;
}
.dlist_application .group dd {
  flex-grow: 1;
}

.page-contact .content_wrap,
.page-thanks .content_wrap {
  padding: 110px 0 90px;
}
@media screen and (max-width: 767px) {
  .page-contact .content_wrap,
  .page-thanks .content_wrap {
    padding: 30px 0 80px;
  }
}

.contact_lead {
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 2;
}
.contact_lead .list_kome {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .contact_lead {
    margin-bottom: 40px;
  }
}

.dlist_form {
  background-color: #fff;
  padding: 50px 7.5%;
  border-radius: 10px;
}
.dlist_form .group {
  margin-top: 30px;
}
.dlist_form .group:first-child {
  margin-top: 0;
}
.dlist_form .group.pc-row {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group.pc-row {
    display: block;
  }
}
.dlist_form .group.pc-row #your-zip {
  max-width: 200px;
}
.dlist_form dt {
  font-weight: 500;
  margin-bottom: 12px;
}
.dlist_form dt.require:after {
  content: "※必須";
  font-weight: 700;
  color: #004D9E;
  margin-left: 0.75em;
}
.dlist_form .list_kome {
  font-size: 12px;
  margin-top: 0.5em;
}

.policy_box {
  margin-top: 80px;
  width: 100%;
  height: 240px;
  overflow: scroll;
  background-color: #fff;
  border: 1px solid #C4C3C3;
}
.policy_box .policy_content {
  padding: 30px 3.75%;
  font-size: 15px;
  line-height: 2;
}
.policy_box .policy_content h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em;
}

.dlist_policy {
  margin-top: 1rem;
}
.dlist_policy > dt {
  font-weight: 700;
}

.dlist_policy_child {
  margin-top: 1rem;
}
.dlist_policy_child > dt {
  font-weight: 700;
}

.dlist_policy_child_02 {
  margin-top: 0.5rem;
}
.dlist_policy_child_02 > dt {
  font-weight: 700;
}

.form_btns {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#btn_back_input {
  background-color: #525252;
  color: #fff;
  padding: 0.75em 1.25rem;
  border-radius: 50px;
  width: 240px;
  margin-top: 1.5rem;
}

.thanks_lead {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
.thanks_lead h2 {
  font-size: 18px;
  font-weight: 700;
  color: #004D9E;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .thanks_lead h2 {
    padding: 1em 0 0;
    margin-bottom: 24px;
  }
}
.thanks_lead h2 + p {
  margin-bottom: 36px;
}
.thanks_lead .box_contact {
  background-color: #fff;
  padding: 32px 9% 26px;
}
@media screen and (max-width: 767px) {
  .thanks_lead .box_contact {
    padding: 32px 6.25% 27px;
  }
}
.thanks_lead .box_contact a {
  font-family: "Abel", sans-serif;
  font-size: 40px;
  color: #004D9E;
}
@media screen and (max-width: 767px) {
  .thanks_lead .box_contact a {
    font-size: 34px;
  }
}
.thanks_lead .box_contact .first {
  margin-bottom: 0.5em;
}
.thanks_lead .box_contact .end {
  border-top: 1px solid #C0C0C0;
  padding-top: 1em;
  line-height: 1.6;
}

.archive.post-type-archive .content_wrap,
.archive.category .content_wrap,
.archive.tax-product_cat .content_wrap,
.single .content_wrap {
  padding: 110px 0 90px;
}
@media screen and (max-width: 767px) {
  .archive.post-type-archive .content_wrap,
  .archive.category .content_wrap,
  .archive.tax-product_cat .content_wrap,
  .single .content_wrap {
    padding: 30px 0 80px;
  }
}

.product_cat_nav,
.news_cat_nav {
  margin-bottom: 60px;
}
.product_cat_nav ul,
.news_cat_nav ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .product_cat_nav ul,
  .news_cat_nav ul {
    flex-wrap: wrap;
  }
}
.product_cat_nav ul li,
.news_cat_nav ul li {
  width: 100%;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .product_cat_nav ul li,
  .news_cat_nav ul li {
    max-width: calc((100% - 30px) / 4);
  }
}
.product_cat_nav ul li a,
.news_cat_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 14px;
  background-color: #004D9E;
  border-radius: 50px;
  color: #fff;
}

.product_cat_nav ul li:nth-child(2) a {
  background-color: #8ECBEB;
}
.product_cat_nav ul li:nth-child(3) a {
  background-color: #98C9EF;
}
.product_cat_nav ul li:nth-child(4) a {
  background-color: #A3C7F1;
}
.product_cat_nav ul li:nth-child(5) a {
  background-color: #ADC5F4;
}
.product_cat_nav ul li:nth-child(6) a {
  background-color: #B7C2F7;
}
.product_cat_nav ul li:nth-child(7) a {
  background-color: #C2C0F9;
}
.product_cat_nav ul li:nth-child(8) a {
  background-color: #CCBDFC;
}

@media screen and (max-width: 767px) {
  .news_cat_nav {
    margin-bottom: 32px;
  }
}
.news_cat_nav ul {
  justify-content: center;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .news_cat_nav ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news_cat_nav ul li:nth-child(1) {
    max-width: 70px;
  }
}
.news_cat_nav ul li:nth-child(2) {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .news_cat_nav ul li:nth-child(2) {
    max-width: 90px;
  }
}
.news_cat_nav ul li:nth-child(2) a {
  background-color: #91CBEC;
}
.news_cat_nav ul li:nth-child(3) {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .news_cat_nav ul li:nth-child(3) {
    max-width: 90px;
  }
}
.news_cat_nav ul li:nth-child(3) a {
  background-color: #A3C7F1;
}
.news_cat_nav ul li:nth-child(4) {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .news_cat_nav ul li:nth-child(4) {
    max-width: 90px;
  }
}
.news_cat_nav ul li:nth-child(4) a {
  background-color: #B7C2F7;
}
.news_cat_nav ul li:nth-child(5) a {
  background-color: #CCBDFC;
}
@media screen and (max-width: 767px) {
  .news_cat_nav ul li:nth-child(5) {
    max-width: 70px;
  }
}

.list_peoduct {
  display: flex;
  flex-wrap: wrap;
  gap: 74px 10%;
}
@media screen and (max-width: 767px) {
  .list_peoduct {
    gap: 50px;
  }
}
.list_peoduct > li {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .list_peoduct > li {
    width: 100%;
  }
}

.card_product--image {
  display: block;
  overflow: hidden;
  aspect-ratio: 450/330;
}
.card_product--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_product--header {
  background: linear-gradient(0deg, #ccbdfc 0%, #8eceee 100%);
  color: #fff;
  padding: 20px 8.8%;
}
.card_product--productcat {
  font-size: 0;
}
.card_product--productcat li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background-color: #fff;
  color: #525252;
  font-size: 12px;
  padding-bottom: 1px;
  margin-right: 11px;
  margin-bottom: 10px;
}
.card_product--productcat li:last-child {
  margin-right: 0;
}
.card_product--category {
  font-size: 15px;
}
.card_product--ttl {
  font-size: 22px;
  font-weight: 500;
}
.card_product--dlist {
  font-size: 14px;
  margin-top: 1rem;
}
.card_product--dlist dt {
  display: inline;
}
.card_product--dlist dt:after {
  content: "：";
}
.card_product--dlist dd {
  display: inline;
}
.card_product--description {
  margin-top: 0.75em;
  padding: 0.75em 0 0;
  border-top: 1px solid #8DCDED;
  font-size: 15px;
  line-height: 1.8;
}

.list_news > li {
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 0;
  padding: 24px 0;
}
.list_news > li:first-child {
  padding-top: 0;
}
.list_news > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.card_news {
  display: block;
}
.card_news--date {
  font-family: "Abel", sans-serif;
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .card_news--date {
    margin-top: 0.5em;
  }
}
.card_news--ttl {
  margin-top: 0.75em;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.card_news--category {
  display: inline;
  margin-right: 1em;
}
.card_news--category li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 122px;
  height: 22px;
  font-size: 14px;
  padding-bottom: 1px;
  color: #fff;
}
.card_news--category li.information {
  background-color: #91CBEC;
}
.card_news--category li.recruit_news {
  background-color: #A3C7F1;
}
.card_news--category li.effort {
  background-color: #B7C2F7;
}
.card_news--category li.faq {
  background-color: #CCBDFC;
}

.article_header {
  border-bottom: 2px solid #E0E0E0;
}
.article_header--ttl {
  font-size: 28px;
  font-weight: 500;
  margin: 1.75em 0;
}

.article_content {
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .article_content {
    padding: 50px 0;
  }
}
.article_content > * {
  margin: 1em 0;
  font-size: 15px;
}
.article_content > *:first-child {
  margin-top: 0;
}
.article_content p {
  line-height: 2;
}
.article_content h2 {
  font-size: 18px;
  margin: 3em 0 1em;
}

.error404 .box_cmn_01 {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2;
}
.error404 .box_cmn_01 .btn_top {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 30px auto 0;
}

.product_lead {
  margin-bottom: 80px;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.89;
}

@media screen and (max-width: 767px) {
  .product_lead {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.89;
  }
}
span[data-name=your-zip] {
  display: block;
  margin-bottom: 14px;
}
span[data-name=your-zip]:before {
  content: "〒";
  margin-right: 1em;
}
span[data-name=your-zip] input {
  max-width: 288px;
}
@media screen and (max-width: 767px) {
  span[data-name=your-zip] input {
    max-width: unset;
    width: calc(100% - 34px);
  }
}