@charset "utf-8";
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap');

/*
 * RESET
 */

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

#nav ul li {
  /* リソースヘッダー用CSS */
  list-style-type: none;
}

#nav a {
  /* リソースヘッダー用CSS */
  text-decoration: none;
}

/*
 * COMMON
 */

body {
  color: #444;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  min-width: 960px;
}

.layout_main .cb {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.layout_main section {
  margin: 56px 0;
}

.layout_main .sub-section {
  margin: 40px 0;
}

.layout_main .sub-section:last-of-type {
  margin-bottom: 0;
}

/*
　レスポンシブ対応用CSS
 */
@media screen and (min-width: 600px) {
  .only-sph {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .responsive {
    min-width: 100%;
  }

  .responsive .layout_main .cb {
    width: calc(100% - 40px);
  }

  .responsive .only-pc {
    display: none;
  }

  body:not(.responsive) .only-sph {
    display: none;
  }
}

/*
 * HEADER/GNAV
 */

.anniversary {
  position: absolute;
  top: 0;
  left: 199px;
  bottom: 3px;
  margin: auto;
  width: 45px;
  height: 45px;
}

/* サービス名称をHaruTPで表記する場合 */

.rs-site-name_link {
  color: #6a6a6a;
  display: block;
  font-family: "Haru TP M", sans-serif;
  font-size: 18px;
  text-decoration: none;
  margin-right: 42px;
}

.gnav-menus,
.gnav-child-menus {
  list-style: none;
}

.gnav-child-menu_link {
  display: block;
  text-decoration: none;
}

.gnav-child-menu .no1 {
  background-color: #ff001e;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin-left: 14px;
  padding: 4px;
}

.btn-apply {
  background-color: #426077;
  border-radius: 3px;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
}

.btn-apply:hover {
  background-color: #f80;
}

.rs-gnav-trigger,
.rs-gnav-close {
  display: none;
}

/*
  レスポンシブ非対応用CSS
 */

.rs-header {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  box-shadow: 0 2px 4px 0 rgba(52, 52, 52, 0.1);
  height: 60px;
  margin-top: 30px;
  position: relative;
  top: 0;
  z-index: 99;
}

.rs-header .inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: 960px;
  position: relative;
}

.sp-accordion-menu {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

/* 上の帯 ここから */

.rs-header_upper {
  height: 30px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 100%;
}

.rs-header_upper-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

.rs-header_upper-link {
  color: inherit;
  font-size: 13px;
  margin-left: 14px;
  text-decoration: none;
}

.rs-header_upper-link::after {
  /* 外部リンクアイコン */
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 3px;
}

.rs-header_upper-link:hover {
  color: #f80;
}

/* 上の帯 ここまで */

/* 下の帯 ここから */

.rs-site-name {
  margin: 0 120px 0 0;
}

.rs-gnav {
  flex-grow: 1;
}

.gnav-menus {
  display: flex;
  position: relative;
}

.gnav-menu-name,
.gnav-menu_link {
  color: inherit;
  display: inline-block;
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  padding: 0 14px;
  text-decoration: none;
}

.gnav-menu-name:hover {
  color: #f80;
  background-color: #f6f6f6;
  cursor: default;
}

.gnav-menu_link:hover {
  background-color: #f6f6f6;
}

.btn-apply {
  font-size: 13px;
  margin-left: auto;
  padding: 8px 0;
  width: 130px;
}

/* 下の帯 ここまで */

/*
sticky 設定
 */

@supports (position: sticky) or (position: -webkit-sticky) {
  .rs-header {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (min-width: 599px) {
  /* sticky 未対応のブラウザ向けCSS */

  .rs-header.js-is-sticky {
    margin-top: 0;
    position: fixed;
    width: 100%;
  }

  .rs-header.js-is-sticky .rs-header_upper {
    position: static;
  }

  .rs-header.js-is-sticky .rs-site-name {
    white-space: nowrap;
  }

  .rs-header.js-is-sticky .btn-apply {
    width: 300px;
  }

  .rs-header.js-is-sticky + .banner-under-header::before,
  .rs-header.js-is-sticky + .layout_main::before,
  .rs-header.js-is-sticky + .breadcrumb-wrap::before {
    /* Gナビが fixed になって空白になる部分を代わりに埋めます */
    content: "";
    display: block;
    height: 90px;
    width: 100%;
  }
}

/* sticky 設定 ここまで */

/*
  ドロップダウンメニュー
  PC表示限定
 */

.can-dropdown > .gnav-menu-name::after,
.can-dropdown > .gnav-menu_link::after {
  /* 三角マーク（下向き） */
  color: #b9b9b9;
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 4px;
}

.can-dropdown > .gnav-menu-name:hover::after,
.can-dropdown > .gnav-menu_link:hover::after {
  color: #666;
}

.can-dropdown:hover::after {
  /* プルダウンの上に付く白い三角 */
  animation: fadein 0.3s;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: block;
  margin-left: 30px;
  position: absolute;
  top: 53px;
}

.has-child-menus > .gnav-child-menus {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: none;
  padding: 14px 0;
  position: absolute;
}

.can-dropdown:hover > .gnav-child-menus {
  animation: fadein 0.3s;
  display: block;
}

.gnav-child-menu:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}

.gnav-child-menu_link {
  color: inherit;
  font-size: 14px;
  padding: 8px 32px;
}

.gnav-child-menu_link:hover {
  background-color: #f6f6f6;
  color: #f80;
}

.no-child-menus :hover {
  color: #f80;
  cursor: pointer;
}

@keyframes fadein {
  /* フェードインのアニメーション */
  from {
    margin-top: -5px;
    opacity: 0;
  }

  to {
    margin-top: 0;
    opacity: 1;
  }
}

/*
　レスポンシブ対応用CSS
 */
@media screen and (max-width: 599px) {
  .responsive .rs-header {
    border-bottom: 5px solid #f80;
    border-top: none;
    margin-top: 0;
  }

  .responsive .rs-header > .inner {
    width: 100%;
  }

  .responsive .rs-site-name {
    margin-right: 0;
    position: relative;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    z-index: 3;
    height: 55px;
    background: #fff;
  }

  .responsive .anniversary {
    position: absolute;
    top: 0;
    left: 215px;
    bottom: 3px;
    margin: auto;
    width: 45px;
    height: 45px;
  }

  .responsive .rs-logo {
    position: relative;
    top: 6px;
    left: 18px;
    margin: auto;
    width: 200px;
    height: 46px;
  }

  .responsive .rs-site-name_link {
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    display: block;
    padding: 13px 14px;
    margin-right: 0;
  }

  .responsive.open-menu {
    /* Gナビが開いたときの BODY 設定 */
    background-color: #b1b1b1;
    height: 155px; /* 共通ヘッダーの高さ + パートナーサイト名表示部分の高さ */
    overflow-y: hidden;
  }

  .responsive.open-menu .rs-header,
  .responsive.open-menu .rs-header .inner {
    position: static;
  }

  .responsive .sp-accordion-menu {
    background-color: #f6f6f6;
    display: block;
    left: 0;
    position: absolute;
    transition: all 0.4s;
    top: -600px;
    width: 100%;
    z-index: 2;
  }

  .responsive .sp-accordion-menu.open-menu {
    top: 104px; /* 共通ヘッダーの高さ + サイト名の高さ */
  }

  .responsive .alert-block ~ .rs-header .sp-accordion-menu.open-menu {
    /* XXX: サービスサイト全般に共通するお知らせが表示された時の位置調整 */
    top: 155px; /* 共通ヘッダーの高さ + サイト名の高さ */
  }

  .responsive .gnav-menus {
    display: block;
    position: static;
  }

  .responsive .gnav-menu {
    border-top: 1px solid #fff;
  }

  .responsive .can-dropdown:hover::after {
    /* プルダウンの動きを無効にします */
    display: none;
  }

  .responsive .can-dropdown:hover > .gnav-child-menus {
    /* プルダウンの動きを無効にします */
    animation: none;
  }

  .responsive .gnav-menu-name,
  .responsive .gnav-menu_link {
    background-color: #f80;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 17px;
    height: auto;
    line-height: inherit;
    padding: 13px 42px 13px 14px;
    position: relative;
  }

  .responsive .gnav-child-menus {
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    position: static;
  }

  .responsive .gnav-child-menu:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }

  .responsive .gnav-child-menu_link {
    background-color: #fff;
    color: inherit;
    font-size: 17px;
    padding: 13px 14px;
    position: relative;
  }

  .responsive .gnav-menu-name::after,
  .responsive .has-child-menus > .gnav-menu_link::after {
    /* ▼マーク */
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 21px;
    line-height: 28px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }

  .responsive .gnav-menu-name:hover::after,
  .responsive .has-child-menus > .gnav-menu_link:hover::after {
    color: #fff;
  }

  .responsive .no-child-menus::after,
  .responsive .no-child-menus > .gnav-menu-name::after {
    content: none;
  }

  .responsive .gnav-menu-name.open-menu::after,
  .responsive .has-child-menus > .gnav-menu_link.open-menu::after {
    /* ▲マーク */
    content: "\f106";
  }

  .responsive .gnav-child-menus {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
  }

  .responsive .open-menu .gnav-child-menus.open-menu {
    /* 子ナビメニューが開いた状態 */
    max-height: 500px;
  }

  .responsive .rs-header_upper {
    border-top: 1px solid #d1d1d1;
    height: auto;
    position: static;
  }

  .responsive .rs-header_upper-inner {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin: 28px 14px;
    width: calc(100% - 14px * 2);
  }

  .responsive .rs-header_upper-link {
    background-color: #fff;
    border: 1px solid #426077;
    border-radius: 3px;
    box-sizing: border-box;
    color: #426077;
    display: block;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    padding: 13px;
    margin: 0;
    width: 100%;
  }

  .responsive .rs-header_upper-link::after {
    display: none;
  }

  .responsive .rs-header_upper-link:hover {
    background-color: #426077;
    color: #fff;
  }

  .responsive .btn-apply {
    font-size: 17px;
    margin: 28px 14px;
    padding: 13px;
    width: auto;
  }

  .responsive .rs-gnav-trigger {
    /* Gナビ開閉のトリガーボタン */
    background-color: transparent;
    border: none;
    display: block;
    outline: none;
    position: absolute;
    right: 0;
    z-index: 4;
  }

  .responsive .rs-gnav-trigger::after {
    /* ▼マーク */
    color: #f80;
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 53px;
    width: 63px;
  }

  .responsive .rs-gnav-trigger.open-menu::after {
    /* ▲マーク */
    content: "\f106";
  }

  .responsive .rs-gnav-close {
    /* Gナビを閉じるボタン */
    background-color: #444;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 13px;
    outline: none;
    padding: 13px;
    text-align: center;
    width: 100%;
  }

  .responsive .rs-gnav-close_img {
    margin-right: 7px;
    vertical-align: middle;
    width: 13px;
  }
}

/*
 * ヘッダー直下バナー（15周年 ロゴデザインコンテスト開催）
 */

.logo-contest-banner {
  background-color: #ffdea4;
  display: flex;
  justify-content: center;
}

.logo-contest-banner .img-sp-banner {
  height: auto;
  width: 100%;
}

/*
 * ヘッダー直下バナー（お取り寄せキャンペーン おうち時間を幸せに！お取り寄せグルメ特集）
 */

.otoriyose-banner {
  background: #f5b5ad;
  display: flex;
  justify-content: center;
}

.otoriyose-banner .img-sp-banner {
  height: auto;
  width: 100%;
}

/*
 * ヘッダー直下バナー（サービスリニューアル）
 */

.speedup-banner {
  background: #0d0e11;
  display: flex;
  justify-content: center;
}

.speedup-banner .img-sp-banner {
  height: auto;
  width: 100%;
}

/*
 * SECTION Apply
 */

.section-apply {
  background: url("../images/apply_bg.png") no-repeat center center #f80;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  padding-top: 56px;
  padding-bottom: 56px;
  text-align: center;
}

.section-apply small {
  display: block;
  margin-top: 8px;
}

.section-apply-head {
  font-size: 28px;
  margin-bottom: 28px;

  /* /resource/css/module.css のCSSをを打ち消す */
  line-height: 1.5;
  padding: 0;
}

.section-apply_btn-apply {
  background: #fff;
  border-radius: 3px;
  color: #f80;
  display: block;
  line-height: 46px;
  margin: 35px auto 0;
  text-decoration: none;
  width: 350px;
}

.section-apply_btn-apply:hover {
  opacity: 0.7;
}

/*
　レスポンシブ対応用CSS
 */
@media screen and (max-width: 599px) {
  .responsive .section-apply {
    padding-left: 14px;
    padding-right: 14px;
  }

  .responsive .section-apply-head {
    font-size: 25px;
    margin-bottom: 14px;
  }

  .responsive .section-apply_btn-apply {
    box-sizing: border-box;
    line-height: inherit;
    max-width: 200px;
    padding: 7px 28px;
  }
}

/*
 * SECTION Apply (function配下ページ用)
 */

.section-apply-function {
  background: url("../images/apply_bg.png") no-repeat center center #f80;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  padding: 32px;
  text-align: center;
  margin-bottom: 35px;
}

.section-apply-function small {
  display: block;
  margin-top: 8px;
}

.section-apply-function-head {
  font-size: 24px;
  margin-bottom: 28px;

  /* /resource/css/module.css のCSSをを打ち消す */
  line-height: 1.5;
  padding: 0;

  /* /common/css/adjust.css のCSSを打ち消す */
  background: none !important;
}

.section-apply-function_btn-apply {
  background: #fff;
  border-radius: 3px;
  color: #f80;
  display: block;
  line-height: 46px;
  margin: 24px auto 0;
  text-decoration: none;
  width: 350px;
}

.section-apply-function_btn-apply:hover {
  opacity: 0.7;
}

.section-apply .section-apply-annotation {
  display: flex;
  margin-top: 16px;
  justify-content: center;
}

.section-apply .section-apply-annotation::before {
  content: '※';
  margin-right: 0.2rem;
}

.section-apply .section-apply-annotation-link {
  color: #fff;
  text-decoration: underline;
}

/*
　レスポンシブ対応用CSS
 */
@media screen and (max-width: 599px) {
  .responsive .section-apply-function {
    padding-left: 14px;
    padding-right: 14px;
  }

  .responsive .section-apply-function-head {
    font-size: 25px;
    margin-bottom: 14px;
  }

  .responsive .section-apply-function_btn-apply {
    box-sizing: border-box;
    line-height: inherit;
    max-width: 200px;
    padding: 7px 28px;
  }
}

/*
 * FOOTER Feature
 */

.footer-feature {
  background: #eff4f8;
  padding: 56px 0;
}

.footer-feature-banner {
  display: block;
  margin: 0 auto;
  width: 960px;
}

.footer-feature-banner:hover {
  opacity: 0.7;
}

.footer-feature-items {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 35px auto 0;
  width: 960px;
}

.footer-feature-item {
  box-sizing: border-box;
  width: 25%;
}

.footer-feature-item:not(:last-child) {
  border-right: 1px solid #bdbdbd;
}

.footer-feature-item_link::before {
  content: "";
}

.download .footer-feature-item_link::before {
  background: url(../images/icon_download.svg) center center no-repeat #fff;
}

.guide .footer-feature-item_link::before {
  background: url(../images/icon_guide.svg) center center no-repeat #fff;
}

.server .footer-feature-item_link::before {
  background: url(../images/icon_availability.svg) center center no-repeat #fff;
}

.case .footer-feature-item_link::before {
  background: url(../images/icon_case.svg) center center no-repeat #fff;
}

.manual .footer-feature-item_link::before {
  background: url(../images/icon_manual.svg) center center no-repeat #fff;
}

.footer-feature-item_link {
  display: block;
  padding: 21px;
  text-align: center;
  text-decoration: none;
}

.footer-feature-item_link:hover {
  opacity: 0.7;
}

.footer-feature-item_link::before {
  border-radius: 50%;
  display: inline-block;
  height: 84px;
  margin-bottom: 7px;
  width: 84px;
}

.footer-feature-item_head {
  color: #163954;
  font-size: 14px;
  font-weight: bold;

  /* /resource/css/module.css のCSSをを打ち消す */
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.footer-feature-item_text {
  color: #444;
  font-size: 13px;
  margin-top: 7px;
}

.footer-feature-item.visible-only-mailbox {
  /* メールボックスぺージ以外は非表示 */
  display: none;
}

/* MEMO:
  pictureだけでは responsive 非対応時のバナー切り替えがうまくいかないので className を使って表示を切り替えます.
  `.feature-banner_hidden-if-unresponsive`
  `.feature-banner_hidden-if-responsive`

  TODO: サイト全体が完全レスポンシブ化したら
  `.feature-banner_hidden-if-unresponsive` ,
  `.feature-banner_hidden-if-responsive` を削除する
*/
body:not(.responsive) .feature-banner_hidden-if-unresponsive {
  display: none;
}

body.responsive .feature-banner_hidden-if-responsive {
  display: none;
}

/*
　レスポンシブ対応用CSS
 */
@media screen and (max-width: 599px) {
  .responsive .footer-feature {
    padding: 28px 0 0;
  }

  .responsive .footer-feature-banner {
    box-sizing: border-box;
    padding: 0 14px;
    width: 100%;
  }

  .responsive .feature-banner-img {
    width: 100%;
  }

  .responsive .footer-feature-items {
    background-color: #fff;
    flex-wrap: wrap;
    margin: 28px 0 0;
    width: 100%;
  }

  .responsive .footer-feature-item {
    border-left: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    box-sizing: content-box;
    margin-left: -1px;
    margin-bottom: -1px;
    width: 50%;
  }

  .responsive .footer-feature-item:not(:last-child) {
    border-right: none;
  }

  .responsive .footer-feature-item_link {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding: 4px 14px 4px 7px;
    text-align: left;
  }

  .responsive .footer-feature-item_link::before {
    display: block;
    height: 56px;
    margin-bottom: 0;
    width: 63px;
  }

  .responsive .footer-feature-item_head {
    flex-grow: 1;
    font-size: 13px;
  }

  .responsive .footer-feature-item_text {
    display: none;
  }

  .responsive .rs-footer .section-apply {
    /* .footer-feature-item の下線を隠すために入れます */
    position: relative;
    z-index: 1;
  }
}

/*
 * FOOTER CONTACT
 */

.footer-contacts-area {
  padding: 21px 0;
}

.footer-contacts-inner {
  margin: 0 auto;
  width: 960px;
}

.footer-contacts {
  display: flex;
}

.footer-contact {
  align-items: center;
  display: flex;
}

.footer-contact:first-child::after {
  background-color: #bdbdbd;
  content: "";
  display: block;
  height: 36px;
  margin: 0 32px;
  width: 1px;
}

.footer-contact-head {
  font-size: 15px;
  font-weight: bold;
  margin: 0 32px 0 0;
}

.footer-contact-button_link {
  background-color: #426077;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 12px 36px;
  text-align: center;
  text-decoration: none;
}

.footer-contact-button_link:hover {
  opacity: 0.7;
}

.footer-contacts-area .notes {
  color: #585858;
  font-size: 13px;
  margin-top: 21px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .responsive .footer-contacts-area {
    padding: 28px;
  }

  .responsive .footer-contacts-inner {
    margin: 0;
    width: 100%;
  }

  .responsive .footer-contacts {
    display: block;
  }

  .responsive .footer-contact {
    display: block;
  }

  .responsive .footer-contact:first-child::after {
    height: 1px;
    margin: 21px auto;
    width: 94%;
  }

  .responsive .footer-contact-head {
    text-align: center;
    margin: 0 0 14px;
  }

  .responsive .footer-contact-button_link {
    padding: 13px;
  }

  .responsive .footer-contacts-area .notes {
    text-align: left;
  }
}

/*
 * FOOTER NAV
 */

.footer-nav {
  background-color: #f6f6f6;
  padding: 23px 20px;
}

.footer-nav-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  list-style: none;
}

.footer-nav-item:not(:last-child) {
  border-right: 1px solid #bdbdbd;
  padding-right: 11px;
  margin-right: 11px;
}

.footer-nav-item a {
  color: #568cc5;
  font-size: 14px;
  text-decoration: none;
}

.footer-nav-item a:hover {
  text-decoration: underline;
}

/*
 * BREADCRUMB LIST
 */

.breadcrumb {
  display: flex;
  font-size: 12px;
  list-style: none;
  margin: 0 auto;
  max-width: 960px;
  padding: 13px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin: 0 10px;
}

.breadcrumb-link {
  color: #568cc5;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

/*
　レスポンシブ対応用CSS
 */
@media (max-width: 599px) {
  .responsive .breadcrumb {
    display: none;
  }
}

/*
  2カラムレイアウト
 */

.layout_container {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  width: 960px;
}

.layout_container .layout_main {
  box-sizing: border-box;
  flex-grow: 1;
  padding-left: 80px;
}

.layout_sidebar {
  margin: 20px 0 56px;
  position: -webkit-sticky;
  position: sticky;
  top: 66px;
  width: 240px;
  min-width: 240px;
}

/*
　レスポンシブ対応用CSS
 */
@media (max-width: 599px) {
  .responsive .layout_container {
    flex-direction: column;
    width: 100%;
  }

  .responsive .layout_container .layout_main {
    margin: 0 14px;
    padding-left: 0;
    width: calc(100% - 14px * 2);
  }

  .responsive .layout_sidebar {
    display: none;
  }
}

/*
  sticky未対応ブラウザ用CSS
 */

.layout_container.js-stickybit-parent {
  position: relative;
}

.layout_container.js-stickybit-parent::after {
  content: "";
  display: block;
  height: 10px;
  position: static;
  width: 240px;
  min-width: 240px; /* ie11の崩れを防ぐ */
}

.layout_container.js-stickybit-parent .layout_sidebar {
  left: 50%;
  margin-left: -480px;
  position: absolute;
  top: 0;
}

.layout_container.js-stickybit-parent .js-is-sticky--change,
.layout_container.js-stickybit-parent .js-is-sticky {
  position: fixed;
  top: 62px;
}

.layout_container.js-stickybit-parent .js-is-stuck {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media (max-width: 960px) {
  .layout_container.js-stickybit-parent::after {
    display: none;
  }

  .layout_container.js-stickybit-parent .layout_sidebar {
    margin-left: 0;
    position: static;
  }
}

/*
  SIDEBAR
  LOCAL NAV
 */

.local-nav {
  margin-bottom: 28px;
}

.local-nav .nav-item {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e4;
  list-style: none;
}

.local-nav .nav-link {
  color: inherit;
  display: block;
  font-size: 16px;
  padding: 14px;
  text-decoration: none;
}

.local-nav .nav-link:hover {
  background-color: #f6f6f6;
  color: #163954;
}

/* 子メニュー */

.local-nav-children {
  display: none;
  list-style: none;
}

.local-nav-children-item {
  border-top: 1px solid #e1e1e4;
}

.local-nav-children-item .nav-link {
  background-color: #f6f6f6;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 12px 14px 12px 40px;
}

.local-nav-children-item .nav-link:hover {
  background-color: #e1e0e4;
  color: inherit;
  font-weight: inherit;
}

/* 関連リンク */
.related-links-head {
  border-bottom: 1px solid #e1e1e4;
  font-size: 14px;
  font-weight: normal;
  padding: 14px;

  /* リニューアル前ページで読み込まれる古いCSSを打ち消し */
  background: none;
  margin: 0;
}

/* --------------------
IE11 hack
スペースの調整
-------------------- */
@media all and (-ms-high-contrast: none) and (min-width: 600px) {
  .rs-site-name {
    /*    margin-top: 7px; */
  }

  /*  can-dropdownが無い分、行間を再指定 */
  .no-child-menus > .gnav-menu-name {
    line-height: 65px;
  }

  .gnav-child-menu_link {
    line-height: 1;
    padding: 13px 32px 8px;
  }

  .gnav-child-menu .no1 {
    line-height: 1;
    padding: 5px 4px 4px;
  }

  .sub-section {
    padding-top: 10px;
  }

  .btn-apply {
    line-height: 1;
    padding: 12px 0 8px;
  }

  .section-apply_btn-apply {
    box-sizing: border-box;
    padding: 5px 0 0;
  }

  .btn-footer-contact {
    box-sizing: border-box;
    padding: 5px 0 0;
  }

  .local-nav .nav-link {
    padding-top: 19px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 599px) {
  .rs-gnav-trigger {
    margin-top: -14px;
  }
}


/*
* リニューアル時ヘッダー・フッター
 */

 :root {
  --accent-color: #1f5cfa;
  --base-color: #0f30df;
  --bg-color: #f8f9fc;
  --fs-xxs: 0.8125rem; /* 13px */
  --fs-xs: 0.875rem; /* 14px */
  --fs-s: 0.9375rem; /* 15px */
  --fs-base: 1rem; /* 16px */
  --fs-m: 1.125rem; /* 18px */
  --fs-2m: 1.25rem; /* 20px */
  --fs-l: 1.375rem; /* 22px */
  --fs-xl: 1.5rem; /* 24px */
  --fs-xxl: 1.75rem; /* 28px */
  --fs-xxxl: 2rem; /* 32px */
  --fs-h: 2.75rem; /* 44px */
}
/* ＝＝＝＝＝＝＝＝＝＝＝
 Layouts
＝＝＝＝＝＝＝＝＝＝＝ */
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-inner {
    margin: 0 15px;
  }
}


/* ＝＝＝＝＝＝＝＝＝＝＝
 Objects
＝＝＝＝＝＝＝＝＝＝＝ */
.o-ul-list {
  list-style-type: none;
  padding: 0;
}

.o-button {
  font-family: 'Noto Sans JP', sans-serif;
  border: none;
  background: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝
 Components
＝＝＝＝＝＝＝＝＝＝＝ */

/* buttons */
.c-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .c-button-primary {
    transition: background 0.3s;
  }

  .c-button-primary:hover {
    background: #428eff;
  }
}

.c-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 1px #a5add7;
  border-radius: 5px;
  color: var(--base-color);
  font-size: var(--fs-base);
  font-weight: 700;
  line-height: 1.4;
  padding: 19px 50px;
  text-decoration: none;
  box-sizing: border-box;
}

.c-button-secondary._normal-btn {
  display: flex;
}

@media (min-width: 768px) {
  .c-button-secondary {
    transition: background 0.3s;
  }

  .c-button-secondary:hover {
    background: #f1f4fc;
  }

  .c-button-secondary._normal-btn {
    max-width: 335px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝
 Utility
＝＝＝＝＝＝＝＝＝＝＝ */
@media (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-show-pc {
    display: none;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝
 Site
＝＝＝＝＝＝＝＝＝＝＝ */
/* Header */
.s-header {
  padding: 22px 20px;
  position: sticky;
  top: 0;
  left: 0;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: var(--fs-xs);
  letter-spacing: 0;
  line-height: 1.5;
  background: #fff;
  border-bottom: solid 1px #dcdcdc;
  z-index: 999;
}

.s-header * {
  box-sizing: border-box;
}

.s-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-header__pannel {
  width: 22.5%;
}

.s-header__logo {
  line-height: 0;
  width: 100%;
}

.s-header__logo a {
  display: block;
}

.s-nav {
  display: flex;
  align-items: center;
}

.s-nav__list {
  display: flex;
  align-items: center;
  gap: min(2.5vw, 30px);
  margin: 0;
}

.s-nav__list li a,
.s-nav__list li button {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: min(1.333333333vw, var(--fs-base));
  font-weight: 500;
  line-height: 1.4;
}

.s-nav__list + .s-nav__list {
  padding-left: min(2.5vw, 30px);
  margin-left: min(2.5vw, 30px);
  position: relative;
}

.s-nav__list + .s-nav__list::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 27px);
  background: #afafaf;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.s-nav__btn-list {
  display: flex;
  gap: 10px;
  margin: 0 0 0 min(3.5vw, 42px);
}

.s-nav__btn-list li {
  position: relative;
}

.s-nav__btn-list .s-nav__sub-list {
  margin-top: 22px;
}

.s-nav__toggle-btn {
  padding: 9px min(1.3333333vw, 16px) 10px min(1.91666666vw, 23px);
  font-size: min(1.333333333vw, var(--fs-base));
  gap: 8px;
  cursor: pointer;
}

.s-nav__toggle-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: var(--base-color) transparent transparent transparent;
}

.s-nav__cta-btn {
  padding: 9px min(2.5vw, 30px);
  font-size: min(1.5vw, var(--fs-m));
  letter-spacing: 0.02em;
}

@media (min-width: 961px) {
  .s-header {
    transition: padding 0.3s;
  }

  .s-header.is-fixed {
    padding: 11px 20px;
  }

  .s-header.is-fixed .s-header__pannel {
    width: 19.4166666666%;
  }

  .s-header__pannel {
    transition: width 0.3s;
  }

  .s-header__pannel-btns {
    display: none;
  }

  .s-nav__list > li {
    position: relative;
    padding: 10px 0;
  }

  .s-nav__list > li a,
  .s-nav__list > li button {
    transition: color 0.3s;
  }

  .s-nav__list > li:hover > a,
  .s-nav__list > li:hover > button {
    color: var(--base-color);
  }

  .s-nav__toggle {
    gap: 6px;
    pointer-events: none;
  }

  .s-nav__toggle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #333 transparent transparent;
    margin: 0 6px 0 0;
  }

  .s-nav__toggle-btn {
    pointer-events: none;
  }

  .s-nav__sub-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 26px;
    background: #fff;
    border-radius: 5px;

    /* box-shadow: 1px 0 10px rgba(50,61,89,.24); */
    filter: drop-shadow(1px 0 10px rgba(50, 61, 89, 0.24));
    margin-top: 32px;
    transition: 0.3s 0.3s;
  }

  .s-nav__sub-list::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 24px;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    margin: auto;
  }

  .s-nav__sub-list li {
    white-space: nowrap;
  }

  .s-nav__sub-list li a {
    display: flex;
    color: #333;
    text-decoration: none;
    font-size: var(--fs-base);
    font-weight: 500;
    line-height: 1.4;
    padding: 8px;
    transition: color 0.3s;
  }

  .s-nav__sub-list li a:hover {
    color: var(--base-color);
  }

  .s-nav__toggle-item:hover .s-nav__sub-list {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }

  .s-nav__toggle-item:hover .s-nav__toggle {
    cursor: pointer;
  }

  .s-nav__toggle-item:hover .s-nav__toggle::after {
    border-color: #007bff transparent transparent;
  }
}

@media (max-width: 960px) {
  .s-header {
    padding: 0;
  }

  .s-header__inner {
    margin: 0;
  }

  .s-header__pannel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 16px;
    z-index: 1;
    background: #fff;
  }

  .s-header__pannel-btns {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .s-header__logo {
    width: 173px;
  }

  .s-header__cta-btn {
    font-size: var(--fs-xxs);
    padding: 6px 10px;
  }

  .s-header__menu {
    width: 25px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  .s-header__menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #b4b4b9;
    border-radius: 3px;
    transition: 0.3s;
  }

  .s-header__menu.is-open span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }

  .s-header__menu.is-open span:nth-child(2) {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }

  .s-header__menu.is-open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .s-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    overscroll-behavior-y: contain;
    transition: all 0.5s;
  }

  .s-nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  .s-nav__list {
    display: block;
    overflow: hidden;
  }

  .s-nav__list > li + li {
    border-top: solid 1px #d5dcf0;
  }

  .s-nav__list > li a,
  .s-nav__list > li button {
    width: 100%;
    display: block;
    background: var(--bg-color);
    font-size: var(--fs-base);
    line-height: 1.5;
    padding: 8px 16px;
    text-align: left;
    position: relative;
  }

  .s-nav__list > li a::after, .s-nav__list > li button::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_arrow_forward.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    transform: rotate(-90deg);
  }

  .s-nav__list > li button::after {
    transform: none;
    transition: transform 0.3s;
  }

  .s-nav__list > li button.is-open::after {
    transform: rotate(-180deg);
  }

  .s-nav__list + .s-nav__list {
    padding-left: 0;
    margin-left: 0;
    border-top: solid 1px #d5dcf0;
  }

  .s-nav__list + .s-nav__list::before {
    display: none;
  }

  .s-nav__btn-list {
    display: block;
    margin: 0;
  }

  .s-nav__btn-list .s-nav__sub-list {
    margin-top: 0;
  }

  .s-nav__toggle {
    font-size: var(--fs-base);
    line-height: 1.5;
    padding: 8px 16px;
  }

  .s-nav__sub-list {
    display: none;
  }

  .s-nav__sub-list li {
    border-top: solid 1px #d5dcf0;
  }

  .s-nav__sub-list li a {
    display: block;
    font-size: var(--fs-xs);
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    padding: 10px 16px;
    background: #fff;
    position: relative;
  }

  .s-nav__sub-list li a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon_arrow_forward.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    transform: rotate(-90deg);
  }

  .s-nav__toggle-btn,
  .s-nav__cta-btn {
    width: 100%;
    font-size: var(--fs-base);
    border-radius: 0;
  }

  .s-nav__toggle-btn {
    padding: 11px 0;
  }

  .s-nav__toggle-btn::after {
    border-width: 6px 6px 0;
    transition: transform 0.3s;
  }

  .s-nav__toggle-btn.is-open::after {
    transform: rotate(-180deg);
  }

  .s-nav__cta-btn {
    padding: 12px 0;
  }
}


