@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.22em;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(button) {
  background: transparent;
  border: none;
}

:where(em) {
  font-style: normal;
  font-weight: bold;
}

:where(i) {
  font-style: normal;
}

:where(iframe) {
  max-width: 100%;
  height: 100%;
  border: none;
}

:where(img) {
  height: auto;
  border: none;
  object-fit: contain;
}

:where(p) {
  margin: 0 0 1em;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.l-cf {
  display: flow-root;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.txt_c {
  text-align: center !important;
}

.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
}
.img_c.w100, .img_c.sp_w100 {
  max-width: 100%;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.4rem;
}

@media screen and (max-width: 47.99em) {
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 0 35px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 35px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
.tit_01 {
  font-size: 2.2rem;
}

.tit_02 {
  margin: 0 0 3.4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.tit_02::after {
  display: block;
  width: 2.2em;
  height: 1px;
  margin: 0.7em auto 0;
  background: var(--color-base-txt);
  content: "";
}

.tit_03 {
  margin: 0 0 1.6rem;
  padding: 1rem 1rem 0.8rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-main);
  border-top: 2px solid var(--color-white);
  box-shadow: 0 -4px 0 0px var(--color-main);
}

.tit_04 {
  margin: 0 0 1.2rem;
  padding: 0 0.5rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
}
.tit_04::after {
  display: block;
  height: 2px;
  margin: 0.7rem -0.5rem 0;
  background: linear-gradient(90deg, var(--color-main) 2em, var(--color-sub) 2em);
  content: "";
}

.tit_05 {
  margin: 0 0 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
}
.tit_05::before {
  display: inline-block;
  width: 0.7rem;
  height: 3px;
  margin-right: 0.3rem;
  background: var(--color-main);
  vertical-align: 0.25em;
  content: "";
}

.tit_06 {
  margin: 0 0 0.8rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-main);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 60px;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
  .tit_02::after {
    margin: 0.8em auto 0;
  }
  .tit_03 {
    margin: 0 0 20px;
    padding: 13px 16px 10px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    border-top: 2px solid var(--color-white);
    box-shadow: 0 -4px 0 0px var(--color-main);
  }
  .tit_04 {
    margin: 0 0 16px;
    padding: 0 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .tit_04::after {
    margin: 10px -10px 0;
  }
  .tit_05 {
    margin: 0 0 10px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .tit_05::before {
    width: 11px;
    height: 4px;
    margin-right: 5px;
  }
  .tit_06 {
    margin: 0 0 6px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.lst_ul li {
  padding-left: 1.2em;
}
.lst_ul li::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.2em;
  line-height: 1;
  vertical-align: 0.08em;
  color: var(--color-main);
  content: "■";
  transform: scale(0.7);
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul li ~ li {
  margin-top: 0.5em;
}
.lst_ul li.none::before {
  display: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul {
    line-height: 1.5;
  }
}

.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
@media screen and (min-width: 48em), print {
  .lst_ol {
    line-height: 1.5;
  }
}

.tbl_company {
  width: 100%;
  line-height: 1.5;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  border-collapse: collapse;
  border-top: 1px solid var(--color-main);
}
.tbl_company thead th {
  padding-block: 0.5em;
  font-weight: normal;
  color: var(--color-white);
  background: var(--color-main-greish);
  border-left: 1px solid currentColor;
}
.tbl_company thead th:first-child {
  border-left: none;
}
.tbl_company tbody th {
  width: 30%;
  padding: 0.8em;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  color: var(--color-base-txt);
  background: var(--color-main-light);
  border-bottom: 1px solid var(--color-main);
}
.tbl_company tbody td {
  padding: 0.8em;
  border-left: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.tbl_company tbody td :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .tbl_company {
    letter-spacing: 0.1em;
  }
  .tbl_company thead th {
    padding-block: 0.8em;
  }
  .tbl_company tbody th {
    width: 25%;
    padding: 0.8em 1.5em;
  }
  .tbl_company tbody td {
    padding: 0.8em 2.5em;
  }
}

:where(.contents) a {
  color: var(--color-base-link);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) a:hover {
    color: var(--color-main);
    text-decoration: none;
  }
}

.btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.2em;
  padding: 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-main);
  background: var(--color-white);
  border: 1px solid currentColor;
}
.btn::after {
  flex: none;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80f';
  font-size: 2.8em;
  line-height: 0.4;
  transform: scale(1, 0.8);
  transition: 0.3s;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 25px 20px;
    letter-spacing: 0.1em;
  }
  .btn::after {
    font-size: 3.2em;
    line-height: 0.3;
  }
  .btn:hover {
    color: var(--color-main);
    background: var(--color-main-light);
  }
}

.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}

