@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;
}
html,
body {
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}
body {
  padding-top: 80px;
  position: relative;
}

body:before {
  position: fixed;
  background-image: url(../../images/consultation/body.png);
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: calc(100vh - 80px);
  left: 0;
  width: 100%;
  z-index: 0;
  content: '';
}
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;
}

.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: 5px 10px;
  position: fixed;
  height: 80px;
  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;
}

/*logo*/
.l-header-logo {
  margin-bottom: 66px;
}

.l-header-portal__logo {
  position: absolute;
  left: 213px;
  top: 12px;
  max-width: 160px;
}

.l-header-portal__logo img {
  width: 62px;
}

.l-header-portal__logo img + img {
  width: 100px;
  margin-top: 5px;
}

.l-header-logo h1 a img,
.l-header-logo p a img {
  margin-left: 8px;
  width: auto;
  height: 23px;
  display: block;
}

.l-header-logo h1 span,
.l-header-logo p span {
  font-size: 0.714285714rem;
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
  color: #D6490C;
  margin-bottom: 5px;
  white-space: nowrap;
}

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 40px;
  z-index: 30;
  height: 40px;
  top: 10px;
  right: 10px;
  background: url(../../images/consultation/sp-menu-bg.png) no-repeat top center;
  background-size: 40px auto;
  border-radius: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.menu span {
  position: absolute;
  left: 9px;
  width: 22px;
  height: 2px;
  border-radius: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #C75000;
}
.menu span {
  background-color: #C75000;
}
.menu span:nth-of-type(1) {
  top: 16px;
}
.menu span:nth-of-type(2) {
  top: 22px;
  left: 13px;
  width: 18px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(2px) rotate(-35deg);
  transform: translateY(2px) rotate(-35deg);
  background-color: #C75000;
  top: 17px;
}
.menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-2px) rotate(35deg);
  transform: translateY(-2px) rotate(35deg);
  background-color: #C75000;
  left: 9px;
  top: 21px;
  width: 22px;
}
.menu.is-show span {
  background-color: #001489;
}

/*nav*/
.l-header-nav {
  position: fixed;
  top: 80px;
  left: 0;
  transform: translateX(100%);
  transition: all .6s;
  width: 100%;
  padding: 20px;
  height: calc(100% - 80px);
  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;
  border-bottom: 1px solid #EBEBEB;
}

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

.l-header-nav__items.child-link.child-link-con .l-header-nav__items__links {
  color: #D84003;
  font-weight: 700;
}

.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: 27px;
  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: #0D9AA5;
  left: 6px;
  top: 11px;
}

.sp-accordion:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  background: #0D9AA5;
  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.child-link-sem .sp-accordion {
  background: url(../../images/common/ico-navi-sem-bg.svg) no-repeat right center;
  background-size: 100%;
}

.l-header-nav__items.child-link-con .sp-accordion {
  background: url(../../images/common/ico-navi-con-bg.svg) no-repeat right center;
  background-size: 100%;
}

.l-header-nav__items.child-link-sem .sp-accordion:before,
.l-header-nav__items.child-link-sem .sp-accordion:after {
  background: #D13F60;
}

.l-header-nav__items.child-link-con .sp-accordion:before,
.l-header-nav__items.child-link-con .sp-accordion:after {
  background: #C75000;
}

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

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

.l-header-nav__items.child-link-ex .l-header-nav__items__sub_items {
  border-top: 1px dashed #0D9AA5;
}

.l-header-nav__items.child-link-con .l-header-nav__items__sub_items {
  border-top: 1px dashed #C75000;
}

.l-header-nav__items__sub li.l-header-nav__items__sub_items {
  border-top: 1px dashed #D13F60;
}

.l-header-nav__items__sub {
  margin-left: 20px;
  border-bottom: 1px dashed #D13F60;
  margin-bottom: 20px;
}

.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;
  background: url(../../images/common/ico-navi-arw_sem.svg) no-repeat right center;
  background-size: 5px auto;
}

