@charset "UTF-8";

/* ==========================================================================
   layout.css
   レイアウトに関するCSS
   ========================================================================== */

/* Flocss Layout 読み込み順が重要 */
.l-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 820px), print {
  .l-inner {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media print {
  .l-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 819px) {
  .l-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.l-inner > *:first-child {
  margin-top: 0 !important;
}
.l-inner > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 820px), print {
  .l-contentsWrap {
    padding: 10rem 0 10rem;
  }
}
@media screen and (max-width: 819px) {
  .l-contentsWrap {
    padding: 6rem 0 5rem;
  }
}
.l-contentsWrap.--grayBack {
  background-color: #F8F8F8;
}
.l-contentsWrap.--greenBack {
  background-color: #EDF8F8;
}
.l-contentsWrap.--article {
  background-color: #F8F8F8;
}
.l-contentsWrap.--article .l-inner {
  max-width: 120rem !important;
}
@media screen and (min-width: 820px), print {
  .l-contentsWrap.--fv {
    padding: 10rem 0 10rem;
  }
}
@media screen and (max-width: 819px) {
  .l-contentsWrap.--fv {
    padding: 2rem 0 0;
  }
}

@media screen and (min-width: 820px), print {
  .l-inner.--columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 820px), print {
  .l-mainWrap {
    display: flex;
    justify-content: space-between;
  }
  .l-mainWrap.l-mainWrap__center {
    justify-content: center;
  }
  .l-mainContents {
    width: 88rem;
  }
  .l-mainContents.l-mainContents__r {
    order: 1;
  }
  .l-mainContents.--case-studies {
    min-height: 800px;
  }
}
@media screen and (max-width: 819px) {
  .l-mainWrap {
    display: flex;
    flex-wrap: wrap;
  }
  .l-mainContents {
    order: 2;
  }
}
@media screen and (min-width: 820px), print {
  .l-sidebar {
    width: 28rem;
  }
}
@media screen and (max-width: 819px) {
  .l-sidebar {
    border-bottom: 1px solid #999;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    order: 1;
  }
  .l-sidebar.--lineNone {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.l-mainContents a {
  color: #333;
  text-decoration: underline;
}
.l-mainContents a:hover {
  text-decoration: none;
}
.l-sidebar a {
  color: #333;
}


.l-contentsWrap.--home-about {
  position: relative;
  background: rgb(219, 242, 242);
  background: linear-gradient(180deg, transparent 0%, rgb(219, 242, 242) 100%);
}
@media print {
  .l-contentsWrap.--home-about {
    background: none !important;
  }
}
@media screen and (min-width: 820px), print {
  .l-contentsWrap.--home-about {
    padding-top: 6rem;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 819px) {
  .l-contentsWrap.--home-about {
    padding-top: 6rem;
    padding-bottom: 26.7vw;
  }
}
.l-contentsWrap.--home-about::after {
  position: absolute;
  left: 0;
  bottom: -1vw;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 10.7vw;
  background-image: url(../img/page/home/about-bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.l-contentsWrap.--home-about .l-inner {
  position: relative;
}
@media screen and (min-width: 820px), print {
  .l-contentsWrap.--home-about .l-inner::before {
    position: absolute;
    right: 12rem;
    top: 8rem;
    content: "";
    display: block;
    width: 12.5rem;
    height: 14.5rem;
    background-image: url(../img/page/home/about-accessory-before.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.l-contentsWrap.--home-about .l-inner::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/page/home/about-accessory-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 820px), print {
  .l-contentsWrap.--home-about .l-inner::after {
    left: 12rem;
    bottom: -8rem;
    width: 10.7rem;
    height: 14.5rem;
  }
}
@media screen and (max-width: 819px) {
  .l-contentsWrap.--home-about .l-inner::after {
    left: 2.4rem;
    bottom: -5rem;
    width: 3.4rem;
    height: 4.4rem;
  }
}
.l-contentsWrap.--home-strengths {
  padding-top: 4rem;
  background-color: #49BDBD;
  color: #FFFFFF;
}
@media screen and (max-width: 819px) {
  .l-contentsWrap.--home-strengths {
    padding-bottom: 10rem;
  }
}
.l-contentsWrap.--home-strengths-after {
  padding: 0;
  background-image: url(../img/page/home/strengths-after-bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 819px) {
  .l-contentsWrap.--home-strengths-after {
    margin-bottom: -4rem;
  }
}
.l-contentsWrap.--home-features {
  background-image: url(../img/page/home/features-accessory.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 820px), print {
  .l-contentsWrap.--home-features {
    background-position: top 8rem center;
    background-size: 108rem;
  }
}
@media screen and (max-width: 819px) {
  .l-contentsWrap.--home-features {
    background-position: top 3rem center;
    background-size: 33.5rem;
  }
}

.l-body {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.l-body.--case-studies {
  overflow: visible;
}

.l-header {
  z-index: 1000;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 819px) {
  .l-header {
    z-index: 99999;
  }
}
@media print {
  .l-header {
    position: absolute;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 820px), print {
  .l-header__inner {
    padding-left: 4rem;
    padding-right: 4rem;
    height: 10rem;
  }
}
@media screen and (max-width: 819px) {
  .l-header__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    height: 6.4rem;
  }
}

.l-header__logo {
  margin: 0;
}
@media screen and (min-width: 820px), print {
  .l-header__logo {
    width: 10rem;
  }
}
@media screen and (max-width: 819px) {
  .l-header__logo {
    width: 10rem;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 100%;
  height: auto;
  line-height: 1;
}




/* ========================================================
グローバルナビ
=========================================================*/
.l-globalNaviFlg {
  display: none;
}

.l-globalNaviToggle {
  position: fixed;
  z-index: 1002;
}
.l-globalNaviToggle span, .l-globalNaviToggle::before, .l-globalNaviToggle::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  background-color: #333333;
  transition: all 0.3s linear 0s;
}
.l-globalNaviToggle span {
  top: 50%;
}
@media screen and (min-width: 820px), print {
  .l-globalNaviToggle {
    display: none;
  }
}
@media screen and (max-width: 819px) {
  .l-globalNaviToggle {
    height: 1.6rem;
    right: 2rem;
    top: 2.3rem;
    width: 1.6rem;
    z-index: 99999;
  }
  .l-globalNaviToggle span, .l-globalNaviToggle::before, .l-globalNaviToggle::after {
    height: 0.2rem;
    width: 1.6rem;
  }
  .l-globalNaviToggle span {
    margin-top: -0.1rem;
  }
  .l-globalNaviToggle::before {
    top: 0;
  }
  .l-globalNaviToggle::after {
    bottom: 0;
  }
}

.l-globalNaviFlg:checked ~ .l-globalNaviToggle span {
  opacity: 0;
}
@media screen and (max-width: 819px) {
  .l-globalNaviFlg:checked ~ .l-globalNaviToggle::before {
    transform: translateY(0.7rem) rotate(-45deg);
  }
  .l-globalNaviFlg:checked ~ .l-globalNaviToggle::after {
    transform: translateY(-0.7rem) rotate(45deg);
  }
}

.l-globalNavi {
  position: fixed;
}
@media print {
  .l-globalNavi {
    position: absolute !important;
  }
}
@media screen and (min-width: 820px), print {
  .l-globalNavi {
    z-index: 1001;
    top: 0;
    right: 50%;
    margin-right: -70rem;
  }
}
@media screen and (max-width: 1399px) {
  .l-globalNavi {
    right: 4rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 819px) {
  .l-globalNavi {
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    transform: translateX(100%);
    transition: 0.3s all linear;
  }
}

@media screen and (max-width: 819px) {
  .l-globalNaviFlg:checked ~ .l-globalNavi {
    transform: translateX(0);
  }
}

@media screen and (min-width: 820px), print {
  .l-globalNavi__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 10rem;
  }
}
@media screen and (max-width: 819px) {
  .l-globalNavi__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
    padding-top: 6.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 820px), print {
  .l-globalNavi__navi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 10rem;
  }
}

.l-globalNavi__navi__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 820px), print {
  .l-globalNavi__navi__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 10rem;
  }
  .l-globalNavi__navi__list li {
    line-height: 1;
    margin-left: 2.5rem;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .l-globalNavi__navi__list li a {
    color: currentColor;
    white-space: nowrap;
  }
  .l-globalNavi__navi__list li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 819px) {
  .l-globalNavi__navi__list {
    padding-top: 4rem;
  }
  .l-globalNavi__navi__list li {
    line-height: 1;
    margin-top: 4rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .l-globalNavi__navi__list li a {
    display: block;
    color: currentColor;
  }
  .l-globalNavi__navi__list li:first-child {
    margin-top: 0;
  }
}

.l-globalNavi__search {
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 10rem;
  font-size: 1.2rem;
}
.l-globalNavi__search.u-globalNavi__wht {
  background-color: #fff;
}
.l-globalNavi__search form {
  display: flex;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 2rem;
}
.l-globalNavi__search input {
  width: 100%;
}
.l-globalNavi__search button {
  width: 48px;
  height: 48px;
  padding: 0;
  background: none;
  border: none;
}
.l-globalNavi__search button img {
  width: 16px;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (min-width: 820px), print {
  .l-globalNavi__search {
    max-width: 18rem;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 819px) {
  .l-globalNavi__search {
    margin-top: auto;
  }
}

@media screen and (min-width: 820px), print {
  .l-globalNavi__cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 10rem;
    margin-left: 1rem;
  }
  .l-globalNavi__cta__unit {
    min-width: 16rem;
    max-width: 16rem;
    margin-left: 1rem;
  }
  .l-globalNavi__cta__unit:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 819px) {
  .l-globalNavi__cta {
    display: flex;
    align-items: center;
    justify-content: stretch;
    margin-top: 2rem;
  }
  .l-globalNavi__cta__unit {
    min-width: calc(50% - 1rem);
    min-width: calc(50% - 1rem);
    margin-left: 2rem;
  }
  .l-globalNavi__cta__unit:first-child {
    margin-left: 0;
  }
}

.l-footer {
  z-index: 99;
  position: relative;
}

.l-footer__navi {
  background-color: #FFFFFF;
}
@media screen and (max-width: 819px) {
  .l-footer__navi .l-inner {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 820px), print {
  .l-footer__navi__cont {
    display: flex;
    align-content: center;
    justify-content: stretch;
    padding: 3.8rem 0;
  }
}
@media screen and (max-width: 819px) {
  .l-footer__navi__cont {
    padding: 3rem 0;
  }
}

@media screen and (min-width: 820px), print {
  .l-footer__navi__logo {
    width: 10rem;
  }
}
@media screen and (max-width: 819px) {
  .l-footer__navi__logo {
    width: 10rem;
    margin: 0 auto 1.6rem;
  }
}
.l-footer__navi__logo img {
  width: 100%;
  height: auto;
}

.l-footer__navi__list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 820px), print {
  .l-footer__navi__list {
    justify-content: flex-end;
    margin-left: auto;
  }
}
@media screen and (max-width: 819px) {
  .l-footer__navi__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.l-footer__navi__list li {
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 820px), print {
  .l-footer__navi__list li {
    margin-left: 3.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 819px) {
  .l-footer__navi__list li {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}
.l-footer__navi__list li:first-child {
  margin-left: 0;
}
.l-footer__navi__list li a {
  color: currentColor;
}
.l-footer__aside {
  background-color: #333333;
  color: #FFFFFF;
}
@media screen and (max-width: 819px) {
  .l-footer__aside .l-inner {
    padding: 0 2rem;
  }
}

.l-footer__aside__cont {
  display: flex;
  align-content: center;
  padding: 3.6rem 0;
}
@media screen and (min-width: 820px), print {
  .l-footer__aside__cont {
    justify-content: stretch;
  }
}
@media screen and (max-width: 819px) {
  .l-footer__aside__cont {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

.l-footer__aside__copyright {
  white-space: nowrap;
}
@media screen and (max-width: 819px) {
  .l-footer__aside__copyright {
    text-align: center;
  }
}
.l-footer__aside__copyright small {
  line-height: 1;
}
@media screen and (min-width: 820px), print {
  .l-footer__aside__copyright small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 819px) {
  .l-footer__aside__copyright small {
    font-size: 1rem;
  }
}

.l-footer__aside__list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 820px), print {
  .l-footer__aside__list {
    justify-content: flex-end;
    margin-left: auto;
  }
}
@media screen and (max-width: 819px) {
  .l-footer__aside__list {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
.l-footer__aside__list li {
  line-height: 1;
}
@media screen and (min-width: 820px), print {
  .l-footer__aside__list li {
    margin-left: 4rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 819px) {
  .l-footer__aside__list li {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.l-footer__aside__list li:first-child {
  margin-left: 0;
}
.l-footer__aside__list a {
  color: #FFFFFF;
}