@charset "UTF-8";
:root {
  --site--contents--width: 1200px;
  --site--contents--padding: 20px;
  --site--contents--color01: #F7F7F7;
  --site--contents--color02: #E7F3FA;
}

/* reset */
/* 2024年版モダンリセットCSS */
:root {
  --color-text: #333;
  --color-background: #fff;
  --color-link: #005fcc;
  --color-link-hover: #004bb5;
  --color-focus: #005fcc;
  --color-focus-visible: #ffcc00;
  --font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  --spacing-unit: 1rem;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, table, th, td {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px; /* ベースフォントサイズ */
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* モバイルでのフォントサイズ調整を無効化 */
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--color-text, #333);
  background-color: var(--color-background, #fff);
  min-height: 100vh; /* 全画面の高さを確保 */
  text-rendering: optimizeSpeed; /* パフォーマンスを最適化 */
}

.renew-under img,
.renew-under picture,
.renew-under video,
.renew-under canvas,
.renew-under svg {
  display: block; /* デフォルトのインライン表示をブロックに変更 */
  max-width: 100%; /* 幅を親要素に合わせる */
  height: auto; /* 縦横比を維持 */
}
.renew-under input,
.renew-under button,
.renew-under textarea,
.renew-under select {
  font: inherit; /* フォントを親要素に継承 */
  color: inherit;
  background: none;
  border: none;
  outline: none; /* デフォルトのスタイルを初期化 */
}
.renew-under a {
  text-decoration: none;
  color: inherit; /* リンクの色を継承 */
  cursor: pointer;
}
.renew-under nav ul,
.renew-under nav ol {
  list-style: none; /* リストのスタイルを初期化 */
}
.renew-under table {
  border-collapse: collapse; /* セルの隙間を除去 */
  width: 100%; /* テーブルの幅を親要素に合わせる */
}
.renew-under button {
  cursor: pointer;
}
.renew-under textarea {
  resize: none; /* デフォルトのリサイズを無効化 */
}
.renew-under :focus {
  outline: 2px solid var(--color-focus, #005fcc); /* フォーカス時の視覚的なアクセント */
  outline-offset: 2px;
}
.renew-under :focus-visible {
  outline: 3px solid var(--color-focus-visible, #ffcc00); /* 視覚的なフォーカス表示 */
  outline-offset: 3px;
}
.renew-under ::-moz-placeholder {
  color: #aaa; /* プレースホルダーの色を調整 */
  opacity: 1; /* 透明度を確保 */
}
.renew-under ::placeholder {
  color: #aaa; /* プレースホルダーの色を調整 */
  opacity: 1; /* 透明度を確保 */
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #121212;
    color: #e0e0e0;
  }
  a {
    color: #90caf9; /* ダークモード時のリンク色 */
  }
  ::-moz-placeholder {
    color: #666;
  }
  ::placeholder {
    color: #666;
  }
}
html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  word-break: break-all;
  color: #333;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
  padding: 0;
  /**/
  /**/
}
body section {
  padding: initial;
}
body picture {
  display: block;
}
body figure, body picture {
  line-height: 0;
}
body ul,
body ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body ol {
  list-style: none;
}
body dl {
  margin-bottom: 0;
}
body dl dt {
  margin-bottom: 0;
}
body dl dd {
  margin-bottom: 0;
}
body a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  transform: 0.3s all;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
body i, body em, body address {
  font-style: normal;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  position: relative;
  margin-bottom: 0;
}
body h2 > span,
body h3 > span,
body h4 > span,
body h5 > span,
body h6 > span {
  display: inline-block;
}
body img {
  width: 100%;
  height: auto;
}
body img.auto {
  width: auto;
  max-width: 100%;
}
body p {
  margin-bottom: 0;
}
body a[href^="tel:"] {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  body .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body .vpc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body .vtab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body .vtab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body .vsp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body .vsp {
    display: block;
  }
}
body *:focus {
  outline: none;
}
body .dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
body .scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}
body .mb-none {
  margin-bottom: 0 !important;
}
body .mt-none {
  margin-top: 0 !important;
}
body .fade_on {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}
body .contents-wrap {
  margin: 0 !important;
  position: relative;
  width: 100%;
  overflow: clip;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  body .contents-wrap {
    padding-top: 60px;
  }
}
body .c-text-center {
  text-align: center;
}
body .c-text-right {
  text-align: center;
}
body .c-text-right {
  text-align: center;
}
body .c-weight-bold {
  font-weight: 700;
}
body .swiper-pagination {
  width: 100%;
  position: static;
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  body .swiper-pagination {
    margin: 5.3333333333vw 0 0;
  }
}
body .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E7E7E7;
  opacity: 1 !important;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  body .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2.6666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
body .swiper-pagination .swiper-pagination-bullet-active {
  background: #999;
}
body .c-body {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  body .c-body {
    padding-bottom: 17.3333333333vw;
  }
}
body .c-body .c-body-inner {
  position: relative;
  margin: 0 auto;
}
body .c-body .c-basic-width {
  max-width: calc(var(--site--contents--width) + var(--site--contents--padding) * 2);
  padding-inline: var(--site--contents--padding);
}
body .c-body .c-basic-width.pd0 {
  padding-top: 0;
}
body .c-body.bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body .c-body.bg.gray::after {
  background-color: var(--site--contents--color01);
}
body .c-body.bg.blue::after {
  background-color: var(--site--contents--color02);
}

/*******************************************************/
/* property */
/*******************************************************/
body:not(.index) .contents-wrap #wrapper {
  padding-top: 52px;
}