:root {
  --sp-header-height: 2.0rem;
  --pc-header-height: 40px;
  --pc-l-height: 1.87;
  --color-base-txt: #021831;
  --color-base-txt-rgb: 2,24,49;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-base-link: #8a137a;
  --color-main: #224e81;
  --color-main-dark: #1f4571;
  --color-main-darker: #0e3058;
  --color-main-greish: #81a0c4;
  --color-main-light: #e1eefe;
  --color-sub: #ddd;
  --color-sub-dark: #333;
  --color-sub-light: #e5e5e5;
  --color-sub-pale: #fcfcfc;
  --color-notice: #9f2939;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.7777777778vw;
}

body {
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main {
  font-size: var(--sp-fontsize, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
  }
  a {
    transition: 0.3s;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -5;
  }
}
.js-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: var(--color-base-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-loading img {
  width: 50px;
}
body.loaded .js-loading {
  animation: fadeOut 0.5s forwards;
}
@media screen and (min-width: 48em), print {
  .js-loading img {
    width: 100px;
  }
}

#global_header {
  position: relative;
}
#global_header .header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 5rem;
}
#global_header .header_wrap .logo {
  width: 50%;
  padding: 1.5rem 1.3rem 0.9rem;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .logo a img {
  width: auto;
  height: 2.6rem;
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 133px;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: 316px;
    padding: 56px 50px 33px;
  }
  #global_header .header_wrap .logo a img {
    height: 44px;
  }
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(var(--color-base-txt-rgb), 0.92);
  }
  .js-sp_modal.is_overlay::before {
    display: block;
    width: 50%;
    height: 2.6rem;
    margin: 1.5rem 1.3rem 0;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    content: "";
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
#global_nav .gnav {
  color: var(--color-white);
  background: transparent;
}
#global_nav .gnav li a {
  display: flex;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
#global_nav .gnav li a::after {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.6em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 7px;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    color: var(--color-white);
    background: var(--color-main);
    border: 1px solid transparent;
    transition: 0.8s;
  }
  #global_nav #sp_btn::before, #global_nav #sp_btn::after, #global_nav #sp_btn span {
    width: 2.4rem;
    height: 1px;
    background: var(--color-white);
    content: "";
    transition: all 0.3s;
  }
  #global_nav #sp_btn span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #global_nav #sp_btn.close::before {
    transform: translateY(4px) rotate(-45deg);
  }
  #global_nav #sp_btn.close::after {
    transform: translateY(-4px) rotate(45deg);
  }
  #global_nav #sp_btn.close span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 8rem;
    left: 0;
    overflow-y: auto;
    width: 100%;
    max-height: 80svh;
    padding: 0 20%;
    font-size: 1.8rem;
  }
  #global_nav .gnav li {
    padding: 0.5rem 0;
  }
  #global_nav .gnav li a {
    align-items: baseline;
    column-gap: 2rem;
    padding: 1rem 0;
  }
  #global_nav .gnav li a::after {
    content: "- " attr(title) " -";
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 575px;
    height: 100%;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    column-gap: 37px;
    height: 100%;
    font-size: 2rem;
    background: linear-gradient(0deg, var(--color-white) 1px, transparent 1px);
  }
  #global_nav .gnav li {
    text-align: center;
  }
  #global_nav .gnav li a {
    flex-direction: column;
    row-gap: 12px;
    height: 100%;
    padding: 10px 7px 0;
    border-bottom: 1px solid var(--color-white);
  }
  #global_nav .gnav li a::after {
    content: attr(title);
  }
  #global_nav .gnav li a:hover {
    border-bottom-color: var(--color-main);
    filter: drop-shadow(0 0 10px var(--color-white));
  }
  #global_nav .gnav li a.is_current {
    border-bottom-color: var(--color-main);
  }
}

