@charset "UTF-8";
/*------------------------------------------------------

	た い せ つ な お し ら せ

	このcssはsassフォルダの中のscssファイルで管理されています。
	編集する際は必ずcssではなく、必ずscssファイルを編集してください。

-------------------------------------------------------*/
/*-------------------------------------------------------

	コンパイルファイル

-------------------------------------------------------*/
/*-----------------------------

	リセット

------------------------------*/
* {
  padding: 0;
  margin: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
  clearfix
*/
.clearfix {
  width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* 色調整 */
/* カテゴリー 色調整 */
/* 未決定カテゴリー */
/*-------------------------------------------------------
	ここから記述
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.8rem;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  p {
    line-height: 2rem;
    font-size: 1.5rem;
  }
}

h1, h2, h3 {
  line-height: 1.6;
}

a:hover {
  text-decoration: none;
}

p, h1, h2, h3, h4 {
  color: #333333;
}

/* フォント調整 */
h2, h3 {
  font-family: nimbus-sans, sans-serif;
}

/* Nimbus Sans */
/* Source Han Sans Japanese(源ゴシ) */
/* ナビゲーション余白幅調整 */
/* コンテンツ幅調整 */
/* ボタン */
.button-category {
  display: inline-block;
  color: #ffffff;
  border-radius: 6px;
  padding: 2px 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .button-category {
    padding: 2px 8px;
  }
}

.button-category.category {
  background-color: #565656;
}

.button-category.seminar {
  background-color: #d03333;
}

.button-category.study {
  background-color: #a633d0;
}

.button-category.notice {
  background-color: #d0a433;
}

.button-category.column {
  background-color: #47d033;
}

.button-category.overseas-store {
  background-color: #a633d0;
}

.button-category.fc {
  background-color: #d03333;
}

.button-category.domestic-development {
  background-color: #d0a433;
}

.button-category.human-resources {
  background-color: #d06333;
}

.button-category.works01 {
  background-color: #B96E94;
}

.button-category.works02 {
  background-color: #FBB940;
}

.button-category.works03 {
  background-color: #E9E760;
}

.button-category.works04 {
  background-color: #7AC154;
}

.button-category.works05 {
  background-color: #465BBF;
}

.button-category.works06 {
  background-color: #C59965;
}

.button-category p {
  font-size: 1rem;
}

.button-more {
  width: 200px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #326ea7;
  border-radius: 6px;
  padding: 4px 8px;
  margin: 0 auto;
  text-decoration: none;
  transition: all .7s;
}

@media (min-width: 768px) {
  .button-more {
    width: 300px;
    height: 60px;
    padding: 8px;
  }
}

.button-more::after {
  position: absolute;
  top: 50%;
  right: 10%;
  content: '\f061';
  font-weight: 900;
  margin-top: -1rem;
  font-family: "Font Awesome 5 Free";
  transition: all .7s;
}

.button-more:hover {
  color: #ffffff;
  background-color: #245c92;
  transition: all .7s;
}

.button-more:hover::after {
  right: 6%;
}

.button-maxw {
  width: 100%;
  height: 60px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}

.button-maxw:hover {
  color: #ffffff;
}

/*-----------------------------

パンくず

------------------------------*/
.breadcrumbs {
  border: solid 1px #ccc;
  border-width: 1px 0;
}

.breadcrumbs a {
  color: #9b4dca;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #606c76;
}

.breadcrumbs ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 35px;
  position: relative;
}

.breadcrumbs li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  right: -40px;
  border-left: 15px solid #ccc;
}

.breadcrumbs li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  right: -39px;
  border-left: 15px solid #fff;
}

.breadcrumbs li.active a {
  color: #969696;
}

/*-------------------------------------------------------

	top-header

-------------------------------------------------------*/
/*-----------------------------

ヘッダー PC版

------------------------------*/
header {
  width: 100%;
  position: fixed;
  z-index: 999;
}

header.is-animation .navpc-fluid {
  height: 80px;
  transition: .5s;
  background-color: #cecece;
}

