@charset "UTF-8";

/* home.js
--------------------------------------*/

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* サイト全体で共通のモジュール */
/* ==========================================================================

    billboard

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.site-header {
  padding-left: 40px;
}


@media screen and (max-width: 1049px) 
  .site-header.is-fixed,
  .site-header.is-active {
/*     background-color: rgba(44,44,49,.9); */
    padding: 20px 0 16px 40px;
    top: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    padding-left: 20px;
  }
}

.hamburger__button {
  right: 0;
  width: 241px;
}
@media screen and (max-width: 1200px) {
	.hamburger__button {
		width: 160px;
	}
}
@media screen and (max-width: 767px) {
	.hamburger__button {
		width: 85px;
	}
}

@media screen and (min-width: 1050px) {
	.nav__logo {
		left: 45px;
	}
	.nav__logo img {
		width: 185px !important;
	}
	.side-nav__hamburger__nav__menu ul li a {
		background-color: rgba(44, 44, 49, .9);
  }
  .side-nav__hamburger__nav__menu ul li:last-child:after {
		background-color: rgba(44, 44, 49, .9);
  }
}

.cta-wrapper {
  margin-top: 80px;
}


.billboard.billboard--home {
  background-color: inherit;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.billboard.billboard--home:before,
.billboard.billboard--home:after {
  content: none;
}

.billboard.billboard--home video {
    background-size: cover;
    position: absolute;
    height: auto;
    left: 50%;
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: auto;
    z-index: -100;
}
@media screen and (max-width: 414px) {
  .billboard.billboard--home video {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
/* @media screen and (max-width: 320px) {
  .billboard.billboard--home video {
    height: auto;
    width: 100%;
  }
} */

.billboard__scroll {
  bottom: 0;
  color: #ffffff;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  font-size: 14px;
  letter-spacing: .15em;
  left: 50%;
  line-height: 1;
  padding-top: 38px;
  position: absolute;
  transform: translateX(-50%) scale(-1);
  writing-mode: tb-rl;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .billboard__scroll {
    font-size: 11px;
    padding-top: 18px;
  }
}

.billboard__scroll:before {
  animation: scroll-down 1.5s ease infinite;
  background-color: #ffffff;
  bottom: 56px;
  content: "";
  height: 27px;
  left: calc(50% - 2px);
  position: absolute;
  transform-origin: top;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .billboard__scroll:before {
    bottom: 37px;
    height: 17px;
    left: calc(50% + -2px);
  }
}


@keyframes scroll-down {
  0%   { transform:scaleY(1); }
  100%  { transform:scaleY(0); }
}
/* ==========================================================================

    blog-columns

========================================================================== */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.blog-columns {
  margin-bottom: 130px;
  margin-top: 220px;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .blog-columns {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
/* @media screen and (max-width: 767px) {
  .blog-columns {
    margin-top: 60px;
  }
} */

.blog-columns:before {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,250,251,1) 100%);
  content: "";
  left: 0;
  height: 67.5%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.blog-columns__list {
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .blog-columns__list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.blog-columns__list__item {
  background-color: #fff;
  box-shadow: 1px 3px 15px -5px rgba(28, 25, 25,.2);
  margin: 0 15px;
  position: relative;
  padding: 0 0 40px;
  transition: .4s;
  transition-timing-function: ease-out;
}
.blog-columns__list__item .blog-columns__list__item__image {
  overflow: hidden;
}
.blog-columns__list__item .blog-columns__list__item__image img {
  transition: transform .9s ease;
}
@media screen and (max-width: 767px) {
  .blog-columns__list__item {
    margin: 0 10px;
  }
}

@media screen and (min-width: 1050px) {
  .blog-columns__list__item:hover {
    box-shadow: 1px 6px 17px -5px rgba(28, 25, 25,.4);
/*     transform: translateY(-10px); */
  }
  .blog-columns__list__item:hover .blog-columns__list__item__image img {
    transform: scale(1.15);
  }
}

.blog-columns__list__item__date {
  font-family: 'CabinCondensed-Regular', sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1;
  padding: 20px 30px 0;
}

.blog-columns__list__item__tag {
  line-height: 1;
}

.blog-columns__list__item__tag:not(:last-child) {
  margin-bottom: 30px;
}

.blog-columns__list__item__tag:before {
  content: "tag:";
  font-family: 'Arial', sans-serif;
  display: none;
}

.blog-columns__list__item__tag__item {
  background-color: #707070;
  border-radius: 12px;
  color: #fff;//#545460;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.4;
  margin: 10px 14px 0 0;
  padding: 2px 10px 2px;
}


.blog-columns__list__item__inner {
  padding: 25px 30px;
}

.blog-columns__list .slick-list {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.blog-columns__list .slick-prev,
.blog-columns__list .slick-next {
  background: #ffffff;
  box-shadow: 0px 0px 8px 3px rgba(28, 25, 25,.1);
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .blog-columns__list .slick-prev,
  .blog-columns__list .slick-next {
    height: 40px;
    width: 40px;
  }
}

.blog-columns__list .slick-prev {
  left: -65px;
}
@media screen and (max-width: 1049px) {
  .blog-columns__list .slick-prev {
    left: -20px;
    top: calc(50% - -80px);
  }
}
@media screen and (max-width: 767px) {
  .blog-columns__list .slick-prev {
    left: 10px;
    top: calc(50% - 20px + 77px);
  }
}

.blog-columns__list .slick-next {
  right: -65px;
}
@media screen and (max-width: 1049px) {
  .blog-columns__list .slick-next {
    right: -20px;
    top: calc(50% - -80px);
  }
}
@media screen and (max-width: 767px) {
  .blog-columns__list .slick-next {
    right: 10px;
    top: calc(50% - 20px + 77px);
  }
}
/* ==========================================================================

    company-columns

========================================================================== */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.company-columns {
  margin-bottom: 80px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .company-columns {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .company-columns {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.company-columns:before {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,250,251,1) 100%);
  content: "";
  left: 0;
  height: 67.5%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.company-columns__list {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 40px;
}
@media screen and (max-width: 1049px) {
  .company-columns__list {
    margin-bottom: 35px;
    margin-left: -35px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .company-columns__list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.company-columns__list__item {
  margin: 0 25px;
  opacity: 0;
  padding-bottom: 16px;
  position: relative;
  transition: .5s;
  transition-timing-function: ease-in;
  width: 33.3333%;
}
@media screen and (max-width: 1049px) {
  .company-columns__list__item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .company-columns__list__item {
    margin: 0;
    width: 100%;
  }
  .company-columns__list__item:not(:first-child) {
    margin-top: 15px;
  }
}

.company-columns__list.is-active .company-columns__list__item {
  opacity: 1;
}
.company-columns__list.is-active .company-columns__list__item:nth-child(2) {
  transition-delay: .3s;
}
.company-columns__list.is-active .company-columns__list__item:nth-child(3) {
  transition-delay: .6s;
}

@media screen and (min-width: 1050px) {
  .company-columns__list__item:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .company-columns__list__item:nth-child(2) {
    margin-top: 30px;
  }
}

.company-columns__list__item .heading-3 {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-columns__list__item .heading-3 {
    bottom: 5px;
  }

  .company-columns__list__item:nth-child(even) .heading-3 {
    left: 30px;
  }
}

.company-columns__list__item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  margin-left: auto;
  position: relative;
  width: calc(100% - 30px);
}
@media screen and (max-width: 1049px) {
  .company-columns__list__item__image {
    height: 294px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .company-columns__list__item__image {
    height: 140px;
    margin-right: 20px;
    width: calc(100% - 50px);
  }

  .company-columns__list__item:nth-child(even) .company-columns__list__item__image {
    margin-right: 0;
  }
}

.company-columns__list__item__image:before {
  background: linear-gradient(to bottom, rgba(54,135,235,.5) 0%,rgba(198,165,51,.5) 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  transition-timing-function: ease-in; 
  width: 100%;
  z-index: 1;
}

.company-columns__list__item__image:after {
  background: rgba(255,255,255,.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.company-columns__list__item__image__text {
  color: #ffffff;
  font-family: 'CabinCondensed-Medium', sans-serif;
  font-size: 16px;
  letter-spacing: .1em;
  left: 50%;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: .5s;
  transition-timing-function: ease-in; 
  transform: translate(-50%, -50%);
  z-index: 1;
}

.company-columns__list__item__image__text__icon {
  border: 1px solid #ffffff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 55px;
}

.company-columns__list__item__image__text__icon:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi4yOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTYuMjkgNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjU2LDcsMTEsNi4yOCwxNC4wOCw0SDBWM0gxNC4wOEwxMSwuNzIsMTEuNTYsMGw0LjczLDMuNVoiLz48L2c+PC9nPjwvc3ZnPg==);
  content: "";
  height: 7px;
  left: calc(50% - 8px);
  position: absolute;
  top: calc(50% - 3.5px);
  width: 16px;
}

@media screen and (min-width: 1050px) {
  .company-columns__list__item:hover .company-columns__list__item__image:before {
    opacity: 1;
  }

  .company-columns__list__item:hover .company-columns__list__item__image__text {
    opacity: 1;
  }

  .company-columns__list__item:hover .company-columns__list__item__image__text__icon:before {
    animation: arrow-line .5s cubic-bezier(.785,.135,.15,.86) .3s 1 normal;
  }
}
/* ==========================================================================

    heading

========================================================================== */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.container-heading-flex,
.case-container-heading-flex {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
}
.container-heading-flex .button--default.is-small2 {
  margin: 0 0 50px 60px;
}

@media screen and (max-width: 767px) {
  .container-heading-flex .button--default.is-small2 {
    margin: 0 0 25px 40px;
  }
}
.case-container-heading-flex .button--default.is-small2 {
  margin: 0 0 5px 60px;
}

@media screen and (max-width: 767px) {
  .case-container-heading-flex .button--default.is-small2 {
    margin: 0 0 0 40px;
  }
}

.heading-2--lead {
  font-size: 30px;
  letter-spacing: .28em;
  line-height: 2.33;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 1050px) {
  .heading-2--lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 1049px) {
  .heading-2--lead {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .heading-2--lead {
    font-size: 18px;
  }
}

.heading-2--lead:before {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 100px;
}
@media screen and (max-width: 1049px) {
  .heading-2--lead:before {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .heading-2--lead:before {
    padding-left: 45px;
  }
}

.heading-2--lead .heading-2--lead__inner {
  display: inline-block;
  opacity: 0;
  transform: translateX(-50px);
  transition: .5s;
  transition-timing-function: ease-in;
}

.heading-2--lead.is-active .heading-2--lead__inner {
  opacity: 1;
  transform: translateX(0);
}

.heading-2--lead strong {
  font-size: 35px;
}
@media screen and (max-width: 1200px) and (min-width: 1050px) {
  .heading-2--lead strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .heading-2--lead strong {
    font-size: 22px;
  }
}

.heading-2--lead:after {
  background-color: #373447;
  content: "";
  height: 1px;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 80px;
}
@media all and (-ms-high-contrast:none){
  .heading-2--lead:after {
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .heading-2--lead:after {
    left: 0;
    width: 30px;
  }
}

.heading-2--home {
  color: #333570;
  font-size: 13px;
}

.heading-2--home:before {
  content: none;
}

.heading-2--home.heading-2--white {
  color: #ffffff;
}


.heading-2--home:after {
  color: #373447;
  content: attr(data-heading2);
  display: block;
  font-family: 'CabinCondensed-Bold', sans-serif;
  font-size: 40px;
  letter-spacing: .2em;
  line-height: 1.1;
  margin-top: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .heading-2--home:after {
    font-size: 22px;
    margin-top: 0;
  }
}

.heading-3--home a {
  color: #373447;
  font-size: 13px;
}

.heading-3--home:after {
  content: attr(data-heading3);
  display: block;
  font-family: 'CabinCondensed-Bold', sans-serif;
  font-size: 30px;
  letter-spacing: .2em;
  line-height: 1.1;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .heading-3--home:after {
    font-size: 19px;
  }
}

.heading-5--home {
  border-bottom: 1px dotted #c0c0c6;
  box-sizing: border-box;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  padding: 10px 30px 25px;
}

.heading-5--case {
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 22px;
  letter-spacing: .05em;
  line-height: 1.25;
  min-height: 75px;
}
.heading-5--case:not(:first-child) {
  margin-top: 10px;
}
/* ==========================================================================

    loading

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.c-loader {
  background-color: #fff;
  display: block;
  height: 100vh;
  position: fixed;
    left: 0;
    top: 0;
  transition: opacity 1.2s ease 1.2s;
  width: 100vw;
  z-index: 1000;
}
.c-loader.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-loader__logo {
  display: block;
  height: auto;
  position: absolute;
    top: calc(50% - 42px);
    left: calc(50% - 150px);
  width: 300px;
}
.c-loader__progressbar-wrapper {
  background-color: #CCCCCC;
  border-radius: 2px;
  height: 2px;
  position: absolute;
    top: calc(50% + 62px);
    left: calc(50% - 200px);
  width: 400px;
}
.c-loader__progressbar {
  background-color: #373447;
  border-radius: 2px;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .9s ease .5s;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-loader__logo {
    top: calc(50% - 31px);
    left: calc(50% - 100px);
    width: 200px;
  }
  .c-loader__progressbar-wrapper {
    top: calc(50% + 41px);
    left: calc(50% - 140px);
    width: 280px;
  }
}







/* 旧ローディング */

.loading {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 999;
}

.loading img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .loading img {
    width: 200px;
  }
}

body::after {
  content: none;
}
/* ==========================================================================

    image-columns

========================================================================== */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.image-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}
@media screen and (max-width: 1049px) {
  .image-columns {
    display: block;
  }
}

.image-columns__image {
  background-position: center;  
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  width: 67%;
}
@media screen and (max-width: 1049px) {
  .image-columns__image {
    min-height: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .image-columns__image {
    min-height: 157px;
  }
}

.image-columns__text {
  background-color: #f8fafb;
  box-sizing: border-box;
  padding: 120px 56px;
  width: 33%;
}
@media screen and (max-width: 1049px) {
  .image-columns__text {
    padding: 70px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .image-columns__text {
    padding: 40px 20px;
  }
}

.image-columns.image-columns--three {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .image-columns.image-columns--three {
    margin-bottom: 20px;
  }
}

.image-columns.image-columns--three .image-columns__image {
  width: 33.3333%;
}
@media screen and (max-width: 1049px) {
  .image-columns.image-columns--three .image-columns__image {
    width: 100%;
  }
}

.image-columns.image-columns--three .image-columns__text {
  width: 33.3333%;
}
@media screen and (max-width: 1049px) {
  .image-columns.image-columns--three .image-columns__text {
    width: 100%;
  }
}

.image-columns.image-columns--three .image-columns__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  width: 66.7777%;
}
@media screen and (max-width: 1049px) {
  .image-columns.image-columns--three .image-columns__image {
    width: 100%;
  }
}

.image-columns.image-columns--three .image-columns__image__item {
  background-position: center;  
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  width: 50%;
}
@media screen and (max-width: 1049px) {
  .image-columns.image-columns--three .image-columns__image__item {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .image-columns.image-columns--three .image-columns__image__item {
    min-height: 157px;
  }
}

.image-columns.image-columns--reverse {
    flex-flow: row-reverse;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .image-columns.image-columns--reverse {
      margin-top: 20px;
  }
}

.image-columns .heading-2--home:after {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .image-columns .heading-2--home:after {
    font-size: 22px;
  }
}
/* ==========================================================================

    lead-columns

========================================================================== */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.lead-columns {
  margin-bottom: 80px;
/*   margin-bottom: 140px; */
}

.container--padding40 {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 1050px) {
  .lead-columns.columns .columns__column:nth-child(1) {
    width: 28%;
/*     width: calc(50% - 40px); */
  }
  .lead-columns.columns .columns__column:nth-child(2) {
    padding-top: 45px;
    width: 72%;
/*     width: calc(50% + 40px); */
  }
}

@media screen and (max-width: 1049px) {
  .lead-columns.columns {
    display: block;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lead-columns.columns .columns__column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .lead-columns.columns .columns__column:first-child {
    margin-bottom: 15px;
    text-align: center;
  }
  .heading-2--lead:before {
    text-align: left;
  }

}
@media screen and (max-width: 767px) {
  .lead-columns {
    margin-bottom: 60px;
  }

  .lead-columns.columns {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==========================================================================

    link-columns

========================================================================== */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.link-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 1049px) {
  .link-columns {
    display: block;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .link-columns {
    margin-bottom: 60px;
  }
}

.link-columns .link-columns__column {
  box-sizing: border-box;
  min-height: 300px;
  overflow: hidden;
  padding: 85px 60px 42px 60px;
  position: relative;
  width: calc(50% - 2px);
}
@media screen and (max-width: 1049px) {
  .link-columns .link-columns__column {
    margin-bottom: 4px;
    padding: 80px 60px 38px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .link-columns .link-columns__column {
    min-height: 274px;
    padding: 57px 20px 50px 20px;
  }
}

.link-columns__column:after {
  background-color: rgba(54,55,86,.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1050px) {
  .link-columns .link-columns__column:hover:after {
    background-color: rgba(54,55,86,.6);
  }
}

.link-columns__column__bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: .6s;
  transition-timing-function: ease;
  width: 100%;
  will-change: transform;
  z-index: -1;
}

@media screen and (min-width: 1050px) {
  .link-columns .link-columns__column:hover .link-columns__column__bg {
    transform: scale(1.04);
  }
}
.link-columns__column__bg__inner {
  font-size: 14px;
}
.link-columns__column__inner .natural {
  margin: 0;
}
.link-columns__column__inner .natural p {
  line-height: 1.5;
}

.link-columns__column .heading-2--home {
  font-weight: 700;
}
.link-columns__column .heading-2--home:after {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .link-columns__column .heading-2--home:after {
/*     font-size: 22px; */
  }
}

.link-columns__column .heading-2:not(:last-child), 
.link-columns__column .division-bottom-h2 {
  margin-bottom: 5px;
}
/* ==========================================================================

    media-columns

========================================================================== */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.media-columns {
  margin-bottom: 180px;
  margin-top: 180px;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .media-columns {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .media-columns {
/*     margin-top: 60px;
    margin-bottom: 60px; */
  }
}

.media-columns__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 30px;
  height: 384px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: calc(100% - 60px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .media-columns__image {
    background-position: inherit;
    left: 0;
    width: 100%;
  }
}

.media-columns__image:before {
  background-color: rgba(54,55,86,.5);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.media-columns__image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 100px solid #ffffff;
    border-left: calc(100vw - 60px) solid transparent;
}
@media screen and (max-width: 1049px) {
  .media-columns__image:after {
    border-bottom: 70px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .media-columns__image:after {
    border-bottom: 40px solid #ffffff;
    border-left: 100vw solid transparent;
  }
}

.media-columns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  padding-top: 95px;
}
@media screen and (max-width: 1049px) {
  .media-columns__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .media-columns__inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
  }

  .media-columns__inner .heading-2:not(:last-child) {
    margin-bottom: 25px !important;
  }
}

.media-columns__inner:not(:last-child) {
  margin-bottom: 40px;
}

.media-columns__inner .heading-2 {
  flex-basis: 50%;
 }

.media-columns__inner .button  {
  flex-basis: 275px;
  margin-left: auto;
}


.media-columns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}

.media-columns__list__item {
  box-shadow: 1px 3px 15px -5px rgba(28, 25, 25,.2);
  margin: 0 15px;
  position: relative;
  transition: .4s;
  transition-timing-function: ease-out;
  width: calc(33.3333% - 30px);
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .media-columns__list__item {
    width: calc(50% - 30px);
  }
  .media-columns__list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .media-columns__list__item {
    width: 100%;
  }
  .media-columns__list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1050px) {
  .media-columns__list__item:hover {
    box-shadow: 1px 3px 15px -5px rgba(28, 25, 25,.4);
/*     transform: translateY(-10px); */
  }
  .media-columns__list__item:nth-child(n+4) {
    margin-top: 50px;
  }
  .media-columns__list__item:hover .media-columns__list__item__image img {
    transform: scale(1.15);
  }
}
.media-columns__list__item__image {
  overflow: hidden;
}
.media-columns__list__item__image img {
  aspect-ratio: 338/188;
  height: auto;
  object-fit: cover;
  transition: transform .9s ease;
  width: 100%;
}


.media-columns__list__item__inner {
  background-color: #ffffff;
  padding: 25px 30px 120px;
}

.media-columns__list__item__inner__date {
  font-family: 'CabinCondensed-Medium', sans-serif;
  font-size: 14px;
  letter-spacing: .05em;//.1em;
  line-height: 1;
}

.media-columns__list__item__inner__tag {
  border-bottom: solid 1px rgba(112,112,112,.5);
  border-top: solid 1px rgba(112,112,112,.5);
  padding: 15px 0 25px;
  line-height: 1;
/*   border-bottom: 1px dotted #c0c0c6;
  border-top: 1px dotted #c0c0c6;
  padding: 10px 0; */
}

.media-columns__list__item__inner__tag:not(:last-child) {
  margin-bottom: 30px;
}

.media-columns__list__item__inner__tag:before {
  content: "tag:";
  font-family: 'Arial', sans-serif;
  display: none;
}

.media-columns__list__item__inner__tag__item {
  background-color: #707070;
  border-radius: 12px;
  color: #fff;//#545460;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .05em;//.1em;
  line-height: 1.4;
  margin: 10px 14px 0 0;
  padding: 2px 10px 2px;
}

.media-columns__list__item__inner__tag2 {
  align-items: flex-start;
  border-top: solid 1px #B7B7B7;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 2px 0 0;
}
.media-columns__list__item__inner__tag2__item {
  color: #363447;
  font-size: 16px;
  letter-spacing: -.03em;
  line-height: 1.5;
  margin: 5px 10px 0 0;
}
/* ==========================================================================

    product-columns

========================================================================== */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  margin-bottom: 30px;
}
@media screen and (max-width: 1049px) {
  .product-list {
    display: block;
  }
}

.product-list .product-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  min-height: 287px;
  padding: 60px 51px 20px 51px;
  position: relative;
  width: 33.333%;
}
@media screen and (max-width: 1200px) {
  .product-list .product-list__item {
    padding: 60px 18px 20px 18px;
  }
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .product-list .product-list__item {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    min-height: inherit;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-list .product-list__item {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    height: 172px;
    min-height: inherit;
    padding: 40px 17px 20px 17px;
    width: 100%;
  }
}

.product-list__item__image {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .product-list__item__image {
    height: 100%;
    left: auto;
    right: 0;
    width: 40%;
  }
}

.product-list__item__image:after {
  background-color: rgba(54, 55, 86, .3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100%;
}

@media screen and (min-width: 1050px) {
  .product-list .product-list__item:hover .product-list__item__image:after {
    background-color: rgba(54,55,86,.5);
  }
}

.product-list__item__image__inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .6s;
  transition-timing-function: ease;
  width: 100%;
  will-change: transform;
}

@media screen and (min-width: 1050px) {
  .product-list .product-list__item:hover .product-list__item__image__inner {
    transform: scale(1.04);
  }
}

@media screen and (max-width: 1049px) and (min-width: 768px) {
  .product-list__item__inner {
    background-color: rgba(54, 55, 86, .9);
    box-sizing: border-box;
    padding: 50px 38px;
    width: 60%;
  }

  .product-list__item:nth-child(2) .product-list__item__inner {
    background-color: rgba(54, 55, 86, .87);
  }

  .product-list__item__inner .heading-3 {
    font-size: 20px;
  }
}

.product-list__item__inner .heading-3:not(:last-child) {
  margin-bottom: -5px;
}
@media screen and (max-width: 1049px) {
  .product-list__item__inner .heading-3 {
    font-size: 17px;
  }
}


@media screen and (min-width: 1050px) {
  .product-list__item__inner .button--text a:hover {
    color: #ffffff;
  }
}
/* ==========================================================================

    slide-banner

========================================================================== */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.slide-banner-wrapper {
  margin-bottom: 120px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1049px) {
  .slide-banner-wrapper {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .slide-banner-wrapper {
/*     margin-bottom: 90px; */
    padding-top: 40px;
  }
}

/* .slide-banner-wrapper:before {
  background-color: #2c2c31; 
  content: "";
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1049px) {
  .slide-banner-wrapper:before {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .slide-banner-wrapper:before {
    height: 98px;
  }
} */

/* .slide-banner-wrapper:after {
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
  content: "";
  height: 60px;
  left: 0;
  opacity: .15;
  position: absolute;
  top: 0;
  width: 100%;
} */

.slide-banner {
  position: relative;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.slide-banner .slide-banner__item {
  box-sizing: border-box;
}

.slide-banner .slick-list {
  overflow: visible;
}

.slide-banner .slide-banner__item {
  transform: scale(0.8);
  transition: .4s;
}

.slide-banner .slide-banner__item.slick-current,
.slide-banner .slide-banner__item.is-active-next {
  transform: scale(1);
}

.slide-banner .slick-slide img {
  margin: 0 auto;
}

.slide-banner .slick-dots {
  bottom: -40px;
  left: 0;
  text-align: center;
  margin-top: 7px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .slide-banner .slick-dots {
    bottom: -23px;
  }
}

.slide-banner .slick-dots li button {
  background-color: #c0c0c6;
}

.slide-banner .slick-dots li button:hover,
.slide-banner .slick-dots li button:focus,
.slide-banner .slick-dots li.slick-active button {
  background-color: #373447;
}

@media screen and (max-width: 767px) {
  .slide-banner .slick-dots li {
    height: 6px;
    width: 6px;
  }
  .slide-banner .slick-dots li button {
    height: 6px;
    width: 6px;
  }
  .slide-banner .slick-dots li {
    margin: 0 4px;    
  }
}

.slide-banner__item a {
  display: block;
  position: relative;
}

.slide-banner__item a:before {
  background: linear-gradient(to right, rgba(146, 138, 108, 0.3) 0%,rgba(54,135,235,.3) 100%);
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transition: .5s;
  width: 100%;
}

.slide-banner__item a:hover:before {
  opacity: 1;
}