@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #015AAF;
  outline: none;
  position: relative;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #015AAF;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

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

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div,
li,
header,
footer,
dt,
dd,
section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
}

body {
  color: #015AAF;
  background: #fff;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
/*-- HTML5 elements --*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

strong {
  font-weight: bold;
}

section,
article {
  position: relative;
}

.nolink {
  pointer-events: none;
}
.nolink:hover {
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

.svg-box {
  width: 0;
  height: 0;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  background: #f7f7f7;
}

.flex-wrapper {
  display: flex;
}

.box-inner {
  padding: 0 20px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 min(7.6134699854vw, 104px);
    max-width: 1600px;
  }
  .pc-flex {
    display: flex;
  }
}
.font-en {
  font-family: "Lato", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

@media (max-width: 768px) {
  .btn-base {
    width: 72vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .btn-base {
    width: 290px;
  }
}
.btn-base a {
  color: #fff;
  background: #015AAF;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  height: 100%;
  font-size: 16px;
  min-height: 48px;
  position: relative;
}
.btn-base a .icon-arrow-wrapper {
  width: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  margin: auto;
  aspect-ratio: 1;
}
.btn-base a .icon-arrow-wrapper .icon-arrow {
  width: 8px;
  height: 8px;
}
@media (any-hover: hover) {
  .btn-base a:hover {
    background: #409AFE;
    opacity: 1;
  }
  .btn-base a:hover .icon-arrow-wrapper .icon-arrow {
    stroke: #409AFE;
  }
}

.btn-top {
  margin-top: 40px;
  width: 260px;
  margin-inline: auto;
}
.btn-top a {
  padding-left: 18px;
}
.btn-top a .icon-arrow-wrapper {
  right: auto;
  left: 18px;
}
.btn-top a .icon-arrow-wrapper .icon-arrow {
  transform: scale(-1, 1);
}

.font-s {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .font-s {
    font-size: 12px;
  }
}
.noinfo {
  font-size: 16px;
  font-weight: 500px;
  color: #554d4d;
  text-align: center;
  padding: 67px 0 31px;
}
@media screen and (min-width: 769px) {
  .noinfo {
    padding-bottom: 43px;
  }
}

/* ヘッダー-------------------------------------------*/
.btn-menu .hbg-wrapper {
  width: 16px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.btn-menu .hbg-wrapper span {
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.btn-menu .hbg-wrapper span:nth-child(1) {
  top: 0;
}
.btn-menu .hbg-wrapper span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-menu .hbg-wrapper span:nth-child(3) {
  bottom: 0;
}

.open .hbg-wrapper span:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
}
.open .hbg-wrapper span:nth-child(2) {
  display: none;
}
.open .hbg-wrapper span:nth-child(3) {
  transform: translateY(-5px) rotate(45deg);
}

.page-hd {
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .page-hd {
    height: 51px;
    padding: 22px 4px 0 11px;
  }
}
@media (min-width: 769px) {
  .page-hd {
    padding: 28px 30px 0 40px;
  }
}
.page-hd .hd-inner {
  position: relative;
}
@media (max-width: 768px) {
  .page-hd .hd-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .page-hd .hd-inner .top-logo {
    width: 153px;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner .top-logo {
    width: 210px;
    margin-right: auto;
  }
}
.page-hd .hd-inner .top-logo a .home {
  display: none;
}
@media (max-width: 768px) {
  .page-hd .hd-inner .hd-btn-list {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner .hd-btn-list {
    margin-right: 54px;
  }
}
.page-hd .hd-inner .btn-menu {
  position: fixed;
  top: 10px;
  right: 4px;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .btn-menu {
    right: 30px;
    top: 32px;
  }
}

.btn-menu {
  width: 40px;
  background: #015aaf;
  border-radius: 50%;
  aspect-ratio: 1;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .btn-menu:hover {
    background: #409afe;
  }
}
.hd-btn-list {
  display: flex;
  gap: 8px;
}
.hd-btn-list li {
  width: 152px;
  text-align: center;
}
.hd-btn-list li a {
  font-size: 14px;
  padding: 8px 0;
  display: block;
  border-radius: 23px;
  width: 100%;
}
@media (any-hover: hover) {
  .hd-btn-list li a:hover {
    opacity: 1;
    background: #409afe;
    color: #fff;
  }
}
.hd-btn-list .btn-type01 a {
  background: #fff;
  color: #015aaf;
}
.hd-btn-list .btn-type02 a {
  background: #015aaf;
  color: #fff;
}

.page-home .hd-inner .top-logo a .default {
  display: none;
}
.page-home .hd-inner .top-logo a .home {
  display: inline;
}

/*============================
#gnav
============================*/
#gnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  z-index: 12;
  background: linear-gradient(to bottom, #eaf2f8 0%, #f7f7f7 100%);
  padding: 14px 30px 100px;
  overflow: scroll;
  transition: transform 0.4s linear;
  pointer-events: none;
  transform: translateX(100%);
}
@media (min-width: 769px) {
  #gnav {
    width: 462px;
  }
}
#gnav.is-visible {
  transform: translateX(0);
  pointer-events: auto;
}
#gnav .gnav-top,
#gnav .box01,
#gnav .box02 {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#gnav.show .gnav-top, #gnav.show .box01, #gnav.show .box02 {
  opacity: 1;
  transform: translateY(0);
}
#gnav.show .gnav-top {
  transition-delay: 0.15s;
}
#gnav.show .box01 {
  transition-delay: 0.3s;
}
#gnav.show .box02 {
  transition-delay: 0.45s;
}
#gnav .gnav-inner .gnav-top .btn-menu {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 28px;
}
#gnav .gnav-inner .gnav-top .hd-btn-list {
  justify-content: center;
  margin-bottom: 46px;
}
#gnav .gnav-inner .box01 .ft-nav-wrap {
  font-size: 14px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  #gnav .gnav-inner .box01 .ft-nav-wrap {
    margin-bottom: 32px;
    letter-spacing: 0.01em;
  }
}
#gnav .gnav-inner .box01 .ft-nav-wrap .mds-l {
  margin-bottom: 15px;
}
#gnav .gnav-inner .box01 .ft-nav-wrap .ft-navlist li {
  margin-bottom: 13px;
  font-weight: 400;
  padding-left: 24px;
  position: relative;
}
#gnav .gnav-inner .box01 .ft-nav-wrap .ft-navlist li::before {
  content: "−";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #015AAF;
}
#gnav .gnav-inner .box01 .ft-nav-wrap .ft-navlist li:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  #gnav .gnav-inner .box01 .ft-nav-wrap .ft-navlist li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
#gnav .gnav-inner .box02 {
  border-top: 1px solid #015AAF;
  padding-top: 16px;
  margin-top: 36px;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 769px) {
  #gnav .gnav-inner .box02 {
    margin-top: 50px;
    padding-top: 24px;
  }
}
#gnav .gnav-inner .box02 .copyright {
  color: #015AAF;
  margin-top: 20px;
}
@media (min-width: 769px) {
  #gnav .gnav-inner .box02 .copyright {
    margin-top: 32px;
  }
}
#gnav .gnav-inner .box02 .lower-link {
  display: flex;
  gap: 16px;
}
#gnav .gnav-inner .box02 .lower-link li a {
  color: #015AAF;
}
@media (min-width: 769px) {
  #gnav .gnav-inner .box02 .lower-link li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.gnav-bg {
  transition: 0.3s;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 0;
  pointer-events: none;
}
.gnav-bg.is-visible {
  opacity: 1;
  pointer-events: initial;
}