.rs-footer {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: var(--fs-xs);
  line-height: 1.5;
  letter-spacing: 0;
}
.rs-footer * {
  box-sizing: border-box;
}
/* Footer trial */
.s-footer-trial {
  text-align: center;
  padding: 75px 0;
  background: #f8f9fc url(../images/bg_trial.svg) no-repeat center center;
  background-size: cover;
}

.s-footer-trial dl dt {
  font-size: var(--fs-xxxl);
  font-weight: 700;
  margin: 0 0 27px;
}

.s-footer-trial dl dd {
  font-size: var(--fs-s);
}

.s-footer-trial__btn {
  font-size: var(--fs-l);
  padding: 17px 56px;
  border-radius: 7px;
  margin: 0 0 30px;
}

/* Footer サイトナビ */
.s-footer-rs {
  padding: 90px 20px 50px;
}

.s-footer-rs__inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.s-footer-rs__head {
  width: 22.6666666%;
  flex-shrink: 0;
}

.s-footer-rs__logo {
  margin: 0 0 45px;
}

.s-footer-rs__btn-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 0 38px;
}

.s-footer-rs__btn-list li {
  width: 100%;
}

.s-footer-rs__btn-list li a {
  width: 100%;
  font-size: var(--fs-s);
  padding: 12px 0;
}

