@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

:root {
  --paddingSection: 60px;
  --paddingLR: 20px;
  --color_lp: #1B62A1;
  --color_con: #D84003;
  --color_ex: #008299;
  --color_sem: #D13F60;
  --color_sem_blue: #5169A5;
  --color_red: #CE2121;
  --color_gray_bg: #F5F5F5;
  --color_border: #E4E4E4;
  --border_radius: 20px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 64px;
    --paddingSection: 20px;
    --border_radius: 10px;
  }
}

html,
body {
  line-height: 1.5;
  background: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}
body {
  padding-top: 68px;
  position: relative;
  padding-bottom: 60px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

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

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 30000;
}
a.skip {
  background-color: #FFFFFF;
  /* 変更しない */
  text-align: center;
  /* 変更しない */
  padding: 2px 0;
  /* 変更しない */
  top: auto;
  /* 変更しない */
}
a.skip:active {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.din-r {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-i {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.din-b {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-bi {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.din-nr {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-nb {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
  padding: 1px 10px;
  position: fixed;
  height: 68px;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-logo {
  margin-top: 6px;
  display: flex;
}

.l-header-logo h1,
.l-header-logo .sub-h1 {
  margin-bottom: 2px;
  font-size: 0.714285714rem;
  font-weight: 700;
  letter-spacing: -0.04rem;
  color: var(--color_ex);
}

.l-header-logo p span {
  display: block;
  border: 1px solid var(--color_ex);
  color: var(--color_ex);
  font-size: 0.785714286rem;
  width: 69px;
  height: 16px;
  line-height: 14px;
  border-radius: 100px;
  text-align: center;
}

.l-header-logo h1 img ,
.l-header-logo .sub-h1 img ,
.l-header-logo p img {
  width: 162px;
}

.l-header-inner {
  margin-left: auto;
}

.l-header-pc__logo {
  display: none;
}

.lp-link {
  display: none;
}

.l-header-portal__logo {
  margin-left: 17px;
  text-align: center;
  margin-top: 5px;
  order: 2;
}

.l-header-portal__logo img {
  display: block;
  width: 67px;
  margin: 0 auto;
}

.l-header-portal__logo img + img {
  display: block;
  width: 93px;
  margin-top: 6px;
}

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 40px;
  z-index: 30;
  height: 40px;
  top: 10px;
  right: 0px;
  background: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.menu span {
  position: absolute;
  left: 0px;
  width: 34px;
  height: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: var(--color_ex);
}
.menu span {
  background-color: var(--color_ex);
}
.menu span:nth-of-type(1) {
  top: 8px;
}
.menu span:nth-of-type(2) {
  top: 16px;
}
.menu span:nth-of-type(3) {
  bottom: 13px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(3px) rotate(-35deg);
  transform: translateY(3px) rotate(-35deg);
  background-color: var(--color_ex);
  top: 17px;
}
.menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-3px) rotate(35deg);
  transform: translateY(-3px) rotate(35deg);
  background-color: var(--color_ex);
  left: 9px;
  top: 21px;
  width: 22px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-3px) rotate(35deg);
  transform: translateY(-3px) rotate(35deg);
  bottom: 13px;
}

.menu.is-show span {
  background-color: #001489;
}

/*nav*/
.l-header-nav {
  position: fixed;
  top: 68px;
  left: 0;
  transform: translateX(100%);
  transition: all .6s;
  width: 100%;
  padding: 20px;
  height: calc(100% - 68px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  transform: translateX(0%);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1) inset;
  box-shadow: 0 3px 6px rgba(0,0,0,.1) inset;
}

.l-header-nav__items {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}

.l-header-nav__items__links {
  padding: 12px 0;
  font-size: 1rem;
  display: inline-block;
  width: calc(100% - 24px);
  font-weight: 500;
}

.l-header-nav__item {
  display: block;
  width: 100%;
}

.sp-accordion {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  background: url(images/common/ico-navi-ex-bg.svg) no-repeat right center;
  background-size: 100%;
  right: 0;
  top: 24px;
  border-radius: 50%;
  margin-top: -14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

.sp-accordion:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  left: 6px;
  top: 11px;
}

.sp-accordion:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  background: #fff;
  left: 11px;
  top: 6px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sp-accordion.active:after {
  -webkit-transform: translateY(0px) rotate(90deg);
  transform: translateY(0px) rotate(90deg);
}

.l-header-nav__items.l-header-nav__items__con .sp-accordion {
  background-color: var(--color_con);
}

.l-header-nav__items.l-header-nav__items__ex .sp-accordion {
  background-color: var(--color_ex);
}

.l-header-nav__items.l-header-nav__items__sem .sp-accordion {
  background-color: var(--color_sem);
}

.l-header-nav__items__child {
  margin-left: 20px;
  display: none;
}

.l-header-nav__items.l-header-nav__items__con .l-header-nav__items__sub_items {
  border-top: 1px dashed var(--color_con);
}

.l-header-nav__items.l-header-nav__items__ex .l-header-nav__items__sub_items {
  border-top: 1px dashed var(--color_ex);
}

.l-header-nav__items.l-header-nav__items__sem .l-header-nav__items__sub_items {
  border-top: 1px dashed var(--color_sem);
}

.l-header-nav__items.l-header-nav__items__con .l-header-nav__items__sub_items {
  border-top: 1px dashed #D84003;
}

.l-header-nav__items__sub_items > a {
  display: inline-block;
  padding: 10px 0;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
}

.l-header-nav__items.l-header-nav__items__con .l-header-nav__items__sub_items > a {
  background: url(../../images/common/ico-arw-orange.svg) no-repeat 100% 51%;
  background-size: 18px auto;
}

.l-header-nav__items.l-header-nav__items__ex .l-header-nav__items__sub_items > a {
  background: url(../../images/common/ico-arw-green.svg) no-repeat 100% 51%;
  background-size: 18px auto;
}

.l-header-nav__items.l-header-nav__items__sem .l-header-nav__items__sub_items > a {
  background: url(../../images/common/ico-arw-pink.svg) no-repeat 100% 51%;
  background-size: 18px auto;
}

.l-header-cons__info ul {
  display: block;
  gap: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.l-header-cons__info ul li {
  width: 100%;
  background-color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid var(--color_con);
  border-radius: 10px;
}

.l-header-cons__info ul li + li {
  margin-top: 12px;
}

.l-header-cons__info ul li .title {
  display: flex;
  align-items: center;
  color: var(--color_con);
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 4px;
}

.l-header-cons__info ul li .title .title-tel {
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.2;
}

.l-header-cons__info ul li .title .title-btn {
  color: #fff;
  background: url(../../images/common/ico-arw-white.svg) no-repeat 98% 70%;
  background-size: 18px;
  background-color: var(--color_con);
  border-radius: 200px;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  padding: 5px 23px;
  line-height: 1.3;
}

.l-header-cons__info ul li .text {
  font-size: 0.8125rem;
  font-weight: 700;
}

.l-header-cons__info .c-btn {
  text-align: center;
  margin: 30px auto 0;
}

.l-header-nav__items__sub_items .ex-btn {
  padding: 20px 20px;
  gap: 10px;
  background: inherit;
}

.l-header-nav__items__sub_items .ex-btn .c-btn .c-btn-inner,
.l-header-nav__items__sub_items .ex-btn .c-btn .c-btn02-inner {
  font-size: 1rem;
  padding: 10px 14px 10px;
}

.l-header-nav__items__sub_items .sem-btn {
  padding-bottom: 0;
  padding-top: 12px;
}

.l-header-nav__items__sub_items .sem-btn-sp {
  padding: 0px 20px 20px;
}

.l-header-nav__items__sub_items .sem-btn.company-sem .c-btn02-inner {
  background-color: var(--color_sem_blue);
  border-color: var(--color_sem_blue); 
}

.l-header-nav__items__sub_items .sem-btn .c-btn02-inner {
  background-color: var(--color_sem);
  padding: 10px 14px 10px;
  font-size: 1rem;
}

.l-header-nav__items.child-link.lp-link {
  margin-left: auto;
  text-align: right;
  display: block;
}

.l-header-nav__items.child-link.lp-link a {
  display: inline-block;
  padding-left: 24px;
  background: url(../../images/common/ico-arw-blue.svg) no-repeat left center;
  background-size: 16px auto;
  width: auto;
  font-weight: 500;
  padding-right: 0;
  color: #1B62A1;
}

.sp-navi-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
}

.sp-navi-links a {
  margin-left: 17px;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 0.8125rem;
  font-weight: 500;
  background: url(../../images/common/ico-arw-pink.svg) no-repeat 0% 1px;
  background-size: 15px auto;
}

.side-banner-sp {
  text-align: right;
}

.side-banner-sp .side-banner-ttl span {
  color: #3E68DE;
  font-weight: 700;
  display: inline-block;
  padding-left: 24px;
  background: url(../../images/common/ico-information.svg) no-repeat left center;
  background-size: 18px auto;
  position: relative;
  z-index: 1;
}

.portal-link-sp {
  text-align: right;
  margin-top: 20px;
}

.portal-link-sp a {
  display: inline-block;
  padding-right: 22px;
  background: url(../../images/common/ico-arw-lp.svg) no-repeat right center;
  background-size: 16px auto;
  font-size: 0.875rem;
  width: auto;
  color: #018937;
}

.l-header-nav__items__child.is-open {
  display: block;
}


/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}

#main {
  background: url(../../images/lp/bg-footer.png) no-repeat bottom center;
  background-size: 100%;
}


/* Footer
---------------------------------------------------------------*/
#footer {
  background-color: #fff;
  padding-top: 20px;
}

.l-footer-inner {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: block;
}

.l-footer-top {
  position: fixed;
  right: 10px;
  bottom: 80px;
  width: 60px;
  height: 60px;
}

.l-footer-logo {
  margin-bottom: 13px;
}

.l-footer-logo p {
  margin-bottom: 6px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color_ex);
  letter-spacing: -0.04rem;
}