/* 下層タイトル-------------------------------------------*/
.ttl-area {
  padding: 121px 0 37px;
  background: linear-gradient(to bottom, #eaf2f8 0%, #f7f7f7 100%);
}
@media (min-width: 769px) {
  .ttl-area {
    padding: 214px 0 12px;
  }
}
.ttl-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/common/ttl_bg_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50.1333333333vw;
  height: 44vw;
}
@media (min-width: 769px) {
  .ttl-area::before {
    background-image: url(../images/common/ttl_bg_pc.svg);
    width: min(69.1068814056vw, 944px);
    height: min(16.9106881406vw, 231px);
  }
}
@media (min-width: 769px) {
  .ttl-area.type2::before {
    background-image: url(../images/common/ttl_bg_pc2.svg);
    width: min(69.1068814056vw, 944px);
    height: min(25.9150805271vw, 354px);
  }
}
.ttl-area .box-inner .main-ttl {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ttl-area .box-inner .main-ttl {
    width: 255px;
  }
}
@media (min-width: 769px) {
  .ttl-area .box-inner .main-ttl {
    font-size: 34px;
  }
}

/* WYSIWYG-------------------------------------------*/
.wysiwyg {
  font-size: inherit;
  line-height: 1.8;
  word-break: break-all;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
}