.overview_wrap {
  padding: 5rem 20% 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: var(--color-white);
  background-color: var(--color-main);
  background-image: url(../img/overview_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.overview_wrap .company_name img {
  width: 100%;
  margin-bottom: 3rem;
}
.overview_wrap .company_address {
  margin-bottom: 1.5rem;
}
.overview_wrap .company_tel {
  margin-bottom: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.overview_wrap .company_tel::before {
  margin-right: 0.5rem;
  font-size: 1.4rem;
  content: "tel.";
}
.overview_wrap .company_info dt {
  margin-bottom: 0.8rem;
  padding-bottom: 0.3rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  border-bottom: 1px solid rgba(var(--color-white-rgb), 0.5);
}
.overview_wrap .company_info dd {
  margin-bottom: 1.5rem;
}
.overview_wrap .company_info dd.biz {
  font-size: 1.2rem;
}
.overview_map {
  width: 100%;
  height: 25rem;
}
.overview_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .overview_wrap {
    display: flex;
    justify-content: space-between;
    padding: 114px calc(50% - 600px + 100px) 107px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .overview_wrap .wrap_col:nth-of-type(1) {
    width: 400px;
    padding-left: 100px;
  }
  .overview_wrap .wrap_col:nth-of-type(2) {
    width: 525px;
  }
  .overview_wrap .company_name img {
    width: 216px;
    margin-bottom: 24px;
  }
  .overview_wrap .company_address {
    margin-bottom: 24px;
  }
  .overview_wrap .company_tel {
    margin-bottom: 0;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .overview_wrap .company_tel::before {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .overview_wrap .company_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 30px;
  }
  .overview_wrap .company_info dt {
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom-color: currentColor;
  }
  .overview_wrap .company_info dd {
    width: 420px;
    margin-bottom: 0;
  }
  .overview_wrap .company_info dd.biz {
    font-size: inherit;
  }
  .overview_wrap .company_info dd.acs br {
    display: none;
  }
  .overview_map {
    height: 400px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-dark);
}
#global_footer .gnav {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1.1rem 0 1rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 30px 0;
  }
  #global_footer .gnav {
    display: block;
    margin-bottom: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    text-align: center;
  }
  #global_footer .gnav li {
    display: inline-block;
    margin: 0 18px;
    -webkit-text-size-adjust: none;
  }
  #global_footer .gnav li a {
    letter-spacing: 0.05em;
  }
  #global_footer .gnav li a::before {
    display: inline-block;
    margin-right: 3px;
    content: "-";
  }
  #global_footer .gnav li a:hover {
    color: var(--color-main-greish);
    text-decoration: underline;
  }
  #global_footer .copyright {
    padding: 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: -5.5rem;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    right: 25px;
  }
  .js-pageup.is_active {
    bottom: 25px;
  }
}