.l-header-nav__items.child-link-ex .l-header-nav__items__sub_items > a {
  background: url(../../images/common/ico-navi-arw_gblue.svg) no-repeat right center;
  background-size: 5px auto;
}

.l-header-nav__items.child-link-con .l-header-nav__items__sub_items > a {
  background: url(../../images/common/ico-navi-arw_orange.svg) no-repeat right center;
  background-size: 5px auto;
}

.l-header-nav + .lp-link ,
.side-banner + .lp-link {
  display: none;
}

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

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

.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-link_green.svg) no-repeat right center;
  background-size: 16px auto;
  font-size: 0.875rem;
  width: auto;
  color: #018937;
}

.l-header-cons__info {
  margin: 12px auto;
  max-width: 90%;
}

.l-header-cons__info .tell {
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
}

.l-header-cons__info .tell p {
  font-size: 1rem;
  color: #D84003;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
}

.l-header-cons__info .tell p a {
  font-weight: 700;
  color: #D84003;
  font-size: 1.5rem;
  margin-left: 10px;
}

.l-header-cons__info .tell span {
  color: #D84003;
  font-size: 0.857142857rem;
  line-height: 1.4;
  display: block;
  margin-left: 5em;
  text-indent: -5em;
}

.l-header-cons__info .mail {
  margin-bottom: 20px;
}

.l-header-cons__info .mail a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #EC4100;
  border-radius: 200px;
  padding: 8px 0;
}

.l-header-cons__info .mail a span {
  padding-left: 21px;
  background: url(../../images/common/ico-mail-white.svg) no-repeat left center;
  background-size: 16px auto;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.l-header-cons__info .online-entry a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #D84003;
  border-radius: 200px;
  padding: 8px 0;
}

.l-header-cons__info .online-entry a span {
  padding-left: 22px;
  background: url(../../images/common/ico-mail-contact-white.svg) no-repeat left center;
  background-size: 17px auto;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 2px;
  padding-bottom: 2px;
}

.l-header-cons__info .online-contact {
  margin-top: 16px;
}

.l-header-cons__info .online-contact a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/consultation/ico-arw-orange.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #fff;
  border: 2px solid #D84003;
  border-radius: 200px;
  padding: 4px 0;
}

.l-header-cons__info .online-contact a span {
  padding-left: 22px;
  background: url(../../images/consultation/ico-mail-orange.svg) no-repeat left center;
  background-size: 17px auto;
  color: #D84003;
  font-size: 0.875rem;
  font-weight: 500;
}

.l-header-cons__info .mail p,
.l-header-cons__info .online-entry p {
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.l-header-nav__items.child-link.child-link-con .l-header-nav__items__sub {
  margin-bottom: 0;
  border-bottom: none;
}

.l-header-nav__items.child-link.child-link-sem .l-header-nav__items__sub ,
.l-header-nav__items.child-link.child-link-ex .l-header-nav__items__sub {
  border-bottom: none;
}

.l-header-nav__btn {
  margin-top: 20px;
}

.l-header-nav__btn .c-btn {
  padding: 14px 0;
  font-size: 1rem;
  font-weight: 500;
}

.l-header-nav__btn02 .c-btn03 {
  border: 2px solid #0D9AA5;
  padding: 4px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/expert/ico-arw-green.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  border-radius: 200px;
  margin-top: 16px;
}

.l-header-nav__btn02 .c-btn03 span {
  display: inline-block;
  padding-left: 21px;
  background: url(../../images/expert/ico-arw-mail.svg) no-repeat left center;
  background-size: 16px auto;
  color: #0D9AA5;
  font-weight: 500;
  font-size: 0.875rem;
}

.l-header-nav__btn03 .c-btn04 {
  border: 2px solid #D13F60;
  padding: 4px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/seminar/ico-arw-pink.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  border-radius: 200px;
  margin-top: 16px;
}

.l-header-nav__btn03 .c-btn04 span {
  display: inline-block;
  padding-left: 21px;
  background: url(../../images/seminar/ico-arw-mail.svg) no-repeat left center;
  background-size: 16px auto;
  color: #D13F60;
  font-weight: 500;
  font-size: 0.875rem;
}

.l-header-nav__btn04 .c-btn05 {
  text-align: center;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 10px auto;
  background-color: #D13F60;
  border-radius: 200px;
  padding: 4px 5px;
  line-height: 1.3;
  width: 100%;
  max-width: 440px;
  margin-top: 10px;
}

.l-header-nav__btn04.type-blue .c-btn05 {
  background-color: #6075A9;
}

.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: 19px;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 0.8125rem;
  font-weight: 500;
  background: url(../../images/common/ico-navi-arw_sem.svg) no-repeat left center;
  background-size: 5px auto;
}

