@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@700&display=swap");
@import url("https://cloud.typography.com/7229898/6130612/css/fonts.css");
/* ==========================================================================
viewport指定
============================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

input, select, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-color: inherit;
  background: none transparent;
  background-clip: padding-box;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
}

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

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #53565A;
}
html.is-text-large {
  font-size: 71.43%;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

a {
  text-decoration: none;
  color: #53565A;
  backface-visibility: hidden;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

option, optgroup {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 100%;
  width: 100%;
}

table, tbody, tr {
  width: 100%;
}

table {
  table-layout: fixed;
}

th, td {
  vertical-align: top;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
}

img {
  display: block;
  max-width: 100%;
} */
/* @media screen and (max-width: 767px) {
  img:not(.auto) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body.is-scroll-fixed {
    position: fixed;
    width: 100%;
  }
} */
.l-footer {
  position: relative;
}

.l-footer__body {
  max-width: 1288px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-footer__body {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    padding: 0 20px;
  }
}

.l-footer__top {
  padding: 80px 0 24px;
  background-color: #FFFFFF;
}
.l-footer__top .l-footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer__top .l-footer__list {
  display: flex;
}
.l-footer__top .l-footer__list .l-footer__item {
  margin-right: 20px;
}
.l-footer__top .l-footer__list .l-footer__link {
  display: block;
  color: #97999B;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}
.l-footer__top .l-footer__list .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__top .l-footer__sns {
  display: flex;
}
.l-footer__top .l-footer__sns .l-footer__item:not(:last-child) {
  margin-right: 36px;
}
.l-footer__top .l-footer__sns .l-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}
.l-footer__top .l-footer__sns .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__top .l-footer__sns .l-footer__image {
  max-width: 26px;
}
.l-footer__top .l-footer__sns .l-footer__image--instagram {
  width: 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-footer__top {
    padding: 64px 0 20px;
  }
  .l-footer__top .l-footer__body {
    flex-direction: column;
  }
  .l-footer__top .l-footer__list {
    order: 2;
  }
  .l-footer__top .l-footer__sns {
    order: 1;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    padding: 64px 0 20px;
  }
  .l-footer__top .l-footer__body {
    flex-direction: column;
  }
  .l-footer__top .l-footer__list {
    order: 2;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-footer__top .l-footer__list .l-footer__item {
    width: calc(50% - 8px);
    margin: 4px 0 !important;
  }
  .l-footer__top .l-footer__sns {
    order: 1;
    margin-bottom: 28px;
  }
}

.l-footer__middle {
  padding: 32px 0 48px;
  background-color: #ECECEA;
}
.l-footer__middle .l-footer__flex {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.l-footer__middle .l-footer__flex:last-child {
  margin-bottom: 0;
}
.l-footer__middle .l-footer__heading {
  display: flex;
  align-items: center;
  flex-basis: 110px;
  font-size: 1.2rem;
}
.l-footer__middle .l-footer__wrapper {
  flex: 1;
  padding-left: 13px;
  box-shadow: inset 1px 0 0 0 #D9D9D6;
}
.l-footer__middle .l-footer__wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.l-footer__middle .l-footer__wrapper .l-footer__title {
  float: left;
  clear: both;
  width: 140px;
  padding-left: 13px;
  font-size: 1.2rem;
  line-height: 20px;
}
.l-footer__middle .l-footer__wrapper .l-footer__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item {
  height: 20px;
  padding: 0 12px;
  border-right: 1px solid #D9D9D6;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item:last-child {
  border-right: none;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  color: #53565A;
  font-size: 1.2rem;
  line-height: 20px;
  transition: opacity 0.3s;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__middle .l-footer__wrapper .l-footer__list--float {
  margin-left: 140px;
  margin-bottom: 10px;
}
.l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
  margin-left: 140px;
}
.l-footer__middle .l-footer__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 173px;
}
.l-footer__middle .l-footer__button .l-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 34px;
  border-radius: 20px;
  background-color: #FFFFFF;
  color: #53565A;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}
.l-footer__middle .l-footer__button .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__middle .l-footer__button .l-footer__link::before {
  display: block;
  width: 8px;
  height: 13px;
  margin-right: 4px;
  background: url(/assets/images/common/icon_arrow_black.svg) no-repeat 100% 50%/13px;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-footer__middle {
    padding: 40px 0 48px;
  }
  .l-footer__middle .l-footer__flex {
    display: block;
    margin-bottom: 40px;
  }
  .l-footer__middle .l-footer__heading {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    font-size: 1.4rem;
  }
  .l-footer__middle .l-footer__wrapper {
    display: block;
    padding: 0;
    box-shadow: none;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__title {
    float: none;
    width: auto;
    margin-bottom: 8px;
    padding: 16px 0 0;
    border-top: 1px solid #D9D9D6;
    line-height: inherit;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__title:not(:first-child) {
    margin-top: 8px;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list {
    padding: 0;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) {
    justify-content: space-between;
    margin: 0;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__item {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: -1px;
    padding: 0;
    border-right: none;
    border-top: 1px solid #D9D9D6;
    border-bottom: 1px solid #D9D9D6;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__link {
    display: flex;
    align-items: center;
    min-height: 46px;
    line-height: 1.5;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list--float,
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
    margin-left: -12px;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list--float .l-footer__item,
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last .l-footer__item {
    margin-bottom: 8px;
  }
  .l-footer__middle .l-footer__button {
    display: block;
    margin-top: 25px;
  }
  .l-footer__middle .l-footer__button .l-footer__link {
    width: 100%;
  }
}

.l-footer__bottom {
  padding: 30px 0;
  background-color: #97999B;
}
.l-footer__bottom .l-footer__flex {
  display: flex;
  justify-content: space-between;
}
.l-footer__bottom .l-footer__flex .l-footer__item--vision {
  padding-top: 6px;
}
.l-footer__bottom .l-footer__flex .l-footer__item--vision .l-footer__media {
  pointer-events: none;
}
.l-footer__bottom .l-footer__flex .l-footer__link {
  display: block;
  transition: opacity 0.3s;
}
.l-footer__bottom .l-footer__flex .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__bottom .l-footer__copyright {
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding: 24px 0;
  }
  .l-footer__bottom .l-footer__flex .l-footer__item--logo {
    width: 108px;
  }
  .l-footer__bottom .l-footer__flex .l-footer__item--vision {
    width: 136px;
    padding-top: 4px;
  }
  .l-footer__bottom .l-footer__flex .l-footer__media {
    width: 100%;
  }
  .l-footer__bottom .l-footer__copyright {
    font-size: 1rem;
    margin-top: 24px;
  }
}

.l-footer__pagetop {
  position: fixed;
  bottom: 24px;
  right: 16px;
  z-index: 990;
  transition: opacity 0.3s;
}
.l-footer__pagetop.is-static {
  position: absolute;
  bottom: 132px;
}
.l-footer__pagetop.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.l-footer__pagetop .l-footer__button {
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.l-footer__pagetop .l-footer__button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    bottom: 16px;
  }
  .l-footer__pagetop.is-static {
    bottom: 108px;
  }
  .l-footer__pagetop .l-footer__button {
    opacity: 1 !important;
  }
}

@media print {
  .l-footer__top,
  .l-footer__middle,
  .l-footer__pagetop {
    display: none;
  }
}

.l-footer small{
  display: block;
  ___color: #FFFFFF;
  text-align: center;
  margin: auto;
  padding: 2vw 1vw;
}