.s-footer-rs__btn-list li a.-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: auto;
  color: var(--base-color);
  padding-left: 3px;
}

.s-footer-rs__btn-list li a.-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  background: url('data:image/svg+xml;charset=utf-8,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.15514 9L0 7.92708L3.68972 4.5L0 1.07292L1.15514 0L6 4.5L1.15514 9Z" fill="%230F30DF"/></svg>') no-repeat center center;
  background-size: 100% 100%;
}

.s-footer-rs__btn-list li a.-link:hover {
  opacity: 0.7;
}

.s-footer-rs__sns {
  padding-top: 30px;
  border-top: solid 1px #d1d3d9;
}

.s-footer-rs__sns li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  font-size: var(--fs-s);
}

.s-footer-rs__sns-logo {
  width: 15px;
}

.s-footer-rs__contents {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 1;
  gap: 50px 6.297229219%;
  flex-basis: 795px;
  padding-top: 10px;
}

.s-footer-rs__contents dl {
  position: relative;
  z-index: 1;
}

.s-footer-rs__contents dl dt {
  font-size: var(--fs-base);
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 23px;
}

.s-footer-rs__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.s-footer-rs__list li a {
  line-height: 1.4;
  color: #121212;
  text-decoration: none;
}

.s-footer-rs__mark {
  width: 100%;
  text-align: right;
  margin-top: -80px;
}