header.is-animation .navpc-fluid span {
  pointer-events: none;
  position: fixed;
  opacity: 0;
  transition: opacity .5s ease 0s;
  z-index: 0;
}

header.is-animation .navpc-fluid .navpc-wrap-left {
  align-items: center;
}

header.is-animation .navpc-fluid .navpc-wrap-right {
  justify-content: center;
}

header.is-animation .navpc-fluid .navpc-wrap-right ul.contact {
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease 0s;
  z-index: 0;
}

header.is-animation .navpc-fluid .navpc-wrap-right ul.contact li {
  height: 0;
}

/*-----------------------------
店舗 ヘッダー 上
------------------------------*/
.navpc-fluid {
  display: none;
}

@media (min-width: 992px) {
  .navpc-fluid {
    height: 100px;
    display: flex;
    flex-flow: row wrap;
    background-color: #ffffff;
    position: relative;
    transition: .5s;
  }
}

.navpc-fluid span {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 992px) {
  .navpc-fluid span {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 1.3rem;
  }
}

.navpc-fluid .navpc-wrap-left {
  display: flex;
  align-items: flex-end;
  margin-right: auto;
  padding: 15px 0 15px 15px;
  box-sizing: border-box;
  width: 22%;
}

@media (min-width: 1200px) {
  .navpc-fluid .navpc-wrap-left {
    width: 30%;
  }
}

@media (min-width: 1600px) {
  .navpc-fluid .navpc-wrap-left {
    width: 44%;
  }
}

.navpc-fluid .navpc-wrap-left img {
  width: auto;
}

@media (min-width: 992px) {
  .navpc-fluid .navpc-wrap-left img {
    height: 40px;
  }
}

@media (min-width: 1600px) {
  .navpc-fluid .navpc-wrap-left img {
    height: 50px;
  }
}

.navpc-fluid .navpc-wrap-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 15px 15px 15px 0;
  box-sizing: border-box;
}

.navpc-fluid .navpc-wrap-right .contact {
  opacity: 1;
  pointer-events: auto;
}

.navpc-fluid .navpc-wrap-right .contact li {
  display: flex;
  justify-content: flex-end;
}

.navpc-fluid .navpc-wrap-right .contact li a {
  background-color: #326ea7;
  padding: 8px;
  border-radius: 4px;
}

.navpc-fluid .navpc-wrap-right .contact li a p {
  color: #ffffff;
}

.navpc-fluid .navpc-wrap-right .contact li a p i {
  margin-left: 6px;
}

.navpc-fluid .navpc-wrap-right .slide-bottom {
  display: flex;
  flex-flow: row wrap;
}

.navpc-fluid .navpc-wrap-right .slide-bottom li {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 10px;
}

.navpc-fluid .navpc-wrap-right .slide-bottom li:first-child {
  padding: 0 10px 0 0;
}

.navpc-fluid .navpc-wrap-right .slide-bottom li:last-child {
  padding: 0 0 0 10px;
}

@media (min-width: 1200px) {
  .navpc-fluid .navpc-wrap-right .slide-bottom li {
    padding: 0 15px;
  }
  .navpc-fluid .navpc-wrap-right .slide-bottom li:first-child {
    padding: 0 15px 0 0;
  }
  .navpc-fluid .navpc-wrap-right .slide-bottom li:last-child {
    padding: 0 0 0 15px;
  }
}

.navpc-fluid .navpc-wrap-right .slide-bottom li a {
  color: #333333;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}

.navpc-fluid .navpc-wrap-right .slide-bottom li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 1px #333333;
  transition: 0.5s;
}

.navpc-fluid .navpc-wrap-right .slide-bottom li a:hover::after {
  width: 100%;
}

/*-----------------------------

ヘッダー SP版

------------------------------*/
.navsp-fluid {
  background: #ffffff;
}

.navsp-fluid .navbar-spheader {
  /*position: fixed;*/
  background: #ffffff;
  height: 50px;
  width: 100%;
  z-index: 999;
  /* トグル */
  /* トグル アニメーション */
  /* ナビゲーションのメニュー */
}

@media (min-width: 992px) {
  .navsp-fluid .navbar-spheader {
    display: none;
  }
}