.l-footer-logo span {
  display: block;
  margin-bottom: 3px;
  border: 1px solid var(--color_ex);
  color: var(--color_ex);
  font-size: 0.8125rem;
  width: 78px;
  height: 19px;
  line-height: 19px;
  border-radius: 100px;
  text-align: center;
}

.l-footer-logo img {
  width: 162px;
}

.l-footer-text {
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 500;
}

address {
  font-size: 0.8125rem;
  font-weight: 500;
}

.l-footer-tell {
  margin-top: 10px;
}

.l-footer-tell a {
  display: inline-block;
  color: var(--color_ex);
  font-size: 1.571428571rem;
  padding-left: 31px;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}

.l-footer-tell a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(../../images/common/ico-tell-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  background-color: var(--color_ex);
  border-radius: 50%;
}

.l-footer-tell .open {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}

.l-footer-inner .admin {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 7px;
}

.l-footer-navi {
  margin-top: 20px;
  text-align: right;
}

.l-footer-logo02 {
  display: none;
}

.l-footer-logo02 img + img {
  width: 126px;
}

.sub-page-navi {
  display: none;
}

.l-footer-sub__navi {
  padding-left: 0px;
}

.l-footer-sub__navi .navi01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 16px;
}

.l-footer-sub__navi .navi01 li a {
  padding-left: 26px;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}