.side-banner {
  display: none;
}

.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;
}

/* Main
---------------------------------------------------------------*/
#container {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  max-width: 1630px;
  position: relative;
}

.l-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Footer
---------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 60px;
}

#footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.l-footer-inner {
  background: linear-gradient(to right,  rgba(251,181,134,0.24) 0%,rgba(255,241,231,0.24) 49%,rgba(255,242,233,0.24) 50%,rgba(225,109,32,0.24) 100%);
  padding: 24px 10px 20px 10px;
  position: relative;
  z-index: 1;
}

.l-footer-top {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 70px!important;
  width: 60px;
  height: 60px;
}

.l-footer-navi {
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DCDCDC;
}

.l-footer-navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.l-footer-navi ul li {
  margin-right: 15px;
  margin-bottom: 7px;
}
.l-footer-navi ul li a {
  font-weight: 700;
}

.l-footer-info {
  max-width: 100%;
}

.l-footer-info .ft-info-open {
  font-size: 0.875rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.l-footer-info .ft-info-management {
  font-size: 0.875rem;
  font-weight: 500;
}

.l-footer-sub__navi {
  margin-bottom: 12px;
}

.l-footer-sub__navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.l-footer-sub__navi ul li {
  margin-left: 15px;
  margin-bottom: 5px;
}

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

.copyright {
  color: #C75000;
  font-size: 0.8125rem;
  margin-top: 10px;
}

/*固定バナー*/
.sp-fixed-link {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
}

.sp-fixed-link ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}