.navsp-fluid .navbar-spheader a.logo {
  position: fixed;
  z-index: 999;
}

.navsp-fluid .navbar-spheader a.logo img {
  width: auto;
  padding: 7px 5px;
  height: 50px;
}

.navsp-fluid .navbar-spheader #nav_hbg {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 901;
  color: #75C4BE;
  background: #fff;
}

.navsp-fluid .navbar-spheader #nav_hbg div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #326ea7;
}

.navsp-fluid .navbar-spheader #nav_hbg div span {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: opacity 0.1s ease, transform 0.3s ease-in-out;
}

.navsp-fluid .navbar-spheader .clicked span:nth-child(1) {
  transform: translateY(10px) rotate(135deg);
}

.navsp-fluid .navbar-spheader .clicked span:nth-child(2) {
  opacity: 0;
}

.navsp-fluid .navbar-spheader .clicked span:nth-child(3) {
  transform: translateY(-10px) rotate(-135deg);
}

.navsp-fluid .navbar-spheader #nav_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 900;
  background-color: #e6e6e6;
}

.navsp-fluid .navbar-spheader #nav_menu.opened {
  visibility: visible;
  opacity: 1;
}

.navsp-fluid .navbar-spheader #nav_menu ul {
  text-align: center;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: #4aa6f5;
}

.navsp-fluid .navbar-spheader #nav_menu ul.menu-list {
  padding: 50px 0 0;
  background-color: #e6e6e6;
}

.navsp-fluid .navbar-spheader #nav_menu ul.menu-list li {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 50%;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
  transition: all 0.4s ease;
  /* 表示 */
  cursor: pointer;
  /*						&:nth-child(1){
							border-top: 1px solid $black;
						}
						&:nth-child(2){
							border-top: 1px solid $black;
						}*/
}

.navsp-fluid .navbar-spheader #nav_menu ul.menu-list li:nth-child(even) {
  border-right: none;
}

.navsp-fluid .navbar-spheader #nav_menu ul.menu-list li:hover {
  background: #565656;
  transition: all 0.4s ease;
}

.navsp-fluid .navbar-spheader #nav_menu ul.menu-list li a i {
  font-size: 2.4rem;
  color: #ffffff;
  padding: 13px;
  background-color: #4aa6f5;
  border-radius: 50px;
  width: 48px;
  height: 48px;
}

.navsp-fluid .navbar-spheader #nav_menu ul.menu-list li a p {
  margin-top: 5px;
}

.navsp-fluid .navbar-spheader #nav_menu ul.contact-list {
  padding: 15px;
  justify-content: space-between;
}

.navsp-fluid .navbar-spheader #nav_menu ul.contact-list li {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 49%;
  border: 1px solid #ffffff;
  padding: 15px 0;
  transition: all 0.4s ease;
  /* 表示 */
  cursor: pointer;
}

.navsp-fluid .navbar-spheader #nav_menu ul.contact-list li:nth-child(3) {
  width: 100%;
  margin-top: 15px;
}

.navsp-fluid .navbar-spheader #nav_menu ul.contact-list li:hover {
  background: #565656;
  transition: all 0.4s ease;
}

.navsp-fluid .navbar-spheader #nav_menu ul.contact-list li a i {
  font-size: 3.2rem;
  color: #333333;
}

.navsp-fluid .navbar-spheader #nav_menu ul.contact-list li a p {
  color: #ffffff;
  margin-top: 5px;
}

/* トグルここまで */
.nav-shop-list-sp {
  width: 100%;
  height: 50px;
  /*background-color: $white;*/
  background: #f5f8ff;
  /* 仮 */
  position: fixed;
  top: 0;
  right: 0;
  z-index: 901;
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: center;
  margin-right: 50px;
}

.nav-shop-list-sp li {
  background-color: #4aa6f5;
  width: 50px !important;
  height: 100%;
}

.nav-shop-list-sp li a {
  font-size: 13px;
  padding: 7px 0 0;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: center;
  color: #ffffff;
  background: #4aa6f5;
}