#breadcrumb {
  max-width: calc(1600px + var(--site--contents--padding) * 2);
  margin: 0 auto 45px;
  padding: 0 var(--site--contents--padding);
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    margin-bottom: 12vw;
  }
}
#breadcrumb .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb-list li {
  font-weight: 300;
  color: #555;
  font-size: 1.2rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #breadcrumb .breadcrumb-list li {
    font-size: 1.5645371578vw;
  }
}
@media (max-width: 767px) {
  #breadcrumb .breadcrumb-list li {
    font-size: 3.2vw;
  }
}
#breadcrumb .breadcrumb-list li:not(:first-child)::before {
  content: ">";
  padding-inline: 5px;
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumb-list li:not(:first-child)::before {
    padding-inline: 1.3333333333vw;
  }
}

#under-page-mv {
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  #under-page-mv {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1240px) {
  .recruit-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1240px) {
  .recruit-menu li {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1240px) {
  .recruit-menu li {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1240px) {
  .recruit-menu li + li {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit-menu li + li {
    margin-top: 6.6666666667vw;
  }
}
.recruit-menu a {
  position: relative;
  display: block;
  line-height: 1;
}
.recruit-menu a .link-float {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .recruit-menu a .link-float {
    padding: 0 5.3333333333vw;
  }
}
.recruit-menu a .link-float .t01 {
  clip-path: polygon(30px 0%, 100% 0%, 455px 100%, 0% 100%);
  background: #C7EBF0;
  padding: 5px 50px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-menu a .link-float .t01 {
    clip-path: polygon(8vw 0%, 100% 0%, 70.6666666667vw 100%, 0% 100%);
    padding: 1.8666666667vw 5.3333333333vw;
  }
}
.recruit-menu a .link-float .t01 span {
  display: inline-block;
  font-size: 4.8rem;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #3A4C68;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .recruit-menu a .link-float .t01 span {
    font-size: 3.6505867014vw;
  }
}
@media (max-width: 767px) {
  .recruit-menu a .link-float .t01 span {
    font-size: 7.4666666667vw;
  }
}
.recruit-menu a .link-float .t02 {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .recruit-menu a .link-float .t02 {
    margin-top: 4vw;
  }
}
.recruit-menu a .link-float .t02 span {
  display: inline-block;
  position: relative;
  font-size: 2.3rem;
  color: #fff;
  line-height: 1;
  padding-right: 35px;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .recruit-menu a .link-float .t02 span {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  .recruit-menu a .link-float .t02 span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit-menu a .link-float .t02 span {
    padding-right: 5.3333333333vw;
  }
}
.recruit-menu a .link-float .t02 span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .recruit-menu a .link-float .t02 span::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}

.white-box {
  background: #fff;
  padding: 45px 45px 75px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .white-box {
    padding: 5.3333333333vw 4.8vw 12vw;
  }
}
.white-box .dl-outer {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.white-box dl {
  display: contents;
}
.white-box dl dt,
.white-box dl dd {
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .white-box dl dt,
  .white-box dl dd {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  .white-box dl dt,
  .white-box dl dd {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .white-box dl dt,
  .white-box dl dd {
    margin-top: 4vw;
  }
}
.white-box dl dt .c-map-outer,
.white-box dl dd .c-map-outer {
  margin-top: 15px;
  max-width: 533px;
  padding-top: 41.25%;
}
@media screen and (max-width: 767px) {
  .white-box dl dt .c-map-outer,
  .white-box dl dd .c-map-outer {
    margin-top: 4vw;
    padding-top: 61.25%;
  }
}
.white-box dl dt .map-up + .map-up,
.white-box dl dd .map-up + .map-up {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .white-box dl dt .map-up + .map-up,
  .white-box dl dd .map-up + .map-up {
    margin-top: 8vw;
  }
}
.white-box dl dd {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .white-box dl dd {
    padding-left: 8vw;
    margin-left: 0;
  }
}
.white-box dl.sp-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .white-box dl.sp-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .white-box dl.sp-block dd {
    padding-left: 0;
  }
}
.white-box + .white-box {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .white-box + .white-box {
    margin-top: 9.3333333333vw;
  }
}

.bg_drawing {
  position: relative;
  clip-path: inset(0);
}
.bg_drawing::after {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/common/bg_drawing.webp);
}
@media screen and (max-width: 767px) {
  .bg_drawing::after {
    background-image: url(./../images/common/bg_drawing_sp.webp);
  }
}
.bg_drawing .c-main-title .c-main-title_en::after {
  display: none;
}

.title-line {
  width: 100vw;
  padding-inline: var(--site--contents--padding);
  position: relative;
  max-width: calc(1600px + var(--site--contents--padding) * 2);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1240px) {
  .title-line {
    width: 100vw;
    padding-inline: var(--site--contents--padding);
  }
}
.title-line::after {
  display: block;
  content: "";
  position: absolute;
  top: -22px;
  left: var(--site--contents--padding);
  width: 2px;
  height: 55px;
  background: #4686AF;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .title-line::after {
    top: -3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .title-line::after {
    top: -6.4vw;
    left: 15px;
    height: 14.6666666667vw;
  }
}
.title-line.right::after {
  left: auto;
  right: var(--site--contents--padding);
}
@media screen and (max-width: 767px) {
  .title-line.right::after {
    right: 15px;
  }
}

/*******************************************************/
/* component */
/*******************************************************/
.c-main-title {
  position: relative;
  margin-bottom: 50px;
  max-width: calc(1600px + var(--site--contents--padding) * 2);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1240px) {
  .c-main-title {
    width: 100vw;
    padding-inline: var(--site--contents--padding);
  }
}
@media screen and (max-width: 767px) {
  .c-main-title {
    margin: 0 0vw 9.3333333333vw;
  }
}
.c-main-title .c-main-title_en {
  line-height: 1;
  font-size: 10rem;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #4686AF;
  position: relative;
  top: -14px;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-main-title .c-main-title_en {
    font-size: 6.518904824vw;
  }
}
@media (max-width: 767px) {
  .c-main-title .c-main-title_en {
    font-size: 13.3333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-main-title .c-main-title_en {
    top: -0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .c-main-title .c-main-title_en {
    width: 100%;
    top: -1.7333333333vw;
    margin-right: calc(var(--site--contents--padding) * -1);
  }
}
.c-main-title .c-main-title_en::after {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  width: 2px;
  height: 55px;
  background: #4686AF;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-main-title .c-main-title_en::after {
    top: -1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .c-main-title .c-main-title_en::after {
    top: -5.3333333333vw;
    height: 14.6666666667vw;
  }
}
.c-main-title .c-main-title_ja {
  font-size: 1.8rem;
  margin-top: -10px;
  font-weight: 500;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-main-title .c-main-title_ja {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  .c-main-title .c-main-title_ja {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-main-title .c-main-title_ja {
    margin-top: calc(-0.7vw + 4px);
  }
}
@media screen and (max-width: 767px) {
  .c-main-title .c-main-title_ja {
    margin-top: -0.8vw;
  }
}
.c-main-title::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #4686AF;
  width: 110vw;
  margin: 0 calc(50% - 50vw);
}
.c-main-title:not(.right) .c-main-title_en,
.c-main-title:not(.right) .c-main-title_ja {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-main-title:not(.right) .c-main-title_en,
  .c-main-title:not(.right) .c-main-title_ja {
    padding-left: 1.8666666667vw;
  }
}
.c-main-title:not(.right) .c-main-title_en::after {
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-main-title:not(.right) .c-main-title_en::after {
    left: -1.3333333333vw;
  }
}
.c-main-title.right {
  text-align: right;
}
.c-main-title.right .c-main-title_en,
.c-main-title.right .c-main-title_ja {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-main-title.right .c-main-title_en,
  .c-main-title.right .c-main-title_ja {
    padding-right: 1.8666666667vw;
  }
}
.c-main-title.right .c-main-title_en::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-main-title.right .c-main-title_en::after {
    right: -1.3333333333vw;
  }
}

.c-sub-title {
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-sub-title {
    font-size: 2.8683181226vw;
  }
}
@media (max-width: 767px) {
  .c-sub-title {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sub-title {
    margin-inline: -10px;
  }
}
.c-sub-title + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-sub-title + p {
    margin-top: 6.6666666667vw;
  }
}
.c-sub-title:has(span) {
  line-height: 2;
}
.c-sub-title > span {
  background-color: rgba(255, 255, 255, 0.85);
  display: inline;
  padding: 0.15em 0;
  line-height: 1.8;
}

.c-sub-title-noto {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-sub-title-noto {
    font-size: 2.8683181226vw;
  }
}
@media (max-width: 767px) {
  .c-sub-title-noto {
    font-size: 5.8666666667vw;
  }
}
.c-sub-title-noto + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-sub-title-noto + p {
    margin-top: 6.6666666667vw;
  }
}

.c-border-title {
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
  padding: 0 0 7px 0;
  margin-bottom: 50px;
  font-weight: 500;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-border-title {
    font-size: 2.3468057366vw;
  }
}
@media (max-width: 767px) {
  .c-border-title {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-border-title {
    margin-bottom: 8vw;
  }
}

.c-min-title {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-min-title {
    font-size: 2.3468057366vw;
  }
}
@media (max-width: 767px) {
  .c-min-title {
    font-size: 4.8vw;
  }
}

.c-lead {
  font-size: 1.6rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-lead {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  .c-lead {
    font-size: 3.7333333333vw;
  }
}

.c-min-width {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-archive-list ul li a {
  border-bottom: 1px solid #707070;
  padding: 22px 20px;
}
@media screen and (min-width: 768px) {
  .c-archive-list ul li a {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-archive-list ul li a {
    display: block;
    padding: 12px 0px;
  }
}
.c-archive-list ul li a .date {
  white-space: nowrap;
  font-size: 1.6rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-archive-list ul li a .date {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  .c-archive-list ul li a .date {
    font-size: 3.7333333333vw;
  }
}
.c-archive-list ul li a .c-archive-title {
  width: 100%;
  font-size: 1.8rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-archive-list ul li a .c-archive-title {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  .c-archive-list ul li a .c-archive-title {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-archive-list ul li a .c-archive-title {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-archive-list ul li a .c-archive-title {
    margin-top: 0.8vw;
  }
}
.c-archive-list ul li:first-child a {
  border-top: 1px solid #707070;
}

.c-map-outer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  border: 1px solid #707070;
}
.c-map-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn-normal .c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  height: 48px;
  padding: 0 35px;
  background: #3A4C68;
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-btn-normal .c-btn {
    font-size: 1.5645371578vw;
  }
}
@media (max-width: 767px) {
  .c-btn-normal .c-btn {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-normal .c-btn {
    max-width: 65.3333333333vw;
    height: 10.6666666667vw;
    padding: 0 9.3333333333vw;
  }
}
.c-btn-normal .c-btn span {
  display: inline-block;
  position: relative;
}
.c-btn-normal .c-btn::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn-normal .c-btn::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 5.3333333333vw;
  }
}
.c-btn-normal .c-btn.center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .c-btn-normal .c-btn.center {
    margin-top: 8vw;
  }
}
.c-btn-normal .c-btn.center.mt-min {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .c-btn-normal .c-btn.center.mt-min {
    margin-top: 13.3333333333vw;
  }
}
.c-btn-normal .c-btn.right {
  margin-left: auto;
}

.c-btn-large .c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 80px;
  padding: 0 35px;
  background: #4686AF;
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-btn-large .c-btn {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .c-btn-large .c-btn {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-large .c-btn {
    max-width: 80vw;
    height: 21.3333333333vw;
    padding: 0 9.3333333333vw;
  }
}
.c-btn-large .c-btn span {
  display: inline-block;
  position: relative;
}
.c-btn-large .c-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn-large .c-btn::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 5.3333333333vw;
  }
}
.c-btn-large .c-btn.center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .c-btn-large .c-btn.center {
    margin-top: 8vw;
  }
}
.c-btn-large .c-btn.right {
  margin-left: auto;
}

.c-contact-btn .c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 80px;
  background: #4686AF;
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-contact-btn .c-btn {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .c-contact-btn .c-btn {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-contact-btn .c-btn {
    font-size: 1.8vw;
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-btn .c-btn {
    max-width: 80vw;
    height: 21.3333333333vw;
  }
}
.c-contact-btn .c-btn span {
  display: inline-block;
  position: relative;
  padding-inline: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-contact-btn .c-btn span {
    padding-inline: 10.6666666667vw;
  }
}
.c-contact-btn .c-btn span::before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/common/icon_mail.webp);
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 19px;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-contact-btn .c-btn span::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-btn .c-btn span::before {
    width: 6.4vw;
    height: 5.0666666667vw;
  }
}
.c-contact-btn .c-btn span::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-contact-btn .c-btn span::after {
    width: 2.4vw;
    height: 2.4vw;
    right: 5.3333333333vw;
  }
}

.c-loop .swiper-wrapper {
  transition-timing-function: linear;
}
.c-loop .swiper-wrapper .img-inner {
  line-height: 0;
}
.c-loop .swiper-wrapper .img-inner img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-loop .swiper-wrapper .img-inner img {
    height: 54.4vw;
  }
}

.c-dl-list-body .c-dl-list-outer {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.c-dl-list-body .c-dl-list-outer + .c-dl-list-outer {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .c-dl-list-body .c-dl-list-outer + .c-dl-list-outer {
    margin-top: 10.6666666667vw;
  }
}
.c-dl-list-body .c-dl-list {
  display: contents;
}
.c-dl-list-body .c-dl-list dt,
.c-dl-list-body .c-dl-list dd {
  font-size: 1.8rem;
  border-bottom: 1px solid #707070;
  margin: 0;
  padding: 10px 0;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-dl-list-body .c-dl-list dt,
  .c-dl-list-body .c-dl-list dd {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  .c-dl-list-body .c-dl-list dt,
  .c-dl-list-body .c-dl-list dd {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-dl-list-body .c-dl-list dt,
  .c-dl-list-body .c-dl-list dd {
    padding: 2.6666666667vw 0;
  }
}
.c-dl-list-body .c-dl-list dd {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-dl-list-body .c-dl-list dd {
    padding-left: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .c-img-text-box {
    padding-top: 50px;
  }
}
.c-img-text-box .img {
  line-height: 0;
  padding-block: 40px 0;
}
@media screen and (max-width: 767px) {
  .c-img-text-box .img {
    padding-block: 6.6666666667vw 0;
    margin-inline: calc(var(--site--contents--padding) * -1);
  }
}
.c-img-text-box .img + .c-lead {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-img-text-box .img + .c-lead {
    margin-top: 4vw;
  }
}
.c-img-text-box .c-lead {
  text-align: left;
}

/*******************************************************/
/* HEADER */
/*******************************************************/
#header-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  #header-body #header-inner {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
#header-body #header-inner #head-contents {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 21px;
}
@media screen and (min-width: 768px) {
  #header-body #header-inner #head-contents {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #header-inner #head-contents {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-contents {
    height: 60px;
    align-items: center;
    padding: 0 12px;
    position: relative;
    background: #fff;
    z-index: 1000;
  }
}
#header-body #header-inner #head-logo {
  line-height: 0;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-logo {
    align-items: center;
    padding: 0;
  }
}
#header-body #header-inner #head-logo a {
  display: block;
  width: 240px;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #header-inner #head-logo a {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-logo a {
    width: 190px;
  }
}
#header-body #header-inner #head-logo .text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: #707070;
  margin: 15px 0 0 10px;
  padding: 8px 14px;
  border-radius: 500px;
  font-weight: 400;
}
@media only screen and (min-width: 767px) and (max-width: 1240px) {
  #header-body #header-inner #head-logo .text {
    font-size: 1rem;
    margin: 15px 0 0 10px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-logo .text {
    margin: 0 0 0px 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #menu {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu.open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer {
    overflow: scroll;
    height: 100dvh;
    background: #E7F3FA;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1050px) {
  #header-body #menu #menu-outer #menu-inner {
    gap: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #menu #menu-outer #menu-inner {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner {
    position: relative;
    padding: 75px 28px 50px;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul {
    display: flex;
    justify-content: space-between;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li {
    text-align: center;
    flex-grow: 1;
    padding: 12px 0;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    color: #333;
    display: inline-block;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1240px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    color: #333;
    display: block;
    padding: 4vw 6.6666666667vw 4vw 0px;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a.focus > span {
    border-bottom: 3px solid #4686AF;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a::after {
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: 3.2vw;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a:hover {
    opacity: 0.7;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li ol li a {
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
  position: relative;
  padding: 11px 0;
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li ol li a {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li ol li a {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li ol li a {
    padding: 3.2vw 0;
    border-bottom: 1px solid #FFF;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li ol li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li:not(.megamenu) a {
    border-bottom: 1px solid #FFF;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li:not(.megamenu) a.pl {
    padding-left: 2px;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu {
  position: relative;
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu > a {
    border-bottom: 1px solid #FFF;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu > a::after {
  display: none;
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .megamenu-body {
  display: none;
  padding: 0 0 20px 33px;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .megamenu-body {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .megamenu-body {
    padding: 1.3333333333vw 0 1.3333333333vw 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .megamenu-body:hover > ol {
    display: block !important;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .sp-mega-trigger {
  position: absolute;
  top: 4px;
  right: 0;
  height: 51.5px;
  aspect-ratio: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .sp-mega-trigger::after {
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: 2.6666666667vw;
    top: 47%;
    transform: translateY(-50%) rotate(135deg);
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .sp-mega-trigger.open::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu:hover .megamenu-body {
    display: block !important;
    position: absolute;
    top: 45px;
    left: 20px;
    padding: 10px 10px 15px 20px;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
    width: 150px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu:hover .megamenu-body ol {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu:hover .megamenu-body ol a {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1050px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list.hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .head-contact {
    width: 195px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #menu #menu-outer #menu-inner .head-contact {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .head-contact {
    margin: 8vw 0 0;
  }
}
#header-body #menu #menu-outer #menu-inner .head-contact .c-contact-btn .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .head-contact .c-contact-btn .c-btn span {
    padding-inline: 40px 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #menu #menu-outer #menu-inner .head-contact .c-contact-btn .c-btn span {
    padding-inline: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .head-contact .c-contact-btn .c-btn span::after {
    right: 0;
  }
}

#spNavi {
  position: fixed;
  top: 10px;
  right: 8px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  cursor: pointer;
  z-index: 10002;
}
#spNavi > div {
  width: 27px;
  height: 2px;
  background-color: #3A4C68;
  left: 5px;
  position: relative;
  border-radius: 10px;
}
#spNavi > div.menu1 {
  top: 13px;
}
#spNavi > div.menu2 {
  top: 19px;
}
#spNavi.open > div.menu1 {
  transform: translateY(5px) rotate(-25deg);
}
#spNavi.open > div.menu2 {
  transform: translateY(-3px) rotate(25deg);
}
#spNavi.fixed {
  position: fixed;
}

/*******************************************************/
/* FOOTER */
/*******************************************************/
#footer-body {
  background: #EFEFEF;
}
#footer-body .footer-inner {
  max-width: 1236px;
  padding: 55px 18px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner {
    padding: 9.3333333333vw 9.8666666667vw 0;
  }
}
#footer-body .footer-inner #sns-box {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #sns-box {
    padding-bottom: 8vw;
  }
}
#footer-body .footer-inner #sns-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -2.5% -2.5%;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #sns-box ul {
    margin: 0 0 -2.5% -3.5%;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #sns-box ul {
    margin: 0 0 -5% -8.9%;
  }
}
#footer-body .footer-inner #sns-box ul li {
  width: 3.7%;
  margin: 0 0 2.5% 2.5%;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #sns-box ul li {
    width: 4.7%;
    margin: 0 0 2.5% 3.5%;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #sns-box ul li {
    width: 11.1%;
    margin: 0 0 5% 8.9%;
  }
}
#footer-body .footer-inner #footer-detail {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail {
    margin-top: 0;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box {
    width: 100% !important;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box .text-address {
  font-size: 1.6rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box .text-address {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box .text-address {
    font-size: 3.7333333333vw;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box .text-address + .text-address {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box .text-address + .text-address {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.front {
    width: 37.7%;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.front {
    margin-top: 10.6666666667vw;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .logo {
  display: block;
  max-width: 317px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .logo {
    max-width: 296px;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back {
    width: 62.3%;
    padding-left: 82px;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .head-link {
    margin: 0 0 7px;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .head-link a {
    font-size: 1.6rem;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .head-link a {
    font-size: 1.8252933507vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .head-link a {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.vsp {
    display: flex;
    flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu a:not(.c-btn) {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul {
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 1240px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1240px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul {
    flex-wrap: wrap;
    gap: 4vw 2%;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a {
    font-size: 1.8252933507vw;
  }
}
@media (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a {
    font-size: 3.7333333333vw;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a + ol li {
  position: relative;
  margin-top: 14px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a + ol li {
    margin-top: 1.8666666667vw;
    padding-left: 5.3333333333vw;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a + ol li a {
  font-size: 1.4rem;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a + ol li a {
    font-size: 1.5645371578vw;
  }
}
@media (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a + ol li a {
    font-size: 3.2vw;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a + ol li::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 14px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li > a + ol li::after {
    top: 3.2vw;
    width: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu ul > li + li {
    margin-top: 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .footer-menu-inner {
    width: calc(50% - 2.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .footer-menu-inner:first-child ul li:first-child {
    width: 100%;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.foot {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.foot {
    margin-top: 6.6666666667vw;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.foot .c-contact-btn .c-btn {
  margin-left: auto;
}
#footer-body #footer-copy {
  text-align: center;
  margin-top: 70px;
  background: #3A4C68;
  padding: 13px;
}
@media screen and (max-width: 767px) {
  #footer-body #footer-copy {
    margin-top: 45px;
  }
}
#footer-body #footer-copy p {
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer-body #footer-copy p {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=common.css.map */