.sp-fixed-link li {
  width: 38.8%;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #C75000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-fixed-link li.sp-fixed-tell {
  width: 22.4%;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-fixed-link li.sp-fixed-tell div {
  background: url(../../images/consultation/sp-fixed-bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;

}
.sp-fixed-link li.sp-fixed-tell a {
  display: block!important;
  background: url(../../images/consultation/sp-fixed-tell.png) no-repeat 50% 7px;
  font-weight: 700;
  background-size: 33px auto;
  padding-top: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.857142857rem;
  color: #D84003;
}

.sp-fixed-link li.sp-fixed-mail {
  background: #EC4100;
}

.sp-fixed-link li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex!important;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-fixed-link li.sp-fixed-mail a p {
  display: inline-block;
  padding: 9px 0 9px 23px;
  font-size: 0.928571429rem;
  line-height: 1.3;
  background: url(../../images/common/ico-mail-white.svg) no-repeat left center;
  background-size: 18px auto;
  text-align: center;
}

.sp-fixed-link li a span {
  display: inline-block;
  padding-left: 27px;
  font-size: 0.928571429rem;
  line-height: 1.3;
  background: url(../../images/common/ico-mail-contact-white.svg) no-repeat left center;
  background-size: 22px auto;
  text-align: left;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/*main visual*/
.mv {
  margin-bottom: 56px;
  background: url(../../images/consultation/mv-bg-sp.png) no-repeat 61% 0;
  background-size: 114%;
  padding: 16px 10px 0px 10px;
  position: relative;
  z-index: 2;
}

.support-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 30px;
}

.mv-info {
  padding-top: 64%;
  position: relative;
}

.mv-catch {
  text-align: center;
  margin-bottom: 10px;
}

.mv-catch p {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: url(../../images/consultation/mv-catch-left.svg) no-repeat left center, url(../../images/consultation/mv-catch-right.svg) no-repeat right center;
  background-size: 17px auto, 17px auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.mv-free {
  max-width: 560px;
}

.mv-info .info {
  padding: 0;
  background: inherit;
  border: 1px solid #FFEFD2;
  position: relative;
  margin-top: 0;
  width: 90.66%;
  margin: 0 auto;
}

.mv-info .info .info-inner {
  position: relative;
  z-index: 1;
}

.mv-info .info:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: url(../../images/consultation/info-bg02-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.mv-free {
  max-width: 494px;
}

.mv-free p {
  width: 100%;
  background: linear-gradient(45deg,  rgba(210,63,8,1) 0%,rgba(210,63,8,1) 52%,rgba(210,63,8,0.78) 65%,rgba(255,255,255,0.2) 100%);
  padding: 14px 20px 14px 20px;
  border-radius: 16px;
}

.mv-free p img {
  width: 100%;
  max-width: 199px;
}

/*news*/
.news .c-center {
  margin-bottom: 0px;
  padding-top: 0;
}

.news .c-center-inner {
  border: none;
  position: relative;
  z-index: 1;
  padding: 20px 20px 70px;
}

.news .lead {
  margin-bottom: 20px;
}

.news .lead h2 {
  color: #D84003;
  font-weight: 700;
  font-size: 1.75rem;
}

.news-slider-items {
  margin: 0 10px;
  position: relative;
  max-width: 386px;
}

.news .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.news .slick-slide {
  height: auto!important;
}

.news-slider {
  display: none;
}
.news-slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

/*一時停止*/
.row_btns {
  position: absolute;
  left: 120px;
  bottom: -52px;
  z-index: 3;
}

.row_btns button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  cursor: pointer;
}

.row_btns button img {
  display: block;
}

.row_btns .slick_pause .btn-start {
  display: none;
}

.row_btns .slick_pause.paused .btn-pause {
  display: none;
}

.row_btns .slick_pause.paused .btn-start {
  display: block;
}

.news-wrap {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.news-slider-items .thum ,
.news-slider-items .thum img {
  width: 100%;
}

.news-slider-items .thum {
  margin-bottom: 20px;
}

.news-slider-items .news-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

.news-slider-items .news-head .news-date {
  font-weight: 700;
  margin-right: 10px;
}

.news-slider-items .news-head .cat {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
  border-radius: 100px;
  background-color: #D84003;
  padding: 2px 20px;
}

.news-slider-items .news-head .cat.cat01 {
  background-color: #3E68DE;
}

.news-slider-items h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 7px;
}

.news-slider-items p.txt14 {
  line-height: 1.4;
  font-size: 0.875rem;
}

.slick-dots li button:hover:before, 
.slick-dots li button:before, 
.slick-dots li button:focus:before {
  background: rgba(199,80,0,.3);
}

.slick-dots li.slick-active button:before {
  background: #D84003;
}

/*about*/
.about {
  /*margin-top: 10vh;*/
}

.lead.type02 {
  margin-bottom: 0;
}

.lead.type02 h2 {
  font-size: 1.285714286rem;
  color: #D84003;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.lead.type02 h2 p {
  display: block;
  width: 100%;
}

.lead.type02 h2 span {
  font-size: 1.571428571rem;
}

.lead.type02 h2::after {
  background: linear-gradient(135deg,  rgba(219,106,30,1) 0%,rgba(251,229,141,1) 50%,rgba(219,106,30,1) 100%);
  border-radius: 100%; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 2px; /* 横線の高さ */
  margin-left: 5px; /* 文字との余白 */
}

.about .lead.type02 img {
  margin-left: 5px;
  width: 50px;
  margin-right: 0px;
}

.about-catch {
  margin-bottom: 40px;
}

.sp-about-img {
  max-width: 84%;
  margin: 0 0 20px;
}

.about-catch p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.about-catch p span {
  font-weight: 500;
}

.about-inner {
  position: relative;
}

.about .c-center-inner {
  position: relative;
  /*padding-top: 38vw;*/
}

/*.about .c-center-inner:before {
  content: '';
  position: absolute;
  left: 30vw;
  top: -10vw;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: url(../../images/consultation/about-img01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 70vw;
  height: 0;
  padding-bottom: 46%;
}*/

.about-list {
  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;*/
  display: block;
  width: 100%;
  max-width: 640px;
  padding: 15px 0;
  border-bottom: 1px dashed #D9D9D9;
}

.about-list:last-of-type {
  border-bottom: none;
}

.about-list dt {
  /*width: 86px;*/
  width: 100%;
  font-weight: 700;
}

.about-list dd {
  /*width: calc(100% - 86px);*/
  width: 100%;
}

.about-btn {
  margin-top: 40px;
}

.lead.type03 {
  margin-bottom: 24px;
}

.lead.type03 h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.571428571rem;
  font-weight: 700;
  color: #D84003;
}

.lead.type03 p {
  text-align: center;
  font-weight: 700;
}

.lead.type03 h2:before,
.lead.type03 h2:after {
  background: linear-gradient(135deg, rgba(219, 106, 30, 1) 0%, rgba(251, 229, 141, 1) 50%, rgba(219, 106, 30, 1) 100%);
  border-radius: 100%; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 2px; /* 横線の高さ */
}

.lead.type03 h2:before {
  margin-right: 12px;
}

.lead.type03 h2:after {
  margin-left: 12px;
}

.about-target {
  margin-bottom: 30px;
  margin-top: 10px;
}

.about-target p {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #D84003;
  background-color: #fff;
  text-align: center;
  padding: 2px 20px;
  line-height: 1.3;
  font-size: 1.285714286rem;
  font-weight: 700;
}

.about-sem-ttl {
  color: #D84003;
  font-weight: 700;
  font-size: 1.428571429rem;
  margin-bottom: 5px;
}

.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: #DA5626;
  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% - 66px);
  margin-left: auto;
  line-height: 1.4;
}