.wysiwyg h1 {
  font-size: 200%;
}

.wysiwyg h2 {
  font-size: 180%;
}

.wysiwyg h3 {
  font-size: 160%;
}

.wysiwyg h4 {
  font-size: 140%;
}

.wysiwyg h5 {
  font-size: 120%;
}

.wysiwyg h6 {
  font-size: 100%;
}

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

.wysiwyg a {
  text-decoration: underline;
}

.wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}

.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}

.wysiwyg code {
  display: block;
  padding: 20px;
  background: #eee;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg table {
  width: 100% !important;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar {
    height: 15px;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-thumb {
    background: #bbb;
  }
}
/* SNSシェア-------------------------------------------*/
/* パンくず-------------------------------------------*/
.breadcrumb-area {
  display: block;
  margin: 0 auto;
  padding: 0 20px 40px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .breadcrumb-area {
    padding: 0 min(7.6134699854vw, 104px) 84px;
    max-width: 1600px;
  }
}
@media (min-width: 769px) {
  .breadcrumb-area.type2 {
    padding-bottom: 40px;
  }
}
.breadcrumb-area .breadcrumb {
  font-size: 12px;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .breadcrumb-area .breadcrumb {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.breadcrumb-area .breadcrumb li {
  position: relative;
  padding-right: 22px;
  display: inline;
}
.breadcrumb-area .breadcrumb li:after {
  position: absolute;
  content: ">";
  vertical-align: middle;
  left: auto;
  right: 7px;
  bottom: 0;
  top: -3px;
  margin: auto;
  text-decoration: none;
}
.breadcrumb-area .breadcrumb li:last-child {
  padding-right: 0;
}
.breadcrumb-area .breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb-area .breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb-area .current a {
  text-decoration: none !important;
}

/* フッター-------------------------------------------*/
.ft-inquiry {
  padding-top: 120px;
  position: relative;
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .ft-inquiry {
    display: flex;
    flex-direction: column;
    padding: 140px min(7.6134699854vw, 104px);
  }
}
.ft-inquiry .box-inner {
  background: #e1eef8;
  border-radius: 16px;
  z-index: 1;
  margin: 0 20px;
  padding: 40px 24px;
  position: relative;
  z-index: 3;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner {
    padding: 56px min(4.6852122987vw, 64px) 44px;
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  .ft-inquiry .box-inner {
    margin: 0 auto;
    width: 100%;
  }
}
.ft-inquiry .box-inner .inquiry-mds {
  text-align: center;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-mds {
    font-size: 34px;
  }
}
.ft-inquiry .box-inner .top-txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .top-txt {
    margin-bottom: 30px;
  }
}
.ft-inquiry .box-inner .inquiry-list {
  display: flex;
  text-align: center;
}
@media (max-width: 768px) {
  .ft-inquiry .box-inner .inquiry-list {
    flex-direction: column;
    gap: 16px;
  }
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-list {
    gap: min(2.9282576867vw, 40px);
  }
}
.ft-inquiry .box-inner .inquiry-list li {
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-list li {
    width: calc(50% - 20px);
    padding: 24px min(4.0263543192vw, 55px);
  }
}
.ft-inquiry .box-inner .inquiry-list li .mds-s {
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 4px;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-list li .mds-s {
    font-size: min(1.4641288433vw, 20px);
  }
}
.ft-inquiry .box-inner .inquiry-list li .tel-mds {
  font-size: 28px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-list li .tel-mds {
    font-size: min(2.9282576867vw, 40px);
  }
}
.ft-inquiry .box-inner .inquiry-list li .tel-mds img {
  width: 20px;
  margin-right: 5px;
  vertical-align: baseline;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-list li .tel-mds img {
    width: min(2.4890190337vw, 34px);
    margin-right: 15px;
  }
}
.ft-inquiry .box-inner .inquiry-list li .note {
  font-size: 12px;
  background: #f7f7f7;
  border-radius: 36px;
  padding: 3px;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-list li .note {
    font-size: min(1.1713030747vw, 16px);
  }
}
.ft-inquiry .box-inner .inquiry-list li a {
  display: block;
}
@media (any-hover: hover) {
  .ft-inquiry .box-inner .inquiry-list li a:hover {
    opacity: 1;
  }
  .ft-inquiry .box-inner .inquiry-list li a:hover .form-mds .icon-arrow01 {
    opacity: 1;
    background: #409afe;
  }
}
.ft-inquiry .box-inner .inquiry-list li .form-mds {
  font-size: 28px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-list li .form-mds {
    font-size: min(2.9282576867vw, 40px);
  }
}
.ft-inquiry .box-inner .inquiry-list li .form-mds .icon-arrow01 {
  transition: 0.3s;
  width: 32px;
  background: #015aaf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  aspect-ratio: 1;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-list li .form-mds .icon-arrow01 {
    width: min(3.3674963397vw, 46px);
    right: -10px;
  }
}
.ft-inquiry .box-inner .inquiry-list li .form-mds .icon-arrow01 img {
  width: 9px;
}
@media (min-width: 769px) {
  .ft-inquiry .box-inner .inquiry-list li .form-mds .icon-arrow01 img {
    width: min(1.0980966325vw, 15px);
  }
}

.page-ft {
  background: #015aaf;
  color: #fff;
  padding-top: 385px;
  margin-top: -320px;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
}
@media (min-width: 769px) {
  .page-ft {
    padding-bottom: 64px;
    padding-top: 295px;
    margin-top: -370px;
  }
}
.page-ft a {
  color: #fff;
}
@media (any-hover: hover) {
  .page-ft a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .box01 {
    display: flex;
    justify-content: space-between;
    gap: min(4.6852122987vw, 64px);
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .box01 .box-l {
    width: min(19.7657393851vw, 280px);
  }
}
.page-ft .box-inner .box01 .box-l .ft-logo {
  margin-bottom: 24px;
}
.page-ft .box-inner .box01 .box-l .address {
  margin-bottom: 26px;
  line-height: 2;
}
@media (min-width: 769px) {
  .page-ft .box-inner .box01 .box-l .address {
    font-size: min(1.1713030747vw, 16px);
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .box01 .box-r {
    display: flex;
    gap: min(4.6852122987vw, 64px);
  }
}
.page-ft .box-inner .box01 .box-r .ft-nav-wrap {
  font-size: 14px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .box01 .box-r .ft-nav-wrap {
    font-size: min(1.0248901903vw, 14px);
    margin-bottom: 0;
    letter-spacing: 0.01em;
  }
}
.page-ft .box-inner .box01 .box-r .ft-nav-wrap .mds-l {
  margin-bottom: 15px;
}
.page-ft .box-inner .box01 .box-r .ft-nav-wrap .ft-navlist li {
  margin-bottom: 13px;
  font-weight: 400;
  padding-left: 24px;
  position: relative;
}
.page-ft .box-inner .box01 .box-r .ft-nav-wrap .ft-navlist li::before {
  content: "−";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
.page-ft .box-inner .box01 .box-r .ft-nav-wrap .ft-navlist li:last-child {
  margin-bottom: 0;
}
.page-ft .box-inner .box02 {
  border-top: 1px solid #2774BE;
  padding-top: 16px;
  margin-top: 36px;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .page-ft .box-inner .box02 {
    margin-top: 50px;
    padding-top: 24px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.page-ft .box-inner .box02 .copyright {
  color: #e1eef8;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .box02 .copyright {
    margin-top: 0;
  }
}
.page-ft .box-inner .box02 .lower-link {
  display: flex;
  gap: 24px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .box02 .lower-link {
    gap: 40px;
  }
}
.page-ft .box-inner .box02 .lower-link li a {
  color: #e1eef8;
}
/*# sourceMappingURL=_map/common.css.map */