.l-footer-sub__navi .navi01 li.home a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: url(../../images/common/ico-home-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 9px;
  background-color: var(--color_ex);
  border-radius: 50%;
}

.l-footer-sub__navi .navi01 li.contact a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: url(../../images/common/ico-mail-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px;
  background-color: var(--color_ex);
  border-radius: 50%;
}

.l-footer-sub__navi .navi02 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.l-footer-sub__navi .navi02 li a {
  font-size: 0.875rem;
  font-weight: 500;
}

.copyright {
  margin-top: 16px;
  background-color: var(--color_ex);
}

.copyright p {
  font-size: 0.714285714rem;
  color: #fff;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.sp-fixed-link_ex {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--color_ex);
  height: 60px;
  z-index: 10;
}

.sp-fixed-link_ex ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.sp-fixed-link_ex ul li.sp-fixed-link_ex__entry {
  width: 58%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.sp-fixed-link_ex ul li.sp-fixed-link_ex__contact {
  width: 42%;
}

.sp-fixed-link_ex ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-top: 34px;
  color: #fff;
  font-size: 0.928571429rem;
  font-weight: 500;
  text-align: center;
}

.sp-fixed-link_ex ul li.sp-fixed-link_ex__entry a {
  background: url(../../images/expert/ico-entry-white.svg) no-repeat 50% 4px;
  background-size: 40px;
}

