@charset "UTF-8";
*, *::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: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}

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

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

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

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

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

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

:where(img, picture, svg, video) {
  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);
  text-wrap: balance;
}

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

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

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

html, body {
  scroll-behavior: smooth;
  margin-top: 0;
}

html:has(#wpadminbar) #wpadminbar {
  position: fixed;
}
html:has(#wpadminbar) header {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  html:has(#wpadminbar) header {
    margin-top: 46px;
  }
  html:has(#wpadminbar) header .global_acordion_navi {
    top: 96px;
  }
}

html:has(.menu-btn input:checked) {
  overflow: hidden;
}

@keyframes fadeInAndOut {
  0% {
    opacity: 0;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
header {
  position: fixed;
  background-color: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header a:has(img) {
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
header a:has(img):hover {
  transition: mask-position 1s ease, -webkit-mask-position 1s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  header .sp {
    display: none;
  }
}
header.hide {
  transform: translateY(-100%);
}
header .header_wrap {
  height: 75px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header .header_wrap {
    height: 50px;
  }
}
header .header_wrap .header_inner .global_header {
  position: relative;
  width: 100%;
  min-width: 1300px;
}
@media screen and (max-width: 768px) {
  header .header_wrap .header_inner .global_header {
    min-width: auto;
    width: 100%;
  }
}
header .header_wrap .header_inner .global_header .toptitle {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 11px;
  font-weight: normal;
}
header .header_wrap .header_inner .global_header .hgroup #logo {
  position: absolute;
  left: 20px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header_wrap .header_inner .global_header .hgroup #logo {
    height: 50px;
    left: 10px;
  }
}
@media screen and (max-width: 1390px) {
  header .header_wrap .header_inner .global_header .hgroup #logo a img {
    height: 30px;
    width: auto;
  }
}
header .header_wrap .header_inner .global_header .header-banner {
  position: absolute;
  top: 0;
  height: 75px;
  left: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header_wrap .header_inner .global_header .header-banner.pc {
    display: none;
  }
}
@media screen and (max-width: 1390px) {
  header .header_wrap .header_inner .global_header .header-banner {
    left: 190px;
  }
}
header .header_wrap .header_inner .global_header .header-banner ._bnr {
  display: flex;
}
header .header_wrap .header_inner .global_header .header-banner ._bnr a {
  margin: 0.5px;
  margin-top: 10px;
}
header .header_wrap .header_inner .global_header .header-banner ._bnr a img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 1500px) {
  header .header_wrap .header_inner .global_header .header-banner ._bnr a img {
    height: 40px;
  }
}
@media screen and (max-width: 1390px) {
  header .header_wrap .header_inner .global_header .header-banner ._bnr a img {
    height: 34px;
  }
}
header .header_wrap .header_inner .global_header .header_tel {
  text-decoration: none;
  position: absolute;
  top: 21px;
  right: 510px;
  text-align: right;
}
header .header_wrap .header_inner .global_header .header_tel .header_tel_open {
  font-size: 14px;
}
header .header_wrap .header_inner .global_header .header_navi {
  position: absolute;
  top: 20px;
  right: 20px;
}
header .header_wrap .header_inner .global_header .header_navi nav ul {
  list-style-position: outside;
}
header .header_wrap .header_inner .global_header .header_navi nav ul li {
  float: left;
  margin-left: 10px;
}
header .header_wrap .header_inner .global_header .header_navi nav ul li a {
  display: block;
  padding: 10px 20px 10px 50px;
  border-radius: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
header .header_wrap .header_inner .global_header .header_navi nav ul li a:hover {
  transition: mask-position 1s ease, -webkit-mask-position 1s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}
header .header_wrap .header_inner .global_header .header_navi nav ul li a:link {
  color: #fff;
}
header .header_wrap .header_inner .global_header .header_navi nav ul li a.hn_contact {
  background: url(/images/common/header_ico_contact.png) 20px 8px no-repeat #012265;
}
header .header_wrap .header_inner .global_header .header_navi nav ul li a.hn_regist {
  background: url(/images/common/header_ico_regist.png) 20px 10px no-repeat #D60050;
}
header .header_wrap .header_inner .global_header .header_navi nav ul li a.hn_login {
  background: url(/images/common/header_ico_login.png) 20px 10px no-repeat #FF8000;
}
header .header_wrap .header_inner .global_header .menu-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 10px;
}
header .header_wrap .header_inner .global_header .menu-btn label {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/common/h_nav_menu.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
header .header_wrap .header_inner .global_header .menu-btn input {
  display: none;
}
header .header_wrap .header_inner .global_header .menu-btn input:checked + label {
  background: url(/images/common/h_nav_close.png) no-repeat center center;
  background-size: contain;
}
header .global_navi {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#4D6498), to(#012168));
}
header .global_navi a {
  display: inline-block;
  margin: 0;
  width: 165px;
  padding: 18px 0 17px 0;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  line-height: 1;
  text-align: center;
  line-height: normal;
  text-shadow: 0 1px 1px rgb(0, 0, 0);
  text-indent: -0.5em;
  cursor: pointer !important;
}
header .global_navi a:hover {
  opacity: 0.8;
}
header .global_navi ul {
  display: flex;
  justify-content: center;
}
header .global_navi ul li {
  float: left;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
header .global_navi ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
header .global_navi ul li.menu-single ul.menu-second-level {
  display: block;
  position: absolute;
  width: 250px;
  background: #002067;
  transition: all 0.2s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
header .global_navi ul li.menu-single ul.menu-second-level li {
  float: none;
  width: 100%;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .global_navi ul li.menu-single ul.menu-second-level li a {
  width: 100%;
  background: none;
  text-align: left;
  padding: 18px 0 17px 40px;
  box-sizing: border-box;
  background: #002067;
}
header .global_navi ul li.menu-single:hover {
  visibility: visible;
  opacity: 1;
}
header .global_navi ul li.menu-single:hover ul.menu-second-level {
  visibility: visible;
  opacity: 1;
}
header .global_acordion_navi {
  width: 100%;
  position: initial;
  top: 50px;
  bottom: 0;
  background: #012265;
  display: grid;
  transition: 0.2s ease-out;
  grid-template-rows: 0fr;
  z-index: 1000;
}
header .global_acordion_navi > nav {
  overflow-y: hidden;
}
header .global_acordion_navi > nav > div ul li {
  margin-bottom: 6px;
  padding: 0 16px;
  border-bottom: 1px solid #4D6496;
}
header .global_acordion_navi > nav > div ul li a {
  color: #fff !important;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.5rem;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  width: 100%;
  text-shadow: 1px 1px 0px rgb(150, 150, 150);
}
header:has(.menu-btn input:checked) .global_acordion_navi {
  position: fixed;
  grid-template-rows: 1fr;
  padding-top: 15px;
}
header:has(.menu-btn input:checked) .global_acordion_navi nav {
  overflow-y: scroll;
}

.p-edgebnr {
  padding: 0.5rem 0 0 0;
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-edgebnr {
    display: none;
  }
}
.p-edgebnr .p-edgebnr__bnr {
  display: flex;
  padding: 0 0.5rem;
}
.p-edgebnr .p-edgebnr__item {
  padding: 0 0.5rem;
  width: 50%;
}
.p-edgebnr .p-edgebnr__item a {
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0/5px 5px 0 0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-shadow: none;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}
.p-edgebnr .p-edgebnr__item a span.u-wm_vertical {
  writing-mode: horizontal-tb;
  font-size: small;
}
.p-edgebnr .p-edgebnr__item a i, .p-edgebnr .p-edgebnr__item a span {
  display: inline-block;
  vertical-align: middle;
}
.p-edgebnr .p-edgebnr__item a i {
  margin: 0 0 0 0;
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
.p-edgebnr .p-edgebnr__item a img {
  height: 16px;
  display: inline;
}
.p-edgebnr .p-edgebnr__item a:hover {
  background: #023398;
}
.p-edgebnr .p-edgebnr__item.-contact a {
  background: #012265;
}
.p-edgebnr .p-edgebnr__item.-contact a:hover {
  background: #011a4c;
}
.p-edgebnr .p-edgebnr__item.-join a {
  background: #D60050;
}
.p-edgebnr .p-edgebnr__item.-join a:hover {
  background: #bd0046;
}

.footer_wrap {
  background: #F7F7F7;
  min-width: 1000px;
  border-top: 2px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    width: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap footer.pc {
    display: none;
  }
}
.footer_wrap footer.sp {
  margin-bottom: 70px;
  background: #E0E0E0;
}
@media screen and (min-width: 769px) {
  .footer_wrap footer.sp {
    display: none;
  }
}
.footer_wrap footer .footer {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  position: relative;
  height: 320px;
  position: relative;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer {
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
    padding: 0 15px;
  }
}
.footer_wrap footer .footer a {
  color: #808080;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer a {
    color: black;
  }
}
.footer_wrap footer .footer .footer_profile, .footer_wrap footer .footer .footer_company_profile {
  position: absolute;
  top: 40px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer .footer_profile, .footer_wrap footer .footer .footer_company_profile {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    padding-top: 25px;
  }
}
.footer_wrap footer .footer .footer_profile .footer_company_name, .footer_wrap footer .footer .footer_company_profile .footer_company_name {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer .footer_profile .footer_company_name, .footer_wrap footer .footer .footer_company_profile .footer_company_name {
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    color: #333;
    text-shadow: none;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer .footer_profile .text, .footer_wrap footer .footer .footer_company_profile .text {
    text-align: center;
    font-size: 11px;
  }
}
.footer_wrap footer .footer .footer_profile address, .footer_wrap footer .footer .footer_company_profile address {
  margin-bottom: 15px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.3em;
  color: #808080;
}
.footer_wrap footer .footer .footer_profile .part, .footer_wrap footer .footer .footer_company_profile .part {
  margin: 0 0 20px;
  padding: 0;
}
.footer_wrap footer .footer .footer_profile .part.footer-banner a img, .footer_wrap footer .footer .footer_company_profile .part.footer-banner a img {
  width: 240px;
}
.footer_wrap footer .footer .footer_profile .part.footer-privacy2, .footer_wrap footer .footer .footer_company_profile .part.footer-privacy2 {
  position: absolute;
  top: -10px;
  right: 10px;
}
.footer_wrap footer .footer .footer_profile .part.footer-privacy2 a img, .footer_wrap footer .footer .footer_company_profile .part.footer-privacy2 a img {
  width: 60px;
}
.footer_wrap footer .footer .footer_profile .part .pic, .footer_wrap footer .footer .footer_company_profile .part .pic {
  margin-bottom: 20px;
}
.footer_wrap footer .footer .footer_profile .part .pic.-mini, .footer_wrap footer .footer .footer_company_profile .part .pic.-mini {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer .box {
    margin: 0 0 20px;
    max-width: 610px;
  }
  .footer_wrap footer .footer .box a.ui-btn.button.bc_original {
    font-size: 16px;
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0.7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #00196E;
    color: #fff;
    text-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: none;
  }
}
.footer_wrap footer .footer .footer_site_navi {
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer .footer_site_navi {
    position: relative;
    top: auto;
    border-radius: 4px;
    background-color: #f6f6f6;
    margin-bottom: 16px;
  }
}
.footer_wrap footer .footer .footer_site_navi div {
  float: left;
  margin: 0 0 0 20px;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer .footer_site_navi div {
    float: inherit;
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer .footer_site_navi div .button_text > a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    border-bottom: 1px solid #DDD;
    padding: 10px;
    color: black;
  }
  .footer_wrap footer .footer .footer_site_navi div .button_text > a:has(.footer_site_navi_heading) {
    border-bottom: none;
  }
  .footer_wrap footer .footer .footer_site_navi div .button_text .footer_site_navi_heading {
    color: black;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 10px;
    border-bottom: 1px solid #DDD;
  }
}
.footer_wrap footer .footer .footer_site_navi div ul {
  list-style-position: outside;
}
.footer_wrap footer .footer .footer_site_navi div ul li {
  float: none;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  line-height: 1.3em;
  background: url(/images/common/decoration/icon_arrow_01.png) no-repeat 0px 4px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .footer .footer_site_navi div ul li {
    font-size: 12px;
    line-height: 1.2em;
    padding-left: 0;
    background: none;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    background-color: #ffffff;
    margin: 0;
  }
  .footer_wrap footer .footer .footer_site_navi div ul li a {
    color: #3388cc;
    font-weight: bold;
  }
}
.footer_wrap footer .footer .footer_site_navi div ul li ul.menu-second-level li {
  margin-bottom: 5px;
  padding: 0;
  font-size: 12px;
  background: none;
}
.footer_wrap footer .copyright_wrap {
  background: #012265;
}
.footer_wrap footer .copyright_wrap .copyright {
  padding: 20px 0;
}
.footer_wrap footer .copyright_wrap .copyright p {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_wrap footer .copyright_wrap .copyright p {
    font-size: 0.8rem;
  }
}
.footer_wrap .pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: none;
}
@media screen and (max-width: 768px) {
  .footer_wrap .pagetop {
    bottom: 80px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.top-fv {
  margin-top: 130px;
}
.top-fv a {
  -webkit-mask-image: linear-gradient(45deg, #FFF 25%, rgba(255, 255, 255, 0.2) 50%, #FFF 75%);
  mask-image: linear-gradient(45deg, #FFF 25%, rgba(255, 255, 255, 0.2) 50%, #FFF 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.top-fv a:hover {
  transition: mask-position 1s ease, -webkit-mask-position 1s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-fv {
    margin-top: 50px;
  }
}
.top-fv .fv-inner .swiper-button-prev::after, .top-fv .fv-inner .swiper-button-next::after {
  font-size: 5rem;
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #012265;
}
@media screen and (max-width: 768px) {
  .top-fv .fv-inner .swiper-button-prev::after, .top-fv .fv-inner .swiper-button-next::after {
    font-size: 2rem;
  }
}
.top-fv .fv-inner .swiper-button-prev {
  left: 3%;
}
.top-fv .fv-inner .swiper-button-next {
  right: 3%;
}
.top-fv .fv-inner .swiper-slide {
  max-width: 1400px;
  aspect-ratio: 713/357;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-fv .fv-inner .swiper-slide {
    width: 100%;
    aspect-ratio: 375/625;
  }
}
.top-fv .fv-inner .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .top-fv .fv-inner .swiper-slide img.pc {
    display: none;
  }
}
.top-fv .fv-inner .swiper-slide img.sp.sp-w-85 {
  width: 85%;
}
@media screen and (min-width: 1025px) {
  .top-fv .fv-inner .swiper-slide img.sp {
    display: none;
  }
}
.top-fv .fv-inner .swiper-slide .fv-1 {
  display: block;
  position: absolute;
  width: 25%;
  height: 9%;
  bottom: 11%;
  color: #FFF;
}
.top-fv .fv-inner .swiper-slide .fv-1.btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  left: 5.6%;
  background-color: #002990;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}
.top-fv .fv-inner .swiper-slide .fv-1.btn-1 img {
  width: 1.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-fv .fv-inner .swiper-slide .fv-1.btn-2 {
  left: 31.8%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #FF4500;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}
.top-fv .fv-inner .swiper-slide .fv-1.btn-2 img {
  width: 2.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-fv .fv-inner .swiper-slide .fv-2 {
  display: block;
  position: absolute;
  width: 23%;
  height: 8%;
  bottom: 4%;
  color: #FFF;
}
.top-fv .fv-inner .swiper-slide .fv-2.btn-1 {
  left: 0.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #002990;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}
.top-fv .fv-inner .swiper-slide .fv-2.btn-1 img {
  width: 1.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-fv .fv-inner .swiper-slide .fv-2.btn-2 {
  left: 24.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #FF4500;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}
.top-fv .fv-inner .swiper-slide .fv-2.btn-2 img {
  width: 2.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-fv .fv-inner .swiper-slide .fv-3 {
  display: block;
  position: absolute;
  width: 25%;
  height: 9%;
  bottom: 11%;
  color: #FFF;
}
.top-fv .fv-inner .swiper-slide .fv-3.btn-1 {
  left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #002990;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}
.top-fv .fv-inner .swiper-slide .fv-3.btn-1 img {
  width: 1.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-fv .fv-inner .swiper-slide .fv-3.btn-2 {
  left: 31%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #FF4500;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}
.top-fv .fv-inner .swiper-slide .fv-3.btn-2 img {
  width: 2.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .top-fv .fv-inner .swiper-slide .fv-1, .top-fv .fv-inner .swiper-slide .fv-2, .top-fv .fv-inner .swiper-slide .fv-3 {
    bottom: 1rem;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
  }
  .top-fv .fv-inner .swiper-slide .fv-1.btn-1, .top-fv .fv-inner .swiper-slide .fv-1.btn-2, .top-fv .fv-inner .swiper-slide .fv-2.btn-1, .top-fv .fv-inner .swiper-slide .fv-2.btn-2, .top-fv .fv-inner .swiper-slide .fv-3.btn-1, .top-fv .fv-inner .swiper-slide .fv-3.btn-2 {
    width: 45%;
    height: 6%;
    padding: 0.5rem 0;
    font-size: 0.8rem;
    gap: 0.5rem;
  }
  .top-fv .fv-inner .swiper-slide .fv-1.btn-1 img, .top-fv .fv-inner .swiper-slide .fv-1.btn-2 img, .top-fv .fv-inner .swiper-slide .fv-2.btn-1 img, .top-fv .fv-inner .swiper-slide .fv-2.btn-2 img, .top-fv .fv-inner .swiper-slide .fv-3.btn-1 img, .top-fv .fv-inner .swiper-slide .fv-3.btn-2 img {
    width: 1.3rem;
  }
  .top-fv .fv-inner .swiper-slide .fv-1.btn-1, .top-fv .fv-inner .swiper-slide .fv-2.btn-1, .top-fv .fv-inner .swiper-slide .fv-3.btn-1 {
    left: 2%;
  }
  .top-fv .fv-inner .swiper-slide .fv-1.btn-2, .top-fv .fv-inner .swiper-slide .fv-2.btn-2, .top-fv .fv-inner .swiper-slide .fv-3.btn-2 {
    left: 52%;
  }
}
.top-fv .fv-inner .swiper-slide a {
  border-radius: 6px;
}

main .main-inner > * {
  padding-right: 80px;
  padding-left: 80px;
}
@media screen and (max-width: 1390px) {
  main .main-inner > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}
main section {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  main section {
    padding: 2rem 0;
  }
}
main section .br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  main section .br-sp {
    display: block;
  }
}
main section .br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  main section .br-pc {
    display: none;
  }
}
main .sec-hero {
  text-align: center;
}
main .sec-hero p {
  margin-bottom: 0.5rem;
}
main .sec-hero .title-eng {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #A5D2FC;
}
main .sec-hero h2 {
  font-weight: normal;
}
main .sec-hero h2 p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .sec-hero h2 p {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: auto;
  }
  main .sec-hero h2 p.sp-big, main .sec-hero h2 p .sp-big {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
main .sec-hero h2 .blue {
  font-size: 2.5rem;
  font-weight: bold;
}
main .sec-hero .blue {
  color: #005AB5;
}
main section.about .sec-about-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  main section.about .sec-about-content {
    flex-direction: column;
    padding: 1rem 0;
  }
}
main section.about .sec-about-content .about-card {
  flex: 1;
}
main section.about .sec-about-content .about-card .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
main section.about .sec-about-content .about-card .card-header p {
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.about .sec-about-content .about-card .card-header p {
    font-size: 1.4rem;
  }
}
main section.about .sec-about-content .about-card .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
main section.about .sec-about-content .about-card .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.about .sec-about-content .about-card .card-body {
  margin-top: 1rem;
}
main section.about .sec-about-content .about-card .card-body p {
  font-size: 1rem;
  line-height: 1.5;
}
main section.point {
  background: #F0F4F8;
}
main section.point .sec-point-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.point .sec-point-content .point-card {
  display: flex;
  padding: 2rem;
  background: #FFF;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  main section.point .sec-point-content .point-card {
    flex-direction: column;
    padding: 0.8rem;
  }
}
main section.point .sec-point-content .point-card .left .point-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.point .sec-point-content .point-card .left .point-title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
main section.point .sec-point-content .point-card .left .point-title p {
  font-weight: bold;
  font-size: 2.2rem;
}
main section.point .sec-point-content .point-card .left .point-title p span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  main section.point .sec-point-content .point-card .left .point-title p {
    text-align: center;
    line-height: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
}
main section.point .sec-point-content .point-card .left .point-title .num {
  color: #6EBAF2;
  font-size: 6rem;
  font-weight: bold;
  line-height: 5.5rem;
  margin-right: 1rem;
}
main section.point .sec-point-content .point-card .left .point-title .annotation {
  position: absolute;
  right: 0;
  bottom: -1rem;
  font-size: 0.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  main section.point .sec-point-content .point-card .left .point-title .annotation {
    right: 50%;
    transform: translateX(50%);
    line-height: normal;
  }
}
main section.point .sec-point-content .point-card .left .point-content {
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  main section.point .sec-point-content .point-card .left .point-content {
    padding: 0;
  }
}
main section.point .sec-point-content .point-card .left .point-content p {
  font-size: 1rem;
  line-height: 1.5rem;
}
main section.point .sec-point-content .point-card .left .point-content .big {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  main section.point .sec-point-content .point-card .left .point-content .big {
    font-size: 1.1rem;
    text-align: center;
  }
}
main section.point .sec-point-content .point-card .right {
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.point .sec-point-content .point-card .right {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
main section.point .sec-point-content .point-card .right img {
  margin: 2rem 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  main section.point .sec-point-content .point-card .right img {
    aspect-ratio: 16/9;
  }
}
main section.service .sec-service-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
main section.service .sec-service-content .service-card {
  max-width: 375px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #FFF;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  main section.service .sec-service-content .service-card {
    padding: 1rem 0;
  }
}
main section.service .sec-service-content .service-card .card-header {
  text-align: center;
}
main section.service .sec-service-content .service-card .card-header p {
  font-size: 1.6rem;
  font-weight: bold;
}
main section.service .sec-service-content .service-card .card-header .blue {
  font-size: 1.2rem;
  color: #005AB5;
  font-weight: bold;
}
main section.service .sec-service-content .service-card .more {
  text-align: center;
  display: block;
  width: 100%;
}
main section.service .sec-service-content .service-card .more a {
  font-weight: bold;
  width: 100%;
  display: block;
  border: #005AB5 1px solid;
  border-radius: 3rem;
  padding: 0.5rem;
  color: #005AB5;
  text-decoration: none;
  font-size: 1.2rem;
  position: relative;
}
main section.service .sec-service-content .service-card .more a::after {
  content: "→";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  transition: ease-out 0.3s;
}
main section.service .sec-service-content .service-card .more a:hover {
  background-color: #005AB5;
  color: #FFF;
}
main section.service .sec-service-content .service-card .more a:hover::after {
  transform: translate(0.5rem, -50%);
  filter: brightness(0) invert(1);
}
main section.flow {
  background-color: #FFF6D0;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
main section.flow .sec-flow-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  main section.flow .sec-flow-content {
    flex-wrap: wrap;
  }
}
main section.flow .sec-flow-content .arrow {
  position: relative;
}
main section.flow .sec-flow-content .arrow.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  main section.flow .sec-flow-content .arrow.sp {
    display: block;
  }
}
main section.flow .sec-flow-content .arrow::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: -0.5rem;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11.5px 0 11.5px 17px;
  border-color: transparent transparent transparent #005AB5;
  transform: rotate(0deg);
}
main section.flow .sec-flow-content .flow-card {
  flex-basis: 22.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.flow .sec-flow-content .flow-card {
    flex-basis: 40%;
  }
}
main section.flow .sec-flow-content .flow-card .card-header {
  margin-bottom: 1rem;
}
main section.flow .sec-flow-content .flow-card .card-header p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
  color: #005AB5;
  font-size: 1.5rem;
}
main section.flow .sec-flow-content .flow-card .card-header p span {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.6rem;
}
main section.flow .sec-flow-content .flow-card .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.flow .sec-flow-content .flow-card .card-body {
  text-align: center;
}
main section.flow .sec-flow-content .flow-card .card-body p {
  font-size: 0.9rem;
}
main section.flow .sec-flow-content .flow-card .card-body p:first-child {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  main section.flow .sec-flow-content .flow-card .card-body p:first-child {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .sec-flow-content .flow-card .card-body p {
    font-size: 0.7rem;
  }
}
main section.flow .sec-flow-content .flow-card .card-body > * {
  margin: 1rem auto;
}
main section.flow .btn-register {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  gap: 1rem;
  border-radius: 4px;
  background-color: #FF4500;
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
@media screen and (max-width: 768px) {
  main section.flow .btn-register {
    font-size: 0.7rem;
    gap: 0.3rem;
    padding: 0.3rem 0.5rem;
  }
}
main section.flow .btn-register::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(/images/common/header_ico_regist.png) center/70% no-repeat;
}
main section.flow .btn-register:hover {
  transition: mask-position 1s ease, -webkit-mask-position 1s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}
main section.flow .sec-detail {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.flow .sec-detail {
    margin-top: 2rem;
  }
}
main section.flow .sec-detail .btn-detail {
  background: #FFF;
}
main section.flow .sec-detail .btn-detail:hover {
  background-color: #005AB5;
}
main section.voice {
  background-color: #F0F4F8;
}
main section.voice .sec-voice-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  main section.voice .sec-voice-content {
    flex-direction: column;
  }
}
main section.voice .sec-voice-content .voice-card {
  position: relative;
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #FFF;
  justify-content: space-between;
  gap: 1rem;
}
main section.voice .sec-voice-content .voice-card .card-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #005AB5;
  border-radius: 0 0 4px 0;
  color: #FFF;
  padding: 0.3rem 1rem;
}
main section.voice .sec-voice-content .voice-card .card-header {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
}
main section.voice .sec-voice-content .voice-card .card-header p {
  font-weight: bold;
}
main section.voice .sec-voice-content .voice-card hr {
  border-block-start: 2px solid;
  color: #6EBAF2;
}
main section.voice .sec-voice-content .voice-card .card-body ul {
  margin-left: 1rem;
  list-style: disc;
}
main section.voice .sec-voice-content .voice-card .card-body ul li::marker {
  color: #005AB5;
}
main section.voice .sec-more {
  margin-top: 4rem;
}
main section.faq {
  background-color: #F0F4F8;
}
main section.faq .sec-faq-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
main section.faq .sec-faq-content .faq-item {
  border-top: 1px solid #4E4E4E;
}
main section.faq .sec-faq-content .faq-item:last-child {
  border-bottom: 1px solid #4E4E4E;
}
main section.faq .sec-faq-content .faq-item input {
  display: none;
}
main section.faq .sec-faq-content .faq-item input:checked + label + .answer {
  grid-template-rows: 1fr;
}
main section.faq .sec-faq-content .faq-item input:checked + label + .answer > .inner {
  padding: 2rem 0;
}
main section.faq .sec-faq-content .faq-item input:checked + label::after {
  display: none;
}
main section.faq .sec-faq-content .faq-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
main section.faq .sec-faq-content .faq-item label > span {
  padding: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #6EBAF2;
}
main section.faq .sec-faq-content .faq-item label::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 4px;
  background: #005AB5;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
main section.faq .sec-faq-content .faq-item label::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 26px;
  background: #005AB5;
  top: 50%;
  right: calc(11px + 1rem);
  transform: translateY(-50%);
}
main section.faq .sec-faq-content .faq-item label .hover-effect {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: none;
}
main section.faq .sec-faq-content .faq-item label:hover {
  background-color: rgba(0, 90, 181, 0.1);
}
main section.faq .sec-faq-content .faq-item label:hover .hover-effect {
  position: absolute;
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}
main section.faq .sec-faq-content .faq-item .answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.2s ease-out;
}
main section.faq .sec-faq-content .faq-item .answer > .inner {
  overflow-y: hidden;
  background: #FFF;
  padding: 0;
  transition: 0.2s ease-out;
}
main section.faq .sec-faq-content .faq-item .answer > .inner p {
  padding-left: 3.5rem;
}
main section.faq .sec-more {
  margin-top: 4rem;
}
main section.about-faxdm .sec-about-faxdm-content, main section.about-faxdm .sec-guide-content, main section.guide .sec-about-faxdm-content, main section.guide .sec-guide-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  main section.about-faxdm .sec-about-faxdm-content, main section.about-faxdm .sec-guide-content, main section.guide .sec-about-faxdm-content, main section.guide .sec-guide-content {
    flex-direction: column;
  }
}
main section.about-faxdm .sec-about-faxdm-content .about-faxdm-card, main section.about-faxdm .sec-about-faxdm-content .guide-card, main section.about-faxdm .sec-guide-content .about-faxdm-card, main section.about-faxdm .sec-guide-content .guide-card, main section.guide .sec-about-faxdm-content .about-faxdm-card, main section.guide .sec-about-faxdm-content .guide-card, main section.guide .sec-guide-content .about-faxdm-card, main section.guide .sec-guide-content .guide-card {
  background: #F0F4F8;
  padding: 2rem;
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main section.about-faxdm .sec-about-faxdm-content .about-faxdm-card .card-header, main section.about-faxdm .sec-about-faxdm-content .guide-card .card-header, main section.about-faxdm .sec-guide-content .about-faxdm-card .card-header, main section.about-faxdm .sec-guide-content .guide-card .card-header, main section.guide .sec-about-faxdm-content .about-faxdm-card .card-header, main section.guide .sec-about-faxdm-content .guide-card .card-header, main section.guide .sec-guide-content .about-faxdm-card .card-header, main section.guide .sec-guide-content .guide-card .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
main section.about-faxdm .sec-about-faxdm-content .about-faxdm-card .card-header p, main section.about-faxdm .sec-about-faxdm-content .guide-card .card-header p, main section.about-faxdm .sec-guide-content .about-faxdm-card .card-header p, main section.about-faxdm .sec-guide-content .guide-card .card-header p, main section.guide .sec-about-faxdm-content .about-faxdm-card .card-header p, main section.guide .sec-about-faxdm-content .guide-card .card-header p, main section.guide .sec-guide-content .about-faxdm-card .card-header p, main section.guide .sec-guide-content .guide-card .card-header p {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
main section.about-faxdm .sec-about-faxdm-content .about-faxdm-card .img-wrap, main section.about-faxdm .sec-about-faxdm-content .guide-card .img-wrap, main section.about-faxdm .sec-guide-content .about-faxdm-card .img-wrap, main section.about-faxdm .sec-guide-content .guide-card .img-wrap, main section.guide .sec-about-faxdm-content .about-faxdm-card .img-wrap, main section.guide .sec-about-faxdm-content .guide-card .img-wrap, main section.guide .sec-guide-content .about-faxdm-card .img-wrap, main section.guide .sec-guide-content .guide-card .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.about-faxdm .sec-about-faxdm-content .about-faxdm-card .img-wrap img, main section.about-faxdm .sec-about-faxdm-content .guide-card .img-wrap img, main section.about-faxdm .sec-guide-content .about-faxdm-card .img-wrap img, main section.about-faxdm .sec-guide-content .guide-card .img-wrap img, main section.guide .sec-about-faxdm-content .about-faxdm-card .img-wrap img, main section.guide .sec-about-faxdm-content .guide-card .img-wrap img, main section.guide .sec-guide-content .about-faxdm-card .img-wrap img, main section.guide .sec-guide-content .guide-card .img-wrap img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.about-faxdm .sec-about-faxdm-content .about-faxdm-card .card-body p, main section.about-faxdm .sec-about-faxdm-content .guide-card .card-body p, main section.about-faxdm .sec-guide-content .about-faxdm-card .card-body p, main section.about-faxdm .sec-guide-content .guide-card .card-body p, main section.guide .sec-about-faxdm-content .about-faxdm-card .card-body p, main section.guide .sec-about-faxdm-content .guide-card .card-body p, main section.guide .sec-guide-content .about-faxdm-card .card-body p, main section.guide .sec-guide-content .guide-card .card-body p {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;
}
main section.about-faxdm .sec-about-faxdm-content .about-faxdm-card .sec-detail, main section.about-faxdm .sec-about-faxdm-content .guide-card .sec-detail, main section.about-faxdm .sec-guide-content .about-faxdm-card .sec-detail, main section.about-faxdm .sec-guide-content .guide-card .sec-detail, main section.guide .sec-about-faxdm-content .about-faxdm-card .sec-detail, main section.guide .sec-about-faxdm-content .guide-card .sec-detail, main section.guide .sec-guide-content .about-faxdm-card .sec-detail, main section.guide .sec-guide-content .guide-card .sec-detail {
  margin-top: 1rem;
  margin-bottom: 0;
}
main section.about-faxdm .sec-about-faxdm-content .about-faxdm-card .sec-detail .btn-detail, main section.about-faxdm .sec-about-faxdm-content .guide-card .sec-detail .btn-detail, main section.about-faxdm .sec-guide-content .about-faxdm-card .sec-detail .btn-detail, main section.about-faxdm .sec-guide-content .guide-card .sec-detail .btn-detail, main section.guide .sec-about-faxdm-content .about-faxdm-card .sec-detail .btn-detail, main section.guide .sec-about-faxdm-content .guide-card .sec-detail .btn-detail, main section.guide .sec-guide-content .about-faxdm-card .sec-detail .btn-detail, main section.guide .sec-guide-content .guide-card .sec-detail .btn-detail {
  padding: 0.5rem 3rem;
}
main section.template {
  background-color: #F0F4F8;
}
main section.template .sec-template-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  main section.template .sec-template-content {
    flex-direction: column;
  }
}
main section.template .sec-template-content .template-card {
  padding: 1rem;
  flex-basis: 45%;
  background: #FFF;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
main section.template .sec-template-content .template-card .img-wrap {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  main section.template .sec-template-content .template-card .img-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
main section.template .sec-template-content .template-card .card-body {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main section.template .sec-template-content .template-card .card-body .card-header p {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  main section.template .sec-template-content .template-card .card-body .card-header p {
    font-size: 1rem;
  }
}
main section.template .sec-template-content .template-card .card-body .card-header p span {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.template .sec-template-content .template-card .card-body .card-header p span {
    font-size: 1.2rem;
  }
}
main section.template .sec-template-content .template-card .card-body .card-header .blue {
  color: #005AB5;
}
main section.template .sec-template-content .template-card .card-body .sec-detail {
  margin: 0;
  margin-top: 1rem;
}
main section.template .sec-template-content .template-card .card-body .sec-detail .btn-download {
  padding: 0.5rem 3rem;
}
@media screen and (max-width: 768px) {
  main section.template .sec-template-content .template-card .card-body .sec-detail .btn-download {
    padding: 0.5rem 2.1rem;
  }
}
main section.column {
  background-color: #F0F4F8;
}
main section.column .column-category {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
}
main section.column .column-category ul {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.column .column-category ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
}
main section.column .column-category ul li input {
  display: none;
}
main section.column .column-category ul li input:checked + label {
  background-color: #005AB5;
  color: #FFF;
  font-weight: bold;
}
main section.column .column-category ul li label {
  display: block;
  color: #333;
  background-color: #E0E0E0;
  padding: 0.5rem 3rem;
  text-decoration: none;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  main section.column .column-category ul li label {
    padding: 0.5rem 1.8rem;
    font-size: 0.7rem;
    font-weight: bold;
  }
}
main section.column .sec-column-content {
  max-width: 1000px;
  min-height: 650px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.column .sec-column-content {
    min-height: 900px;
  }
}
main section.column .sec-column-content .column-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: -1;
  display: grid;
  opacity: 0;
  transition: 0.8s linear;
  grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
  grid-template-rows: auto;
  gap: 1rem;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  main section.column .sec-column-content .column-content-inner {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
main section.column .sec-column-content .column-content-inner .column-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
main section.column .sec-column-content .column-content-inner .column-card .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main section.column .sec-column-content .column-content-inner .column-card .img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  main section.column .sec-column-content .column-content-inner .column-card .img-wrap img {
    aspect-ratio: 1/1;
  }
}
main section.column .sec-column-content .column-content-inner .column-card .card-header .category {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  main section.column .sec-column-content .column-content-inner .column-card .card-header .category {
    margin: 0.1rem 0;
  }
}
main section.column .sec-column-content .column-content-inner .column-card .card-header .category span {
  background-color: #005AB5;
  color: #FFF;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main section.column .sec-column-content .column-content-inner .column-card .card-header .category span {
    font-size: 0.6rem;
    padding: 0.3rem 0.2rem;
  }
}
main section.column .sec-column-content .column-content-inner .column-card .card-header .title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.column .sec-column-content .column-content-inner .column-card .card-header .title {
    font-weight: bold;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical; /* 垂直方向に配置 */
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
    -webkit-line-clamp: 4; /* 最大行数を2行に設定 */
  }
}
main section.column .sec-column-content .column-content-inner .column-card .card-body .post-content {
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
}
@media screen and (max-width: 768px) {
  main section.column .sec-column-content .column-content-inner .column-card .card-body .post-content {
    display: none;
  }
}
main section.column .sec-column-content .column-content-inner .column-card:hover {
  transition: mask-position 1s ease, -webkit-mask-position 1s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}
main section.column .column-category:has(input#column-all:checked) + .sec-column-content .column-content-inner.column-all {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.column .column-category:has(input#column-service:checked) + .sec-column-content .column-content-inner.column-service {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.column .column-category:has(input#column-knowhow:checked) + .sec-column-content .column-content-inner.column-knowhow {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.column .column-category:has(input#column-list:checked) + .sec-column-content .column-content-inner.column-list {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.column .column-category:has(input#column-manuscript:checked) + .sec-column-content .column-content-inner.column-manuscript {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.information {
  background-color: #F0F4F8;
}
main section.information .information-category {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
}
main section.information .information-category ul {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  main section.information .information-category ul {
    justify-content: center;
    gap: 0.5rem;
  }
}
main section.information .information-category ul li input {
  display: none;
}
main section.information .information-category ul li input:checked + label {
  font-weight: bold;
  text-decoration: underline;
}
main section.information .information-category ul li label {
  color: #005AB5;
}
@media screen and (max-width: 768px) {
  main section.information .information-category ul li label {
    font-size: 0.8rem;
  }
}
main section.information .sec-information-content {
  position: relative;
  max-width: 1000px;
  min-height: 286px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.information .sec-information-content {
    min-height: 440px;
  }
}
main section.information .sec-information-content .informaiton-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: -1;
  display: grid;
  opacity: 0;
  transition: 0.8s linear;
}
main section.information .sec-information-content .informaiton-content-inner .information-list {
  text-decoration: none;
  border-top: 1px solid #CCC;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 1rem 0;
  position: relative;
}
main section.information .sec-information-content .informaiton-content-inner .information-list:last-child {
  border-bottom: 1px solid #CCC;
}
main section.information .sec-information-content .informaiton-content-inner .information-list .date {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  main section.information .sec-information-content .informaiton-content-inner .information-list .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
main section.information .sec-information-content .informaiton-content-inner .information-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: none;
}
main section.information .sec-information-content .informaiton-content-inner .information-list:hover {
  text-decoration: underline;
  background-color: rgba(0, 90, 181, 0.1);
}
main section.information .sec-information-content .informaiton-content-inner .information-list:hover::after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  main section.information .sec-information-content .informaiton-content-inner .information-list {
    position: relative;
    padding: 1.5rem 1rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.information .sec-information-content .informaiton-content-inner .information-list .category span {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    color: #FFF;
    background-color: #005AB5;
    font-weight: bold;
    display: block;
    white-space: nowrap;
  }
}
main section.information .information-category:has(input#info-all:checked) + .sec-information-content .informaiton-content-inner.info-all {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.information .information-category:has(input#info-news:checked) + .sec-information-content .informaiton-content-inner.info-news {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.information .information-category:has(input#info-maintenance:checked) + .sec-information-content .informaiton-content-inner.info-maintenance {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.information .information-category:has(input#info-column:checked) + .sec-information-content .informaiton-content-inner.info-column {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.information .information-category:has(input#info-others:checked) + .sec-information-content .informaiton-content-inner.info-others {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.information .information-category:has(input#info-campaign:checked) + .sec-information-content .informaiton-content-inner.info-campaign {
  display: grid;
  opacity: 1;
  z-index: 0;
}
main section.relative-service {
  background-color: #F0F4F8;
}
main section.relative-service .sec-relative-service-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  main section.relative-service .sec-relative-service-content {
    flex-direction: column;
  }
}
main section.relative-service .sec-relative-service-content .relative-service-box {
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
main section.relative-service .sec-relative-service-content .relative-service-box:hover {
  transition: mask-position 1s ease, -webkit-mask-position 1s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}
main section.effect {
  background-color: #F0F4F8;
}
main section.effect {
  background-color: #F0F4F8;
}
main section.effect .sec-hero {
  background-color: #FFF;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-top: 2rem;
  padding: 3rem 0 0;
}
main section.effect .sec-hero p {
  margin: 0;
}
main section.effect .sec-effect-content {
  background-color: #FFF;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  main section.effect .sec-effect-content {
    padding: 1rem;
  }
}
main section.effect .sec-effect-content .effect-content-header {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.effect .sec-effect-content .effect-content-header {
    align-items: flex-start;
  }
}
main section.effect .sec-effect-content .effect-content-header .img-wrap {
  flex-basis: 4rem;
}
main section.effect .sec-effect-content .effect-content-header .img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.effect .sec-effect-content .effect-content-header .title {
  flex-basis: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #005AB5;
}
main section.effect .sec-effect-content .effect-content-header .title .sub::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  margin-bottom: 0.5rem;
  background-color: #005AB5;
}
main section.effect .sec-effect-content .effect-content-body {
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 768px) {
  main section.effect .sec-effect-content .effect-content-body {
    margin: 0;
  }
}
main section.effect .sec-effect-content .effect-content-body p {
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  main section.effect .sec-effect-content .effect-content-body p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  main section.effect .sec-effect-content .sec-detail .btn-detail {
    padding: 0.5rem 3rem;
    font-weight: bold;
  }
}
main section.contact {
  position: relative;
}
main section.contact > .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
}
main section.contact > .sec-hero {
  position: relative;
  color: #005AB5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  main section.contact > .sec-hero {
    padding: 0.5rem 1rem;
  }
  main section.contact > .sec-hero p {
    display: inline-block;
  }
}
main section.contact > .sec-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-top: 1px solid #005AB5;
  border-left: 1px solid #005AB5;
}
@media screen and (max-width: 768px) {
  main section.contact > .sec-hero::before {
    border-top: 2px solid #005AB5;
    border-left: 2px solid #005AB5;
  }
}
main section.contact > .sec-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-bottom: 1px solid #005AB5;
  border-right: 1px solid #005AB5;
}
@media screen and (max-width: 768px) {
  main section.contact > .sec-hero::after {
    border-bottom: 2px solid #005AB5;
    border-right: 2px solid #005AB5;
  }
}
main section.contact .sec-contact-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
main section.contact .sec-contact-content p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.contact .sec-contact-content {
    padding: 1rem;
    margin-top: 0;
  }
}
main section.contact .sec-cta {
  padding: 0 1rem;
}
main .sec-more {
  margin: 2rem auto;
}
main .sec-more .more-btn {
  font-weight: bold;
  padding: 0.05rem 0;
  margin: 0 auto;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #005AB5;
  border-bottom: 1px solid #005AB5;
  text-decoration: none;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .sec-more .more-btn {
    font-size: 1.2rem;
    max-width: 80%;
    font-weight: bold;
  }
}
main .sec-more .more-btn::after {
  content: "→";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 2rem;
  background-color: #005AB5;
  color: #FFF;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  transition: ease-out 0.3s;
}
main .sec-more .more-btn:hover::after {
  transform: translate(0.5rem, 0);
}
main .sec-more .more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: none;
}
main .sec-more .more-btn:hover::before {
  position: absolute;
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}
main .sec-cta {
  margin: 2rem auto;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main .sec-cta {
    gap: 0.5rem;
  }
}
main .sec-cta a {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  gap: 1rem;
  border-radius: 4px;
  min-width: 265px;
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
@media screen and (max-width: 768px) {
  main .sec-cta a {
    flex-basis: 50%;
    font-size: 0.7rem;
    min-width: auto;
    max-width: none;
    padding: 1rem 0;
    gap: 0.5rem;
    font-weight: bold;
  }
}
main .sec-cta a:hover {
  transition: mask-position 1s ease, -webkit-mask-position 1s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}
main .sec-cta .btn-contact {
  background-color: #002990;
}
main .sec-cta .btn-contact::before {
  content: "";
  width: 1.5rem;
  height: 1rem;
  background: url(/images/common/header_ico_contact.png) no-repeat;
}
main .sec-cta .btn-register {
  background-color: #FF4500;
}
main .sec-cta .btn-register::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(/images/common/header_ico_regist.png) center/70% no-repeat;
}
main .sec-detail {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .sec-detail .btn-detail {
  background-color: #FFF;
  font-weight: bold;
  max-width: 500px;
  color: #005AB5;
  display: inline-block;
  text-decoration: none;
  border-radius: 3rem;
  border: 1px solid #005AB5;
  padding: 0.8rem 5rem;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .sec-detail .btn-detail {
    border: 2px solid #005AB5;
    font-weight: bold;
  }
}
main .sec-detail .btn-detail::after {
  content: "→";
  position: absolute;
  font-size: 1.5rem;
  line-height: 1rem;
  right: 1rem;
  top: 50%;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  color: #005AB5;
  font-weight: bold;
  transition: ease-out 0.3s;
  transform: translate(0, -50%);
}
main .sec-detail .btn-detail:hover {
  background-color: #005AB5;
  color: #FFF;
}
main .sec-detail .btn-detail:hover::after {
  filter: brightness(0) invert(1);
  transform: translate(0.5rem, -50%);
}
main .sec-detail .btn-download {
  max-width: 500px;
  color: #005AB5;
  display: inline-block;
  text-decoration: none;
  border-radius: 3rem;
  border: 1px solid #005AB5;
  padding: 0.8rem 5rem;
  display: flex;
  justify-content: center;
  position: relative;
  transition: ease-out 0.3s;
}
@media screen and (max-width: 768px) {
  main .sec-detail .btn-download {
    font-weight: bold;
    border: 2px solid #005AB5;
    padding: 0.8rem 2.1rem;
    font-size: 0.8rem;
  }
}
main .sec-detail .btn-download:hover {
  background-color: #005AB5;
  color: #FFF;
}
main .sec-detail .btn-download:hover::after {
  filter: brightness(0) invert(1);
}
main .sec-detail .btn-download::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background: url(../img/common/download.png) center/100% no-repeat;
}
@media screen and (max-width: 768px) {
  main .sec-detail .btn-download::after {
    left: 0.5rem;
  }
}/*# sourceMappingURL=main.css.map */