.nav-shop-list-sp li a i {
  font-size: 2.2rem;
}

.nav-shop-list-sp li a p {
  font-size: 1.2rem;
  color: #ffffff;
}

.navsp-fulid .logo img {
  height: 40px;
  margin-left: 15px;
}

@media (min-width: 576px) {
  .navsp-fulid .logo img {
    height: 30px;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .drawer-hamburger {
    padding: 18px 15px 24px !important;
    z-index: 999 !important;
    background-color: #CCBB5F !important;
    border-radius: 0;
  }
}

/*-------------------------------------------------------

	top-style

-------------------------------------------------------*/
/*-----------------------------

共通パーツ

------------------------------*/
/* pageタイトル流用 */
.container-fluid h2 {
  color: #CBCBCB;
  text-align: center;
  font-size: 4.2rem;
  letter-spacing: .2rem;
  line-height: 3.4rem;
  margin-bottom: 15px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .container-fluid h2 {
    font-size: 7.2rem;
    letter-spacing: .8rem;
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .container-fluid h2 {
    font-size: 9.2rem;
    letter-spacing: 1rem;
    margin-bottom: 30px;
    padding-top: 80px;
  }
}

.container-fluid p.caption {
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .container-fluid p.caption {
    font-size: 2rem;
  }
}

/*-----------------------------

ページ一覧 (新着情報)

------------------------------*/
#pages-wrap-fluid {
  padding-top: 50px;
}

@media (min-width: 992px) {
  #pages-wrap-fluid {
    padding-top: 100px;
  }
}

#pages-wrap-fluid .container {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 0;
}

@media (min-width: 768px) {
  #pages-wrap-fluid .container {
    padding: 30px 0;
  }
}

#pages-wrap-fluid .container #pages-list-fluid {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  height: 2000px;
  background: #eeeeee;
  padding: 20px;
}

@media (min-width: 992px) {
  #pages-wrap-fluid .container #pages-list-fluid {
    width: calc(100% - 200px - 30px);
  }
}

#pages-wrap-fluid .container #pages-list-fluid h3 {
  display: flex;
  justify-content: center;
  font-size: 3.2rem;
  margin-bottom: 20px;
}

#pages-wrap-fluid .container #pages-list-fluid ul li {
  border-bottom: 1px solid #c2c2c2;
  padding: 15px 0;
}

@media (min-width: 992px) {
  #pages-wrap-fluid .container #pages-list-fluid ul li {
    padding: 30px 0;
  }
}

#pages-wrap-fluid .container #pages-list-fluid ul li:first-child {
  border-top: 1px solid #c2c2c2;
}

#pages-wrap-fluid .container #pages-list-fluid ul li a {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#pages-wrap-fluid .container #pages-list-fluid ul li a .pages-images {
  width: 30%;
}

#pages-wrap-fluid .container #pages-list-fluid ul li a .pages-caption {
  width: 66%;
}

#pages-wrap-fluid .container #pages-list-fluid ul li a .pages-caption .date {
  margin: 5px 0;
}

#pages-wrap-fluid .container #pages-list-fluid ul li a .pages-caption .category {
  margin: 10px 0;
}

#pages-wrap-fluid .container #pages-list-fluid ul li a .pages-caption .title {
  margin: 15px 0;
}

#pages-wrap-fluid .container #pages-sublist-fluid {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  position: sticky;
  top: 10px;
  height: 300px;
  color: #fff;
  background-color: #4aa6f5;
  padding: 15px;
}

@media (min-width: 992px) {
  #pages-wrap-fluid .container #pages-sublist-fluid {
    width: 200px;
    margin-left: 30px;
  }
}

#pages-wrap-fluid .container #pages-sublist-fluid.sticky {
  postion: -webkit-sticky;
  position: sticky;
  top: 70px;
}

@media (min-width: 992px) {
  #pages-wrap-fluid .container #pages-sublist-fluid.sticky {
    top: 110px;
  }
}

#pages-wrap-fluid .container #pages-sublist-fluid h3 {
  display: flex;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