.s-footer-rs__mark img {
  width: 299px;
}

/* Footer コーポレート */
.s-footer-corp {
  background: #393939;
  padding: 70px 20px;
}

.s-footer-corp__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.s-footer-corp__logo {
  width: 236px;
}

.s-footer-corp__service {
  display: flex;
  align-items: center;
  margin: 0 0 9px;
}

.s-footer-corp__service dt {
  padding-right: 16px;
  margin-right: 16px;
  border-right: solid 1px #fff;
  color: #fff;
  line-height: 1.2;
}

.s-footer-corp__service-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.s-footer-corp__service-list li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.s-footer-corp__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.s-footer-corp__list li a {
  color: #fff;
  text-decoration: none;
}

.s-footer-corp__copyright {
  width: 100%;
  color: #fff;
  font-size: var(--fs-xxs);
  font-weight: 500;
  text-align: center;
}

@media (min-width: 961px) {
  .s-footer-rs__sns li a {
    transition: opacity 0.3s;
  }

  .s-footer-rs__sns li a:hover {
    opacity: 0.7;
  }

  .s-footer-rs__list li a {
    transition: color 0.3s;
  }

  .s-footer-rs__list li a:hover {
    color: var(--base-color);
  }

  .s-footer-rs__contents dl dt {
    pointer-events: none;
  }

  .s-footer-corp__contents a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 960px) {
  .s-footer-rs__inner {
    margin: 0;
    display: block;
  }

  .s-footer-trial {
    padding: 56px 0 50px;
  }

  .s-footer-trial dl dt {
    margin: 0 0 30px;
  }

  .s-footer-trial__inner {
    margin: 0 20px;
  }

  .s-footer-trial__btn {
    width: 100%;
    padding: 17px 0;
  }

  /* Footer サイトナビ */
  .s-footer-rs {
    padding: 40px 0 0;
  }

  .s-footer-rs__head {
    width: 100%;
    max-width: 272px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .s-footer-rs__logo {
    margin: 0 0 35px;
  }

  .s-footer-rs__btn-list {
    margin: 0 0 24px;
  }

  .s-footer-rs__sns {
    padding-top: 0;
    border-top: none;
  }

  .s-footer-rs__sns li {
    display: flex;
    justify-content: center;
  }

  .s-footer-rs__contents {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .s-footer-rs__contents dl {
    width: 100%;
  }

  .s-footer-rs__contents dl dt {
    background: var(--bg-color);
    line-height: 1.5;
    margin: 0;
    padding: 8px 16px;
    border-top: solid 1px #d5dcf0;
    position: relative;
  }

  .s-footer-rs__contents dl dt::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_arrow_forward.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    transition: transform 0.3s;
  }

  .s-footer-rs__contents dl dt.is-open::after {
    transform: rotate(-180deg);
  }

  .s-footer-rs__contents dl dd {
    display: none;
  }

  .s-footer-rs__list {
    gap: 0;
    border-top: solid 1px #d5dcf0;
  }

  .s-footer-rs__list li {
    border-bottom: solid 1px #d5dcf0;
  }

  .s-footer-rs__list li:last-child {
    border-bottom: none;
  }

  .s-footer-rs__list li a {
    display: block;
    line-height: 1.2;
    padding: 10px 16px;
    position: relative;
  }

  .s-footer-rs__list li a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon_arrow_forward.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    transform: rotate(-90deg);
  }

  .s-footer-rs__mark {
    display: none;
  }

  /* Footer コーポレート */
  .s-footer-corp {
    padding: 30px 15px 34px;
  }

  .s-footer-corp__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
  }

  .s-footer-corp__logo {
    width: 189px;
    order: 1;
    margin: 0 auto 25px;
  }

  .s-footer-corp__contents {
    margin: 0 0 50px;
  }

  .s-footer-corp__service {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin: 0 0 30px;
  }

  .s-footer-corp__service dt {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }

  .s-footer-corp__service-list {
    gap: 11px 30px;
    margin: 0;
  }

  .s-footer-corp__list {
    gap: 15px 30px;
  }

  .s-footer-corp__copyright {
    order: 2;
    width: 100%;
  }
}