.orange-ul-list li {
  font-weight: 400;
  margin-bottom: 4px;
  position: relative;
}

/*info*/

.info {
  background: url(../../images/consultation/info-bg-pc.png) no-repeat top center;
  background-size: cover;
  border-radius: 20px;
  padding: 5px;
  margin-top: 36px;
}

.info-inner {
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}

.info-inner .grid {
  display: block;
}

.info-inner .info-title {
  text-align: center;
  color: #D84003;
  font-weight: 700;
  margin-bottom: 17px;
  font-size: 1.5rem;
}

.info-inner .info-tell {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../../images/consultation/info-tell.svg) no-repeat left top;
  background-size: 50px auto;
  padding-left: 60px;
  padding-top: 13px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(199,80,0,.2);
}

.info-inner .info-right {
  width: 100%;
}

.info-inner .info-right .info-right-mail ,
.info-inner .info-right .info-right-contact {
  width: 100%;
}

.info-inner .info-right .info-right-mail {
  margin-bottom: 20px;
}

.info-inner .info-tell .ttl {
  font-size: 1.125rem;
  font-weight: 700;
  color: #D84003;
}

.info-inner .info-tell .ttl span {
  display: inline-block;
  margin-left: 12px;
  line-height: 1;
  margin-top: 4px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.info-inner .info-tell a {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #D84003;
}

.info-inner .info-tell .info-open {
  color: #D84003;
  font-size: 0.928571429rem;
  line-height: 1.3;
  margin-top: 5px;
}

.info-right-mail .ttl {
  font-size: 1.25rem;
  padding-top: 13px;
  padding-bottom: 17px;
  font-weight: 700;
  color: #D84003;
  padding-left: 60px;
  background: url(../../images/consultation/info-mail.svg) no-repeat left center;
  background-size: 50px auto;
}

.info-right-contact .ttl {
  font-size: 1.25rem;
  padding-top: 13px;
  padding-bottom: 17px;
  font-weight: 700;
  color: #D84003;
  padding-left: 60px;
  background: url(../../images/consultation/info-contact.svg) no-repeat left center;
  background-size: 50px auto;
}

.info-right-mail a,
.info-right-contact a {
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 200px;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  width: 100%;
  margin: 5px 0;
  background-color: #EC4100;
  color: #fff;
  font-weight: 500;
}

.info-right-mail .info-right-mail__txt,
.info-right-contact .info-right-mail__txt {
  line-height: 1.5;
  font-size: 0.8125rem;
}

.about-con-list__title {
  font-weight: 700;
  font-size: 1.285714286rem;
  margin-bottom: 14px;
}

.about-con-list__txt {
  margin-bottom: 19px;
  font-weight: 700;
}

.about-con-list__items li {
  width: 100%;
  padding-left: 35px;
  background: url(../../images/consultation/check-pink.svg) no-repeat 0px 0px;
  background-size: 27px auto;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 9px;
}

.about-con-list.last {
  margin-top: 24px;
}

.about-con-list.last .about-con-list__items li {
  background: url(../../images/consultation/check-green.svg) no-repeat 0px 0px;
  background-size: 27px auto;
}

.about-con-list.last .about-con-list__head .inner {
  background: url(../../images/consultation/about-img02.png) no-repeat left top;
  background-size: 180px;
}

.about-con-list__head .inner {
  background: url(../../images/consultation/about-img03.png) no-repeat left top;
  background-size: 180px;
  padding-top: 200px;
}

/*CASE*/

.case-list {
  margin-top: 24px;
}

.case-list + .c-btn02 {
  margin-top: 30px;
}

.case-list-inner {
  border: 1px solid #D84003;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  padding: 20px 20px 20px 20px;
}

.case-list-inner .case-list-thum {
  width: 80px;
}

.case-list-inner .case-list-thum img {
  width: 100%;
}

.case-list-head {
  margin-top: 10px;
  display: block;
  margin-bottom: 14px;
}

.case-list-head p.ttl-sub {
  color: #D84003;
  font-weight: 700;
  font-size: 1.142857143rem;
  flex: 1;
  white-space: nowrap;
}

.case-list-head h3 {
  font-weight: 700;
  font-size: 1.142857143rem;
  line-height: 1.3;
}

.case-list-num {
  position: absolute;
  left: 120px;
  top: 44px;
  width: 116px;
  border-radius: 200px;
  text-align: center;
  background-color: #D84003;
  color: #fff;
  font-size: 1.25rem;
  padding: 4px 10px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.case-list-inner .txt16 {
  line-height: 1.6;
}

.case-anchor-btn {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  padding: 3px;
  position: relative;
  z-index: 1;
}

.case-anchor-btn:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 200px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: linear-gradient(to right,  rgba(255,215,148,1) 0%,rgba(255,234,170,1) 50%,rgba(255,239,154,1) 100%);
  z-index: -1;
}

.case-anchor-btn .inner {
  text-align: left;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #D84003;
  background: url(../../images/consultation/ico-btn-arw_orange02.svg) no-repeat 97% 50%;
  background-size: 26px auto;
  background-color: #fff;
  border-radius: 200px;
  padding: 15px 53px;
  line-height: 1.3;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.case-anchor-btn .inner span {
  font-size: 1.125rem;
  font-weight: 700;
}

.case-anchor-btn .inner.active  {
  background: url(../../images/consultation/ico-btn-arw_orange03.svg) no-repeat 97% 50%;
  background-size: 36px auto;
  background-color: #fff;
}

.case-answer {
  display: none;
}


/*fLOW*/
.flow-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 60px;
  background: url(../../images/consultation/sp-flow-glay.svg) no-repeat 50% 90%;
}

.flow-list .items {
  width: 48%;
  text-align: center;
}

.flow-list .items .target {
  background-color: #D13F60;
  border-radius: 20px;
  text-align: center;
  padding: 57px 5px 20px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flow-list .items + .items .target {
  background-color: #479468;
}

.flow-list .items .target img {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -50px;
  width: 100px;
}

.flow-list .items .target p {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.flow-info {
  padding: 0 0px;
}

.flow-type {
  padding-bottom: 23px;
  background: url(../../images/consultation/sp-flow-orange.svg) no-repeat bottom center;
  background-size: 29px auto;
}

.flow-type li {
  width: 100%;
  background-color: #fff;
  border: 2px solid #F5D5C0;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flow-type li .ttl {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 6px;
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.flow-type li .ttl span {
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
  margin-top: 4px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.flow-type li.flow-tell .ttl {
  background: url(../../images/consultation/info-tell.svg) no-repeat left top;
  background-size: 45px auto;
}

.flow-type li.flow-mail .ttl {
  background: url(../../images/consultation/info-mail.svg) no-repeat left top;
  background-size: 45px auto;
}

.flow-type li.flow-online .ttl {
  background: url(../../images/consultation/info-contact.svg) no-repeat left top;
  background-size: 45px auto;
}

.flow-type li.flow-tell a {
  font-weight: 700;
  color: #D84003;
  font-size: 2.25rem;
  line-height: 1.3;
}

.flow-type li.flow-mail a ,
.flow-type li.flow-online a {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #D84003;
  border-radius: 140px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 7px 10px;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #D84003;
}

.flow-list-txt13 {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
  margin-left: 1em;
  text-indent: -1em;
}

.flow-list-catch {
  position: relative;
  z-index: 1;
}

.flow-list-catch img {
  max-height: 24px;
}

.flow-consul-block {
  background: linear-gradient(135deg, rgba(255, 220, 149, 0.24) 0%, rgba(255, 249, 241, 0.24) 41%, rgba(255, 249, 241, 0.24) 59%, rgba(255, 245, 194, 0.24) 100%);
  border: 1px solid #D84003;
  padding: 10px 20px 10px 10px;
  border-radius: 20px;
  color: #D84003;
  position: relative;
  margin-top: 5px;
  width: 88%;
}

.flow-consul-block:after {
  content: '';
  position: absolute;
  right: -16%;
  top: -30px;
  width: 29vw;
  height: 31vw;
  max-width: 120px;
  background: url(../../images/consultation/flow-illust03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.flow-consul-block .ttl {
  margin-bottom: 4px;
  font-size: 1rem;
  max-width: 70%;
}

.flow-consul-block .txt16 {
  font-size: 0.857142857rem;
  max-width: 100%;
}
/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  padding: 20px 0px;
  width: 92.5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center-inner {
  border: 1px solid #FFEFBB;
  padding: 20px 15px;
  background: rgba(255,255,255,.9);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-btn {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #0D9AA5;
  border-radius: 200px;
  padding: 16px;
  line-height: 1.3;
  width: 100%;
  max-width: 500px;
}

.c-btn02 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
  padding: 3px;
  position: relative;
  z-index: 1;
}

.c-btn02 a.c-btn02-inner {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #C75000;
  background: url(../../images/consultation/ico-btn-arw_orange01.svg) no-repeat 95% 50%;
  background-size: 26px auto;
  background-color: #fff;
  border-radius: 200px;
  padding: 15px 37px;
  line-height: 1.3;
  width: 100%;
  max-width: 490px;
  position: relative;
  z-index: 1;
}

.c-btn02:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 200px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: linear-gradient(to right,  rgba(255,215,148,1) 0%,rgba(255,234,170,1) 50%,rgba(255,239,154,1) 100%);
  z-index: -1;
}

/*タイトルアコーディオン*/
#contentTtl01, #contentTtl02, #contentTtl03 {
  margin-top: -120px;
  padding-top: 120px;
}

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

/* 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%; }

.txt14 {
  font-size: 0.928571429rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.142857143rem;
}

strong {
  font-weight: bold;
}

/*color*/
.u-color-orange {
  color: #D84003;
}
.u-color-pink {
  color: #D13F60;
}
.u-color-green {
  color: #479468;
}

/*backgroud-color*/
.u-bg-orange {
  background-color: #C75000;
}


/*==========
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: 500 !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;
}

/*可変幅*/
@media screen and (max-width: 355px){
  
}