.sp-fixed-link_ex ul li.sp-fixed-link_ex__contact a {
  background: url(../../images/expert/ico-mail-white.svg) no-repeat 50% 4px;
  background-size: 40px;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
/* =========================
  メインビジュアル
========================= */

.mv {
  background: url(../../images/expert/mv-bg-sp.png) no-repeat 0px 0%;
  background-size: cover;
}

.mv-inner {
  width: 100%;
  max-width: 1320px;
  padding: 30px 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.mv-inner:after {
  content: '';
  position: absolute;
  right: 0;
  top: 96%;
  width: 85%;
  height: 0;
  padding-bottom: 60%;
  background: url(../../images/expert/mv-sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-catch {
  background-image: linear-gradient(90deg, #e1f8fd 1%, #ffffff 50%, #e1f8fd);
  border-radius: 10px;
  padding: 13px 20px;
  position: relative;
  z-index: 1;
}

.mv-catch .target {
  display: inline-block;
  line-height: 1.3;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 200px;
  background-color: var(--color_ex);
  padding: 3px 10px;
  margin-bottom: 1px;
}

.mv-catch .name {
  line-height: 1.3;
  font-size: 1.571428571rem;
  font-weight: 500;
  color: var(--color_ex);
  margin-bottom: 5px;
}

.mv-catch .name .free {
  margin-left: 16px;
  border: 2px solid var(--color_ex);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  font-size: 1.1375rem;
  font-weight: 700;
}

.mv-catch .text {
  font-size: 0.928571429rem;
  font-weight: 500;
}

.mv-info {
  background-image: linear-gradient(90deg, #e1f8fd 1%, #ffffff 50%, #e1f8fd);
  margin-top: 54%;
  padding: 13px 0 20px;
}

.mv-info-center {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.mv-info-catch {
  text-align: center;
}

.contact-ex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 20px;
}

.contact-ex-list li {
  background-color: #D7EFF0;
  border-radius: 10px;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  padding: 8px 10px;
  font-size: 0.928571429rem;
  width: 100%;
  box-sizing: border-box;
}

.mv-info-sub__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 12px;
}

.mv-info-grid .c-btn {
  margin: 0 auto;
}

/* =========================
  新着情報
========================= */

.news {
  background: #fff;
}

.news .c-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news .lead {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.news .lead .c-link {
  margin-left: auto;
}

.news .lead h2 {
  color: var(--color_lp);
  font-size: 1.571428571rem;
  font-weight: 700;
}

.news-list {
  display: block;
}

.news-list li {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--color_border);
}

.news-innner {
  display: flex;
}

.news-innner .news-thum {
  width: 100px;
}

.news-innner .news-thum img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.news-list-grid {
  width: calc(100% - 116px);
  margin-left: auto;
}

.news-list-grid__head {
  display: flex;
  align-items: center;
  gap: 6px;
}

.news-list-grid__head .news-date {
  font-weight: 700;
  line-height: 1.3;
}

.news-list-grid__head .category {
  font-weight: 700;
  padding: 3px 5px;
  text-align: center;
  display: inline-block;
  line-height: 1.1;
  border-radius: 100px;
  border: 1px solid var(--color_con);
  color: var(--color_con);
  position: relative;
  top: -2px;
  font-size: 0.8125rem;
}

.news-list-grid__head .category.cat-sem {
  border: 1px solid var(--color_sem);
  color: var(--color_sem);
}

.news-list-grid__head .category.cat-ex {
  border: 1px solid var(--color_ex);
  color: var(--color_ex);
}

.news-list-grid__head .category.cat-con {
  border: 1px solid var(--color_con);
  color: var(--color_con);
}

.news-list-grid__head .new {
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  color: var(--color_red);
  position: relative;
  top: -2px;
}

.news-title h3 {
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 4px;
  line-height: 1.4;
}

.txt14 {
  font-size: 0.875rem;
}

/* =========================
  専門家派遣
========================= */
.lp-expert {
  background: url(../../images/expert/ex-bg01.png) no-repeat top right;
  background-size: 140%;
  padding-top: 70px;
}

.lead-content {
  margin-bottom: 0px;
  text-align: center;
}

.lp-expert .c-center {
  padding-bottom: 10px;
}

.lead-content h2 {
  font-size: 1.642857rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.lead-content h2 span {
  color: #fff;
  padding: 2px 10px;
  border-radius: 100px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.content-catch {
  font-size: 1rem;
  font-weight: 500;
}

.c-center-inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 20px 0px;
}

.content-about {
  width: 100%;
  border: 1px solid var(--color_border);
  padding: 20px 15px 30px;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08)
}

.content-about-head {
  display: block;
}

.content-about-ttl {
  font-size: 1.428571429rem;
  font-weight: 700;
  width: 100px;
}

.content-about-head__info {
  margin-top: 10px;
  width: 100%;
}

.about-list {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed var(--color_border);
}

.about-list:first-child {
  padding-top: 10px;
}

.dl-inner-list + .dl-inner-list {
  margin-top: 10px;
}

.about-list dt {
  width: 100%;
  font-weight: 700;
  margin-bottom: 5px;
}

.about-list dd {
  width: 100%;
}

.about-list dd p {
  margin-bottom: 4px;
}

.about-list dd span {
  display: block;
}

.dl-inner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 4px;
}

.dl-inner-list + .dl-inner-list {
  margin-top: 10px;
}

.dl-inner-list .ttl {
  background-color: #fff;
  border: 1px solid #DA5626;
  border-radius: 100px;
  padding: 2px 3px;
  color: var(--color_con);
  line-height: 1.3;
  width: 52px;
  text-align: center;
}

.dl-inner-list .txt16 {
  font-weight: 400;
  font-size: 1rem;
  display: inline-block;
  width: calc(100% - 62px);
  margin-left: auto;
  line-height: 1.4;
}

.ex-btn {
  background-image: linear-gradient(90deg, #EAFAFD, #ffffff 30% 70%, #EAFAFD);
  padding: 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.ex-btn .c-btn02-inner {
  background-color: var(--color_ex);
  color: #fff;
  position: relative;
}

.ex-btn .c-btn02-inner:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background: url(../images/common/ico-arw-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*事例紹介*/
.case {
  background: url(../../images/lp/content-bg.png) no-repeat top center, 
  url(../../images/expert/ex-bg02.png) no-repeat top left;
  background-size: 100%, 100%;
  padding-top: 100px;
}

.case-catch {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 500;
}

.case-list .case-lists__items {
  margin-bottom: 20px;
  border: 1px solid #008299;
  border-radius: 10px;
  padding: 10px 15px 15px;
  position: relative;
}

.case-lists__items .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  background-color: var(--color_ex);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-weight: 700;
  height: 36px;
  position: absolute;
  left: -20px;
  top: 10px;
}

.case-lists__items .num span {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 2px;
  margin-top: -3px;
  display: inline-block;
}

.case-lists__items .case-head {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}

.case-lists__items .case-head dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.case-lists__items .case-head dl dt ,
.case-lists__items .case-head dl dd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.case-lists__items .case-head dl dt span {
  line-height: 1.3;
  padding: 3px 20px;
  background-color: var(--color_ex);
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
}

.case-lists__items .case-head dl dt p {
  line-height: 1.3;
  color: var(--color_ex);
  font-size: 1.125rem;
}

.case-lists__items .case-head dl dd span {
  line-height: 1.3;
  padding: 3px 20px;
  border: var(--color_ex) solid 1px;
  text-align: center;
  display: inline-block;
  color: var(--color_ex);
  font-weight: 700;
  border-radius: 100px;
}

.case-lists__items .case-head dl dd p {
  line-height: 1.3;
  color: var(--color_ex);
  font-size: 1.125rem;
}

.case-lists__items__head {
  display: block;
}

.case-lists__items__head .case-thum {
  width: 200px;
}

.case-lists__items .case-head h3 {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.open-area {
  background-color: #EEF8FA;
  border-radius: 10px;
  padding: 20px 20px;
  margin-top: 15px;
  position: relative;
}

.open-area:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 14px;
  width: 32px;
  height: 32px;
  background: url(../../images/expert/plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.open-area.active:after {
  background: url(../../images/expert/minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.open-area-inner {
  display: none;
}

.open-area .button {
  font-weight: 700;
}

.case-content-block .case-content-ttl {
  color: var(--color_ex);
  background-color: #F9F9F9;
  border: 1px solid var(--color_ex);
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  min-width: 165px;
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 10px;
  font-weight: 700;
}

.case-content-block ul li {
  background: url(../../images/expert/ico-check.svg) no-repeat 0px 3px;
  background-size: 20px auto;
  padding-left: 26px;
  margin-bottom: 7px;
}

.case-content-block {
  width: 96%;
  margin: 20px auto 0;
}

.case-content-block + .case-content-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--color_ex);
}

.case .c-btn.c-btn-ex {
  margin: 20px auto 0;
}

/*flow*/

.flow {
  background: url(../../images/expert/ex-bg03.png) no-repeat top right;
  background-size: 160%;
  padding-top: 80px;
}

.flow-list {
  padding: 0 0;
  margin-top: 40px;
}

.flow-list li {
  margin-bottom: 54px;
  padding: 10px 20px;
  border: 1px solid #CBE4E6;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flow-list li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -45px;
  margin-left: -24px;
  width: 47px;
  height: 45px;
  background: url(../../images/expert/flow-ico-arw-btm.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.flow-list li:nth-child(1):before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: -26px;
  width: 180px;
  height: 24px;
  background: url(../../images/expert/flow-ico01-arw.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

.flow-list li:last-child {
  margin-bottom: 0px;
}

.flow-list li:last-child:after {
  display: none;
}

.flow-list li .flow-list-num {
  position: absolute;
  left: 0;
  top: -39px;
  font-size: 1.125rem;
  font-weight: 700;
}

.flow-list li .flow-list-num span {
  font-size: 1.625rem;
}

.flow-list li .flow-thum ,
.flow-list li .flow-thum img {
  width: 60px;
}

.flow-list li .flow-info {
  margin-left: auto;
  width: calc(100% - 81px);
}

.flow-list li .flow-info .title {
  font-weight: 700;
  font-size: 1.142857143rem;
  margin-bottom: 5px;
}

.flow-list li .flow-info .txt16 {
  font-weight: 500;
}

.flow-list li .flow-info a {
  text-decoration: underline;
  color: var(--color_ex);
}

.flow-info-inner .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.flow-info-inner .box .box-thum {
  width: 50px;
}

.flow-info-inner .box .box-info {
  margin-left: auto;
  width: calc(100% - 62px);
}

.flow-info-inner .box .box-info .ttl {
  color: var(--color_ex);
  font-weight: 700;
}

.flow-list li:last-child .flow-info .title {
  margin-top: 10px;
}

.flow-list li:last-child .flow-info-inner {
  width: calc(100% - -60px);
  position: relative;
  left: -60px;
  margin-top: 40px;
}

.about-support {
  margin-top: 40px;
  border: 1px solid var(--color_ex);
  border-radius: 16px;
  padding: 20px 15px;
}

.about-support-ttl {
  margin-bottom: 32px;
}

.about-support-ttl h3 {
  text-align: center;
  font-size: 1.428571429rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-support-ttl p {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.about-support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
}

.about-support-list__items {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.about-support-list__items .head {
  margin-bottom: 6px;
}

.about-support-list__items .head .sub-ttl {
  font-weight: 700;
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}

.about-support-list__items .head .ttl {
  font-size: 1.285714286rem;
  font-weight: 700;
  padding: 3px 0 6px;
  padding-left: 86px;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.about-support-list__items:nth-child(1) .head .ttl {
  background: url(../../images/lp/expert-support01.svg) no-repeat left top;
  background-size: 70px;
}

.about-support-list__items:nth-child(2) .head .ttl {
  background: url(../../images/lp/expert-support02.svg) no-repeat left top;
  background-size: 70px;
}

.about-support-list__items:nth-child(3) .head .ttl {
  background: url(../../images/lp/expert-support03.svg) no-repeat left top;
  background-size: 70px;
}

.about-support-list__items .head .sub-ttl .label {
  display: block;
  background-color: var(--color_ex);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 52px;
  height: 24px;
  line-height: 24px;
  font-size: 1rem;
  margin-top: 0px;
  font-weight: 500;
  margin-right: 8px;
}

.about-support-list__items .info {
  margin-top: auto;
}

.about-support-list__items .info ul li {
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 14px;
}

.about-support-list__items .info ul li + li {
  margin-top: 10px;
}

.about-support-list__items .info ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: var(--color_ex);
  border-radius: 100px;
}

/* =========================
  下層
========================= */

.lv {
  padding: 65px 0 10px;
  position: relative;
}

.lv:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background: url(../../images/expert/lv-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 150%;
  z-index: 0;
}

.lv h1 {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color_ex);
  position: relative;
  z-index: 1;
}

body.sub .c-center-inner {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.case-head-list {
  background-color: #E8F7F8;
  border-radius: 10px;
  padding: 20px;
  gap: 1.25rem 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.case-head-list li {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
}

.case-head-list li a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.case-head-list li a:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color_ex);
  border-right: 2px solid var(--color_ex);
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.case-head-list li a .num {
  width: 90px;
  background-color: var(--color_ex);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
}

.case-head-list li a .num span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin-top: 0;
  width: 100%;
  line-height: 1.3;
}

.case-head-list li a dl {
  padding: 10px;
  padding-right: 15px;
  width: calc(100% - 100px);
  box-sizing: border-box;
}

.case-head-list li a dl dt {
  line-height: 1.3;
  padding: 3px 20px;
  background-color: var(--color_ex);
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 100px;
}

.case-head-list li a dl dd {
  color: var(--color_ex);
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  margin-top: 2px;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  max-width: 1320px;
  padding: var(--paddingSection) 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}


/* color */
.color-lp {
  color: #1B62A1;
}
.bg-lp {
  background-color: #1B62A1;
}
.color-ex {
  color: #008299;
}
.bg-ex {
  background-color: #008299;
}
.color-con {
  color: #D84003;
}
.bg-con {
  background-color: #D84003;
}
.color-sem {
  color: #D13F60;
}
.bg-sem {
  background-color: #D13F60;
}

.color-sem-blue {
  color: #5169A5;
}

.bg-sem-blue {
  background-color: #5169A5;
}

/*btn*/
.c-btn {
  display: block;
  width: 100%;
  max-width: 488px;
}

.c-btn a {
  display: inline-block;
  width: 100%;
  background: url(../../images/common/ico-arw-btn.svg) no-repeat 95% 50%;
  background-size: 24px auto;
  background-color: var(--color_ex);
  text-align: center;
  font-size: 1.142857143rem;
  color: #fff;
  font-weight: 500;
  padding: 14px 14px 12px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  border-radius: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.c-btn a span {
  display: block;
  font-size: 0.875rem;
}

.c-btn a:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background: url(../../images/common/ico-arw-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-btn-ex .c-btn-inner {
  background-image: linear-gradient(90deg, #E1F8FD, #ffffff 50%, #E1F8FD);
  background-size: 100%;
  border: 1px solid var(--color_ex);
  color: var(--color_ex);
  position: relative;
}

.c-btn-ex .c-btn-inner:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  width: 32px;
  height: 32px;
  background: url(../../images/common/ico-arw-green.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*link*/
.c-link {
  display: inline-block;
}

.c-link span {
  padding-right: 22px;
  background: url(../../images/common/ico-arw-blue.svg) no-repeat right center;
  background-size: 18px auto;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color_lp);
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }

/*==========
タイトル
==========*/


strong {
  font-weight: 700;
}


/*パンくず*/
.breadcrumbs {
  margin-top: 15px;
  text-align: right;
  margin-bottom: 15px;
}

.breadcrumbs ul {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

.breadcrumbs ul li a {
  text-decoration: underline;
  font-size: 0.875rem;
  color: var(--color_ex);
}

.breadcrumbs ul li a:hover {
  text-decoration: none;
}

.breadcrumbs li.arrow {
  width: 20px;
  height: 20px;
  position: relative;
  color: var(--color_ex);
  line-height: 18px;
  text-align: center;
}


/*==========
Effect
==========*/

.rotate {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.rotate.trigger {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeUpList > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUpList.trigger > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUp.trigger {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

.popUpList > * {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUpList.trigger > * {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.trigger {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}