#sp_footer {
  display: block;
  width: calc(100% - 4rem);
  height: 4rem;
  background: var(--color-base-bg);
}
#sp_footer .telephone a {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 4rem;
  text-align: center;
  color: var(--color-base-txt);
  background: rgba(var(--color-base-txt-rgb), 0.1);
}
#sp_footer .telephone a::before {
  margin-right: 0.2rem;
  font-size: 1.6rem;
  content: "tel.";
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-darker);
  border: none;
  cursor: pointer;
}
#pageup::before {
  display: block;
  margin: 0 0 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e8a3';
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    transition: 0.3s;
  }
  #pageup::before {
    margin: 0 0 8px;
    font-size: 1.1rem;
  }
  #pageup:hover {
    background: var(--color-main-greish);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeToLeft {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.top_vheader h1 span {
  opacity: 0;
}
body.loaded .top_vheader .slogan {
  animation-name: fadeUp;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
body.loaded .top_vheader .name {
  animation-name: fadeIn;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

.top_vheader {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.top_vheader h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
  color: var(--color-white);
}
.top_vheader h1 .slogan {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5em;
}
.top_vheader h1 .name img {
  margin: 0;
}

@media screen and (max-width: 47.99em) {
  .top_vheader {
    height: 100svh;
  }
  .top_vheader h1 {
    row-gap: 2rem;
  }
  .top_vheader h1 .slogan {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
  .top_vheader h1 .name {
    width: 80%;
  }
}
@media (min-device-width: 48em) and (max-device-width: 1024px) {
  .top_vheader {
    height: 100dvh;
  }
}
@media screen and (min-width: 48em), print {
  .top_vheader {
    height: 100vh;
    padding: 133px 0 60px;
    min-height: 400px;
  }
  .top_vheader h1 {
    row-gap: 40px;
  }
  .top_vheader h1 .slogan {
    font-size: 4rem;
    letter-spacing: 0.5em;
  }
  .top_vheader h1 .name {
    max-width: 942px;
  }
}
.service .ttl, .philosophy .ttl, .news .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
  color: var(--color-main);
}
.service .ttl::before, .philosophy .ttl::before, .news .ttl::before {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: var(--sub-dark);
  content: attr(title);
}
@media screen and (min-width: 48em), print {
  .service .ttl, .philosophy .ttl, .news .ttl {
    row-gap: 22px;
    font-size: 3.2rem;
  }
  .service .ttl::before, .philosophy .ttl::before, .news .ttl::before {
    font-size: 1.4rem;
  }
}

.js-news dt {
  cursor: pointer;
}
.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news .ttl.js-ani {
  opacity: 0;
}
.news .ttl.js-ani.is_active {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.news .wrap.js-ani {
  opacity: 0;
}
.news .wrap.js-ani.is_active {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

.news {
  padding: 4rem 5% 6rem;
}
.news .ttl::before {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--color-base-txt);
}
.news .wrap {
  margin-top: 3rem;
}
.news .wrap > dl > dt {
  font-weight: 700;
}
.news .wrap > dl > dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
  color: var(--color-main);
}
.news .wrap > dl > dt.is_open::before {
  content: "\e80c";
}
.news .wrap > dl > dt ~ dt {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-sub-light);
}
.news .wrap > dl > dd {
  padding-top: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 64px 0 100px;
  }
  .news .ttl::before {
    padding-bottom: 14px;
  }
  .news .wrap {
    margin-top: 60px;
    padding: 0 200px;
  }
  .news .wrap > dl > dt {
    letter-spacing: 0.1em;
  }
  .news .wrap > dl > dt ~ dt {
    margin-top: 32px;
    padding-top: 30px;
  }
  .news .wrap > dl > dd {
    padding-top: 20px;
  }
}
.philosophy .ttl.js-ani {
  opacity: 0;
}
.philosophy .ttl.js-ani.is_active {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.philosophy .tagline.js-ani {
  opacity: 0;
}
.philosophy .tagline.js-ani .tit span {
  opacity: 0;
}
.philosophy .tagline.js-ani .txt {
  opacity: 0;
}
.philosophy .tagline.js-ani.is_active {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
.philosophy .tagline.js-ani.is_active .tit span {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.philosophy .tagline.js-ani.is_active .tit span:nth-child(1) {
  animation-delay: 0.8s;
}
.philosophy .tagline.js-ani.is_active .tit span:nth-child(2) {
  animation-delay: 1s;
}
.philosophy .tagline.js-ani.is_active .tit span:nth-child(3) {
  animation-delay: 1.2s;
}
.philosophy .tagline.js-ani.is_active .txt {
  animation-name: fadeUp;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 47.99em) {
  .philosophy .tagline.js-ani.is_active {
    animation-delay: 0.4s;
  }
}
@media screen and (min-width: 48em), print {
  .philosophy .tagline.js-ani.is_active {
    animation-delay: 0.8s;
  }
}
.philosophy .pict.js-ani {
  opacity: 0;
}
@media screen and (max-width: 47.99em) {
  .philosophy .pict.js-ani.is_active {
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
  }
}
@media screen and (min-width: 48em), print {
  .philosophy .pict.js-ani.is_active {
    animation-name: fadeUp;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
  }
}

.philosophy {
  padding: 0 5% 4rem;
  background-image: url(../img/index_philosophy_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 2rem;
  background-size: cover;
}
.philosophy::before {
  display: block;
  width: 1px;
  height: 4rem;
  margin: 0 auto 1.2rem;
  background: var(--color-main);
  content: "";
}
.philosophy .wrap {
  margin-top: 3.5rem;
}
.philosophy .wrap .tagline .tit {
  margin-bottom: 3.5rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
.philosophy .wrap .tagline .tit span {
  display: block;
  text-align: center;
  line-height: 1.32;
}
.philosophy .wrap .tagline .tit span:not(:first-of-type)::before {
  display: block;
  height: 3.6rem;
  background-image: url(../img/index_philosophy_cross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.2rem auto;
  content: "";
}
.philosophy .wrap .tagline .txt {
  margin-bottom: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: center;
}
.philosophy .wrap .pict {
  margin: 2.5rem 0 0;
}

@media screen and (min-width: 48em), print {
  .philosophy {
    padding: 0 0 64px;
    background-position: center 33px;
    background-size: auto;
  }
  .philosophy::before {
    height: 68px;
    margin: 0 auto 20px;
  }
  .philosophy .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 68px;
    padding: 0 5px;
  }
  .philosophy .wrap .tagline {
    width: 630px;
    padding: 0 20px;
  }
  .philosophy .wrap .tagline .tit {
    margin-bottom: 46px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .philosophy .wrap .tagline .tit span:not(:first-of-type)::before {
    height: 50px;
    background-size: 16px auto;
  }
  .philosophy .wrap .tagline .txt {
    letter-spacing: 0.1em;
  }
  .philosophy .wrap .pict {
    order: -1;
    width: 534px;
    margin: 0;
  }
}
@media screen and (min-width: 2001px) {
  .philosophy {
    background-size: cover;
  }
}
.service .ttl.js-ani {
  opacity: 0;
}
.service .ttl.js-ani.is_active {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.service .col.js-ani {
  opacity: 0;
}
.service .col.js-ani.is_active {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 47.99em) {
  .service .col.js-ani.is_active {
    animation-delay: 0.2s;
  }
}
@media screen and (min-width: 48em), print {
  .service .col.js-ani.is_active:nth-child(1) {
    animation-delay: 0.4s;
  }
  .service .col.js-ani.is_active:nth-child(2) {
    animation-delay: 0.8s;
  }
  .service .col.js-ani.is_active:nth-child(3) {
    animation-delay: 0.4s;
  }
  .service .col.js-ani.is_active:nth-child(4) {
    animation-delay: 0.8s;
  }
}

.service {
  margin-top: 5rem;
  padding: 0 5% 2rem;
  background-image: url(../img/index_service_bg.svg), linear-gradient(var(--color-base-bg) 2rem, var(--color-sub-pale) 2rem);
  background-repeat: no-repeat;
  background-position: right bottom, left top;
  background-size: contain;
}
.service::before {
  display: block;
  width: 1px;
  height: 4rem;
  margin: 0 auto 1.2rem;
  background: var(--color-main);
  content: "";
}
.service .wrap {
  counter-reset: sNum 0;
  margin-top: 3.5rem;
}
.service .wrap .col {
  counter-increment: sNum 1;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
  margin-bottom: 3rem;
}
.service .wrap .col::before {
  position: absolute;
  top: -0.3em;
  left: 0;
  display: block;
  width: 2.5em;
  padding: 0 0.4em 0.4em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
  content: counter(sNum, decimal-leading-zero) ".";
}
.service .wrap .col .tit {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.service .wrap .col .txt {
  margin-bottom: 0;
  line-height: 1.8;
}
.service .wrap .col .img {
  order: -1;
  margin: 0 0 1rem;
}
.service .wrap .col .more {
  text-align: right;
}
.service .wrap .col .more a {
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.service .wrap .col .more a::after {
  display: inline-block;
  width: 3em;
  height: 0.5em;
  margin-left: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  vertical-align: 0.3em;
  transform: skewX(45deg);
  content: "";
}

@media screen and (min-width: 48em), print {
  .service {
    margin-top: 120px;
    padding: 0 0 85px;
    background-image: url(../img/index_service_bg.svg), linear-gradient(var(--color-base-bg) 33px, var(--color-sub-pale) 33px);
    background-size: 1230px auto, auto;
  }
  .service::before {
    height: 68px;
    margin: 0 auto 20px;
  }
  .service .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: sapce-between;
    gap: 80px 100px;
    margin-top: 48px;
    padding: 0 10px;
  }
  .service .wrap .col {
    justify-content: space-between;
    row-gap: 32px;
    width: 534px;
    margin-bottom: 0;
  }
  .service .wrap .col::before {
    top: -0.3em;
    width: 120px;
    padding: 0 18px 24px;
    font-size: 4.4rem;
  }
  .service .wrap .col .tit {
    font-size: 3rem;
  }
  .service .wrap .col .txt {
    flex-grow: 1;
    letter-spacing: 0.1em;
  }
  .service .wrap .col .txt.mbx {
    margin-bottom: -1.5em;
  }
  .service .wrap .col .img {
    margin-bottom: 5px;
  }
  .service .wrap .col .more a::after {
    transition: 0.3s;
  }
  .service .wrap .col .more a:hover {
    color: var(--color-main-greish);
  }
  .service .wrap .col .more a:hover::after {
    color: var(--color-main-greish);
    transform: skewX(45deg) translateX(3px) scale(1.1, 1);
  }
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 4.4rem 1rem 0.4rem;
  color: var(--color-white);
  background-color: rgba(var(--color-base-txt), 0.4);
  background-image: url(../img/header_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.heading h1 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 352px;
    padding: 140px calc((100% - 1200px) / 2) 55px;
  }
  .heading h1 {
    font-size: 5.6rem;
  }
}

.breadcrumbs {
  padding: 1.2rem 1rem 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.4em 0 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e804';
  color: var(--color-main);
  transform: scale(0.6);
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 30px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .breadcrumbs ol {
    width: 1000px;
    margin: 0 auto;
  }
  .breadcrumbs ol li a:hover {
    text-decoration: underline;
  }
}

:where(.contents) {
  padding: 3.5rem 5% 5rem;
}
:where(.contents) > section ~ section {
  margin-top: 4rem;
}
:where(.contents) > section section {
  margin-top: 3rem;
}
:where(.contents) > section section section {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  :where(.contents) {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 90px;
  }
  :where(.contents) :where(p) {
    letter-spacing: 0.1em;
  }
  :where(.contents) > section ~ section {
    margin-top: 80px;
  }
  :where(.contents) > section section {
    margin-top: 60px;
  }
  :where(.contents) > section section section {
    margin-top: 40px;
  }
}

.article_img {
  max-width: 80%;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 48em), print {
  .article_img {
    max-width: 500px;
    margin: 0 auto 25px;
  }
}

.tbl_company tbody th, .tbl_company tbody td {
  padding-right: 0;
  border-left: none;
}
.tbl_company tbody .dl_ul dt ~ dt {
  margin-top: 1em;
}
.tbl_company tbody .dl_ul dd::before {
  content: "・";
}
.tbl_company_note {
  margin-top: 0.5em;
}
@media screen and (min-width: 48em), print {
  .tbl_company tbody th {
    padding: 25px;
  }
  .tbl_company tbody td {
    padding: 25px 40px;
  }
}

.access_map {
  width: 100%;
  height: 40rem;
}
.access_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  .access_map {
    height: 500px;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}

/*# sourceMappingURL=style.css.map */