#pages-wrap-fluid .container #pages-sublist-fluid ul li {
  margin-bottom: 10px;
}

#pages-wrap-fluid .container #pages-sublist-fluid ul li a {
  color: #ffffff;
}

/*-------------------------------------------------------

	footer-header

-------------------------------------------------------*/
/*-----------------------------
フッター
------------------------------*/
.footer_logo_wrap,
.footer_legal,
.footer_copyright,
.footer_nav {
  grid-column: 1 / -1;
}

#footer-container-fluid {
  padding: 0;
}

#footer-container-fluid .footer-container {
  padding: 30px 15px 15px;
  background: #eee;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 24px 24px;
}

@media (min-width: 992px) {
  #footer-container-fluid .footer-container {
    padding: 60px 50px 0;
    -ms-grid-columns: 1fr 3.125vw 1fr 3.125vw 1fr 3.125vw 1fr 3.125vw 1fr 3.125vw 1fr 3.125vw 1fr 3.125vw 1fr 3.125vw 1fr 3.125vw 1fr 3.125vw 1fr 3.125vw 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 32px 3.125vw;
  }
}

#footer-container-fluid .footer-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#footer-container-fluid .footer-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#footer-container-fluid .footer-container.seminar {
  padding: 30px 15px;
}

@media (min-width: 992px) {
  #footer-container-fluid .footer-container.seminar {
    padding: 60px;
  }
}

#footer-container-fluid .footer-container .footer_nav {
  margin: 0 0 -24px;
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / 10;
}

@media (min-width: 992px) {
  #footer-container-fluid .footer-container .footer_nav {
    grid-column: 1 / 13;
  }
}

#footer-container-fluid .footer-container .footer_nav .footer_nav_list {
  width: 48%;
  margin: 0 0 24px;
}

@media (min-width: 992px) {
  #footer-container-fluid .footer-container .footer_nav .footer_nav_list {
    width: calc(100% / 5);
  }
}

#footer-container-fluid .footer-container .footer_nav .footer_nav_list span {
  display: inline-block;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}

#footer-container-fluid .footer-container .footer_nav li {
  margin: 0 0 .4em;
}

#footer-container-fluid .footer-container a {
  color: #444;
  text-decoration: none;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  #footer-container-fluid .footer-container a {
    font-size: 1.5rem;
  }
}

#footer-container-fluid .footer-container .footer_logo {
  margin: 0 0 .5em;
  font-size: 3.2rem;
  font-weight: bold;
}

#footer-container-fluid .footer-container .footer_logo img {
  width: auto;
  height: 60px;
}

@media (min-width: 768px) {
  #footer-container-fluid .footer-container .footer_logo img {
    height: 80px;
  }
}

#footer-container-fluid .footer-container .footer_logo_wrap {
  text-align: center;
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 9;
}

@media (min-width: 992px) {
  #footer-container-fluid .footer-container .footer_logo_wrap {
    grid-column: 1 / span 12;
  }
}

#footer-container-fluid .footer-container .footer_legal {
  padding-top: 30px;
  border-top: 1px solid #ccc;
  grid-column: 1 / span 9;
}

@media (min-width: 992px) {
  #footer-container-fluid .footer-container .footer_legal {
    grid-column: 1 / span 12;
  }
}

#footer-container-fluid .footer-container .footer_legal li {
  display: inline-block;
  margin: 0 20px 15px 0;
}

@media (min-width: 992px) {
  #footer-container-fluid .footer-container .footer_legal li {
    margin: 0 30px 30px 0;
  }
}

#footer-container-fluid .footer_copyright {
  background-color: #ffffff;
  padding: 30px 15px;
  text-align: center;
}

/* サイズ指定 */
@media (min-width: 992px) {
  .footer > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .footer > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .footer > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .footer > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .footer > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
  }
  .footer > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
  }
  .footer > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
  }
  .footer > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 19;
  }
  .footer > *:nth-child(11) {
    -ms-grid-row: 1;
    -ms-grid-column: 21;
  }
  .footer > *:nth-child(12) {
    -ms-grid-row: 1;
    -ms-grid-column: 23;
  }
}
