@charset "UTF-8";
/*
// ==========================================================================
// module
// ==========================================================================
*/
/*--- mainvisual ----------*/
.mainvisual {
  width: 100%;
  text-align: center;
  background: url(/service/common/images/bg_mainvisual_default.png) no-repeat center top;
  background-size: cover;
}

.mainvisual__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 990px;
  height: 200px;
  margin: auto;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.mainvisual--top .mainvisual__inner {
  height: 370px;
}

.mainvisual--middle .mainvisual__inner {
  height: 240px;
}

.mainvisual__title {
  font-size: 4.8rem;
  line-height: 1.25;
}

.mainvisual--top .mainvisual__title {
  margin-bottom: 20px;
}

.mainvisual--top .mainvisual__lead {
  margin-bottom: 30px;
}

.mainvisual--middle .mainvisual__title {
  margin-bottom: 20px;
}

.mainvisual--middle .mainvisual__title + .mainvisual__lead {
  margin-top: -10px;
  margin-bottom: 20px;
}

.mainvisual__logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

.mainvisual__logo img {
  width: auto;
  height: 19px;
}

.mainvisual .btn {
  display: inline;
}

.mainvisual .btn a {
  font-size: 1.5rem;
  margin: 0 20px;
  padding: 10px 20px;
}

.mainvisual--movie {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mainvisual--movie video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*--- header-news ----------*/
.header-news {
  background-color: #1473e6;
}

.header-news_inner {
  display: flex;
  width: 990px;
  min-height: 70px;
  margin: auto;
  padding: 10px 0;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.header-news_inner > a {
  text-decoration: none;
}

.header-news_inner > a:hover {
  text-decoration: underline;
}

.header-news_title {
  font-size: 1.6rem;
  color: #fff;
}

.header-news_title a {
  text-decoration: none;
  color: #fff;
}

.header-news_title a:hover {
  text-decoration: underline;
}

.header-news_btn {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  min-width: 148px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
}

/*--- bread-crumb ----------*/
.bread-crumb-list {
  background-color: #e6e6e6;
}

.bread-crumb-list ul {
  display: flex;
  width: 990px;
  min-height: 45px;
  margin: auto;
  padding: 10px 0;
  align-items: center;
  flex-wrap: wrap;
}

.bread-crumb-list ul li {
  white-space: nowrap;
}

.bread-crumb-list ul li:last-child {
  white-space: normal;
}

.bread-crumb-list ul li:after {
  padding: 0 6px;
  content: '＞';
  color: #555;
}

.bread-crumb-list ul li:last-child:after {
  display: none;
}

.bread-crumb-list ul li a {
  text-decoration: none;
  color: #333;
}

.bread-crumb-list ul li a:hover {
  text-decoration: underline;
}

/*--- button ----------*/
.btn a {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  padding: 20px 68px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 60px;
  background: linear-gradient(to right, #197df5 0%, #1ca0c2 100%);
}

.btn a:hover {
  opacity: .8;
}

.btn a.blue {
  background: #1473e6;
}

.btn a.white,
.btn a.whiteout {
  border: 1px solid #ffffff;
  background: transparent;
}

.btn a.blueout {
  border: 2px solid #1473e6;
  background: transparent;
  color: #1473e6;
}

.btn a.white--blue {
  border: 2px solid #1473e6;
  background: #ffffff;
  color: #1473e6;
}

.btn a.middle {
  font-size: 2.0rem;
  padding: 17px 30px;
}

.btn a.small {
  font-size: 1.5rem;
  min-height: 40px;
  padding: 12px 20px;
}

.btn.off span {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  padding: 20px 68px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 60px;
  background: #d9d8d7;
}

/*--- icon-nav ----------*/
.c-icon-nav {
  padding: 80px 0 100px;
  background-color: #f6f6f6;
}

.c-icon-nav__list {
  display: flex;
  width: 990px;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.c-icon-nav__item {
  margin: 0 40px;
  text-align: center;
}

.c-icon-nav__item a {
  text-decoration: none;
  color: #2b9af3;
}

.c-icon-nav__img img {
  width: 100%;
  height: auto;
}

.c-icon-nav__txt {
  font-size: 1.6rem;
  display: block;
  white-space: nowrap;
}

/*--- cta ----------*/
.c-inq {
  background-color: #eaeaea;
}

.c-inq ul {
  display: flex;
  width: 990px;
  height: 280px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.c-inq ul li {
  width: 50%;
  text-align: center;
}

.c-inq__tell a {
  text-decoration: none;
  color: #2b9af3;
}

.c-inq__tell span {
  font-size: 2rem;
}

.c-inq__mail .btn {
  max-width: 380px;
  margin: auto;
}

.c-inq__mail .btn a {
  font-size: 3rem;
}

.c-inq__text {
  font-size: 2rem;
}

.c-inq__text span {
  font-size: 1.6rem;
}

.c-inq__number {
  font-size: 4.8rem;
  font-weight: bold;
}

.c-inq__b2 .c-inq__mail .btn a {
  min-width: 100%;
}

.c-trademark {
  font-size: 1.3rem;
  margin: auto;
  padding-bottom: 20px;
  text-align: center;
}

.c-inq__lead {
  margin: auto;
  padding-top: 60px;
  text-align: center;
}

.c-inq.c-inq__lead ul {
  height: auto;
}

.c-inq.c-inq__lead .c-inq__lead-text {
  margin-bottom: 40px;
}

.c-inq.c-inq__lead .c-inq__lead-text .c-inq__lead-title {
  font-size: 3.6rem;
}

/*--- cta download ----------*/
.c-download .with-photo {
  padding-top: 0;
}

/*--- footer nav ----------*/
.c-foot-nav {
  padding: 50px 0;
  background-color: #505050;
}

.c-foot-nav__inner {
  display: flex;
  width: 990px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.c-foot-nav__list {
  margin: 0 20px;
}

.c-foot-nav__item {
  font-size: 1.4rem;
}

.c-foot-nav__item--title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #999;
}

.c-foot-nav__item a {
  text-decoration: none;
  color: #fff;
}

.c-foot-nav__item a:hover {
  text-decoration: underline;
}

/*--- section ----------*/
.bg--gray01 {
  background-color: #f6f4ef;
}

.bg--gray02 {
  background-color: #f5f7f8;
}

.bg--gray03 {
  background-color: #f7f7f7;
}

.bg--blue {
  background-color: #eff8ff;
}
.bg--clear-blue{
  background-color: #2b9af3;
}

.bg--white {
  background-color: #fff;
}

.bg--photo {
  padding-top: 30px;
  padding-bottom: 50px;
  background: transparent url(/service/common/images/bg_mainvisual_default.png) center top no-repeat;
  background-size: cover;
}

.section {
  padding: 80px 0 100px;
}

.section.price {
  text-align: center;
}

.section--pb-small {
  padding-bottom: 20px;
}

.module {
  padding: 80px 0 100px;
}

.module--pb-small {
  padding-bottom: 20px;
}

.section__title {
  font-size: 3.6rem;
  margin-bottom: 70px;
  text-align: center;
}

.section__title--f-small {
  font-size: 3.0rem;
}

.section__title--mb-small {
  margin-bottom: 40px;
}

.section__inner,
.module__inner {
  width: 990px;
  margin: auto;
}

.lower-section__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.section__sub-title {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.section__lead {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}

.section__lead--f-small {
  font-size: 1.6rem;
}

.block__inner {
  padding: 20px 0;
}

.block__title {
  font-size: 3.0rem;
  line-height: 1.25;
  margin-bottom: 20px;
}

.block__title--f-small {
  font-size: 2.4rem;
  text-align: left;
}

.block__sub-title {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.block__text {
  margin-bottom: 20px;
}

.text-caution {
  font-size: 1.4rem;
}

.prefix {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 10px;
}

.prefix .num {
  font-size: 3.4rem;
}

.icon-title {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0 5px 55px;
}

.icon-title img {
  position: relative;
  max-width: 40px;
  margin-right: 15px;
  vertical-align: middle;
}

.icon-human {
  background: url(/service/common/images/icon-human.png) no-repeat left center;
  background-size: 40px auto;
}

.icon-exclamation {
  background: url(/service/common/images/icon-exclamation.png) no-repeat left center;
  background-size: 40px auto;
}

.icon-check {
  background: url(/service/common/images/icon-check.png) no-repeat left center;
  background-size: 40px auto;
}

sup {
  font-size: 1.2rem;
  position: relative;
  top: -.1em;
  vertical-align: top;
}

/*--- with-photo ----------*/
.with-photo__wrap {
  max-width: 990px;
  margin: auto;
}

.with-photo {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  padding-top: 20px;
  justify-content: space-between;
}

.list-view .with-photo {
  margin-bottom: 80px;
}

.case .with-photo,
.interview .with-photo {
  padding-top: 0;
}

.with-photo__wrap .with-photo:last-child {
  margin-bottom: 0;
}

.with-photo__right {
  flex-direction: row-reverse;
}

.with-photo__image {
  max-width: 475px;
  text-align: center;
}

.with-photo__image img {
  width: 100%;
  height: auto;
}

.with-photo--photo110 .with-photo__image {
  width: 110px;
}

.with-photo--photo200 .with-photo__image {
  width: 200px;
}

.with-photo--photo300 .with-photo__image {
  width: 300px;
}

.with-photo--photo380 .with-photo__image {
  width: 380px;
}

.with-photo--photo475 .with-photo__image {
  width: 475px;
}

.with-photo__txt p.block__text:last-child {
  margin-bottom: 0;
}

.case-logo-list .with-photo__image img {
  border:1px solid #999999;
}

/*--- accordion ----------*/
.js-accordion > dd {
  display: none;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  margin-top: -2px;
  transition: all .4s;
}

.accordion__icon span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  transition: all .4s;
  background-color: #2b9af3;
}

.accordion__icon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion__icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__icon.active span:nth-of-type(1) {
  display: none;
}

.accordion__icon.active span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__trigger {
  position: relative;
  cursor: pointer;
}

.accordion__trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*--- card ----------*/
.card-list {
  display: flex;
  width: 990px;
  margin: auto;
  margin-bottom: -70px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-list.column2:after {
  display: block;
  width: 46%;
  content: '';
}

.card-list.column3:after {
  display: block;
  width: 30%;
  content: '';
}

.card-list.column4:after {
  display: block;
  width: 22%;
  content: '';
}

.card {
  margin-bottom: 70px;
  text-align: center;
}

.column2 .card {
  width: 450px;
}

.column3 .card {
  width: 302px;
}

.column4 .card {
  width: 210px;
}

.card__img {
  margin: 0 auto 15px;
}

.column2 .card__img {
  width: 395px;
}

.column3 .card__img {
  width: 220px;
}

.column4 .card__img {
  width: 162px;
}

.card__img img {
  width: 100%;
  height: auto;
}

.card__img.new {
  position: relative;
}

.card__img.new::after {
  position: absolute;
  top: -40px;
  right: -40px;
  content: url(/service/common/images/img_function_new.png);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.card__title {
  font-size: 2.1rem;
  margin-bottom: 15px;
  text-align: center;
}

.card__text {
  margin-bottom: 15px;
  text-align: left;
}

/*--- image ----------*/
.single-photo {
  margin: auto;
  text-align: center;
}

.single-photo img {
  vertical-align:top;
  /* height: auto; */
}

.photo__caption {
  font-size: 1.4rem;
}

/*--- link text ----------*/
.text-link {
  margin: auto;
  vertical-align: top;
  text-decoration: none;
  color: #2b9af3;
}

.text-link:hover {
  color: #3cf;
}

.text-link--arrow {
  display: inline-block;
}

.text-link--arrow:after {
  content: '＞';
}

a[target='_blank'].text-link {
  position: relative;
  display: inline-block;
}

a[target='_blank'].text-link:after {
  display: inline-flex;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  background-image: url(/service/common/images/blank-btn_off.png);
  background-repeat: no-repeat;
  background-position: right center;
  align-items: center;
}

a[target='_blank'].text-link:hover:after {
  background-image: url(/service/common/images/blank-btn_on.png);
}

.big-link {
  margin: auto;
  text-align: center;
}

.big-link .text-link {
  font-size: 2.0rem;
}

/*--- list ----------*/
.u-ul-list li {
  margin-left: 1.4em;
  list-style: disc outside;
  text-align: left;
}

.u-ol-list li {
  margin-left: 1.4em;
  list-style: decimal outside;
  text-align: left;
}

.price-list {
  display: flex;
  width: 840px;
  margin: 0 auto 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.price-list__item {
  display: flex;
  width: 380px;
  min-height: 120px;
  background-color: #f5f7f8;
  align-items: center;
}

.price-list__item:nth-child(n + 3) {
  margin-top: 20px;
}

.price-list__title {
  font-size: 2.4rem;
  position: relative;
  display: flex;
  width: 140px;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #2b9af3;
  justify-content: center;
  align-items: center;
}

.price-list__title:before {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 0;
  height: 0;
  margin-top: -14px;
  content: '';
  border-width: 14px 0 14px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #2b99f3;
}

.price-list__text {
  font-size: 2.4rem;
  display: flex;
  height: 100%;
  text-align: center;
  background-color: #f5f7f8;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.price-list__text span {
  font-size: 3.5rem;
  display: inline-block;
  margin-top: -6px;
}

.faq-list {
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
}

.faq-list__title {
  position: relative;
  padding: 20px 50px 20px 55px;
  border-top: 1px solid #707070;
}

.faq-list__title > span {
  font-size: 3.2rem;
  position: absolute;
  top: 6px;
  left: 7px;
}

.faq-list__answer {
  position: relative;
  margin: 10px 50px 20px 60px;
  padding-left: 35px;
}

.faq-list__answer > span {
  font-size: 2.4rem;
  position: absolute;
  top: -6px;
  left: 0;
}

.check-list__item {
  margin-bottom: 50px;
}

.check-list__title {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 10px;
  padding-left: 55px;
  background: url(/service/common/images/img-checkbox.png) no-repeat left top;
  background-size: auto 35px;
}

.check-list__li {
  font-size: 2.0rem;
  position: relative;
  margin-bottom: 20px;
  padding-left: 43px;
  background: url(/service/common/images/img-checkbox.png) no-repeat left top;
  background-size: auto 30px;
}

.flow-list {
  width: 990px;
  margin: auto;
}

.flow-list ol,
.flow-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flow-list li {
  position: relative;
  width: 150px;
  margin-right: 50px;
}

.flow-list li:last-child {
  margin-right: 0;
}

.flow-list li:last-child:after {
  display: none;
}

.flow-list li:after {
  position: absolute;
  top: 50%;
  right: -38px;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 20px 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #d9d8d7;
}

.flow-list img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/*--- interview ----------*/
.interview__question {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.interview__answer {
  margin-bottom: 40px;
  text-align: left;
}

.interview__answer .name {
  font-weight: bold;
}

/*--- inner-link ----------*/
.inner-link__wrap {
  display: flex;
  max-width: 990px;
  margin: auto;
  text-align: center;
  justify-content: center;
}

.inner-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
}

.inner-link--long {
  text-align: left;
    width: 100%;
}

.inner-link__title {
  font-size: 3.4rem;
  margin-right: 15px;
  white-space: nowrap;
}

.inner-link__list {
  display: flex;
  width: 100%;
  padding-left: 15px;
  border-left: 1px solid #333;
  flex-wrap: wrap;
}

.inner-link--notitle .inner-link__list {
  flex-direction: column;
  padding: 0;
  border: none;
}

.inner-link--long .inner-link__list {
  flex-direction: column;
}

.inner-link__item {
  position: relative;
  margin: 5px 15px 5px 0;
  padding-right: 15px;
  border-right: 1px solid #333;
}

.inner-link__item a {
  font-weight: bold;
  word-wrap: break-word;
  word-wrap: break-word;
}

.inner-link__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.inner-link__item.no-border {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.inner-link--notitle .inner-link__item {
  padding: 0 0 0 1.2em;
  border: none;
}

.inner-link--notitle .inner-link__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
  color: #2b9af3;
}

.inner-link--long .inner-link__item {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

/*--- column-menu ----------*/
.column-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-menu__item {
  text-align: center;
}

.column-menu--column02 .column-menu__item {
  width: 465px;
}

.column-menu--column03 .column-menu__item {
  width: 298px;
}

.column-menu--column04 .column-menu__item {
  width: 225px;
}

.column-menu__pic {
  display: flex;
  width: 100%;
  min-height: 175px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: flex-end;
}

.column-menu__pic img {
  max-width: 100%;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  /*IE11*/
  *::-ms-backdrop,
  .column-menu--column02 .column-menu__pic img {
    max-width: 465px;
  }
  *::-ms-backdrop,
  .column-menu--column03 .column-menu__pic img {
    max-width: 298px;
  }
  *::-ms-backdrop,
  .column-menu--column04 .column-menu__pic img {
    max-width: 225px;
  }
}

.column-menu__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.column-menu--column04 .column-menu__title {
  font-size: 1.8rem;
}

.column-menu__text {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*--- icon-list ----------*/
.icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon-list__item {
  width: 100px;
  margin: 0 10px;
  text-align: center;
}

.icon-list__item a {
  display: block;
  text-decoration: none;
  color: #333;
}

.icon-list__pic {
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  justify-content: center;
  align-items: flex-end;
  /*
  img{
    vertical-align: bottom;
    max-width: 100%;
    @include max{
      width: auto;
    }
  }
*/
}

.icon-list__pic__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.icon-list__pic__inner img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

_:-ms-input-placeholder,
:root .icon-list__pic {
  height: 100px;
}

.icon-list__title {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

/*--- logo-list ----------*/
.logo-list {
  display: flex;
  width: 990px;
  margin: auto;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.logo-list__item {
  display: flex;
  width: 19%;
  height: 100px;
  margin: 0 0 10px 0;
  padding: 10px 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.logo-list__item a {
  display: block;
  text-decoration: none;
  color: #333;
}

.logo-list__item img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 50px;
}

.logo-list__pic img {
  vertical-align: top;
}

/*--- number-list ----------*/
.number-list__item {
  position: relative;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-left: 75px;
}

.number-list__heading {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.number-list__num {
  font-size: 2.8rem;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffd634;
  align-items: center;
  justify-content: center;
}

.number-list__num--red {
  background-color: #ff004e;
}

.number-list__num__title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}

/*--- point-list ----------*/
.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point-list__item {
  display: flex;
  width: 480px;
  margin: 0 0 68px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.point-list__pic {
  width: 130px;
  text-align: center;
}

.point-list__text {
  padding-left: 20px;
  flex: 1;
}

.point-list__title {
  font-size: 2.4rem;
  margin-bottom: 5px;
}

.point-list__subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*--- flow-list-bottom ----------*/
.flow-list-bottom__item {
  position: relative;
  margin-bottom: 40px;
}

.flow-list-bottom__item:last-of-type {
  margin-bottom: 0;
}

.flow-list-bottom__item:last-of-type:before {
  display: none;
}

.flow-list-bottom__item:before {
  position: absolute;
  bottom: -27px;
  left: 120px;
  width: 0;
  height: 0;
  content: '';
  border-width: 11px 10px 0 10px;
  border-style: solid;
  border-color: #d9d8d7 transparent transparent transparent;
}

.flow-list-bottom__wrap {
  display: flex;
  border: 1px solid #5f9fe5;
  flex-wrap: wrap;
}

.flow-list-bottom__heading {
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  width: 258px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #5f9fe5;
  justify-content: center;
}

.flow-list-bottom__heading span {
  font-size: 2.6rem;
  display: block;
}

.flow-list-bottom__heading small {
  font-size: 1.6rem;
  margin-right: 5px;
}

.flow-list-bottom__text {
  display: flex;
  padding: 15px;
  align-items: center;
  flex: 1;
}

/*--- service-list ----------*/
.service-list {
  display: flex;
  margin: 0 -18px;
  flex-wrap: wrap;
  justify-content: center;
}

.service-list__item {
  position: relative;
  width: 306px;
  margin: 0 18px;
  margin-bottom: 40px;
  padding: 15px 15px 40px 15px;
  border: 1px solid #d9d8d7;
  background-color: #fff;
}

.service-list__genre {
  font-size: 1.4rem;
}

.service-list__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-list__more {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*--- fullwide ----------*/
.fullwide-bgblock {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 80px 40px;
  background-color: #aaa;
  justify-content: center;
  align-items: center;
}

.fullwide-bgblock__inner {
  position: relative;
  z-index: 2;
  width: 900px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.fullwide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fullwide-bgblock__title {
  font-size: 3.6rem;
  margin-bottom: 15px;
}

.fullwide-bgblock__lead {
  font-size: 2rem;
  margin-bottom: 30px;
}

.fullwide-bgblock__btn {
  margin-bottom: 35px;
}

.fullwide-bgblock__btn .btn a {
  min-width: 360px;
}

.fullwide-bgblock__caution {
  font-size: 1.6rem;
  text-align: left;
}

/*--- down-arrow ----------*/
.down-arrow {
  position: relative;
  padding-bottom: 74px;
}

.down-arrow::before {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -28px;
  content: '';
  border-width: 34px 28px 0 28px;
  border-style: solid;
  border-color: #d9d8d7 transparent transparent transparent;
}

/*--- common-table ----------*/
.common-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #505050;
}

.common-table thead th {
  font-size: 2.4rem;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-left: 1px solid #fff;
  background-color: #505050;
}

.common-table thead th:first-child {
  border-left: none;
}

.common-table tbody th {
  font-size: 1.6rem;
  font-weight: bold;
  width: 262px;
  padding: 15px 25px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #505050;
  background-color: #f5f7f8;
}

.common-table tbody td {
  font-size: 1.6rem;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #505050;
  background-color: #fff;
}

.common-table thead th.u-align-top {
  vertical-align: top;
}

.common-table tbody th.u-align-top {
  vertical-align: top;
}

.common-table tbody td.u-align-top {
  vertical-align: top;
}

/*--- common-table--list ----------*/
.common-table--list {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9d8d7;
}

.common-table--list thead th {
  font-size: 1.6rem;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-left: 1px solid #fff;
  background-color: #505050;
}

.common-table--list thead th:first-child {
  border-left: none;
}

.common-table--list tbody tr {
  display: none;
}

.common-table--list tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.common-table--list tbody tr:nth-child(1),
.common-table--list tbody tr:nth-child(2),
.common-table--list tbody tr:nth-child(3),
.common-table--list tbody tr:nth-child(4),
.common-table--list tbody tr:nth-child(5),
.common-table--list tbody tr:nth-child(6) {
  display: table-row;
}

.common-table--list tbody th {
  font-size: 1.6rem;
  font-weight: bold;
  width: 262px;
  padding: 15px 25px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #d9d8d7;
}

.common-table--list tbody td {
  font-size: 1.6rem;
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #d9d8d7;
}

.common-table--list__date {
  width: 254px;
  text-align: center;
}

.common-table--list__title {
  width: 510px;
  text-align: left;
}

.common-table--list__status {
  text-align: center;
}

.common-table--list__status > a {
  font-size: 1.5rem;
  color: #333;
}

.common-table--list__status > a.text-link {
  color: #2b9af3;
}

.common-table--list__status > a:hover {
  opacity: .7;
}

.common-table--list__status .btn a {
  font-size: 1.5rem;
  min-width: 160px;
  margin: auto;
  padding: 10px;
}

.common-table--list__more {
  display: block;
  margin: 40px auto 0;
  text-align: center;
}

.btn a.with-plus {
  position: relative;
  min-width: 165px;
  padding-left: 48px;
  cursor: pointer;
  background: #585858;
}

.btn a.with-plus:before {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  content: '';
  background-color: #fff;
}

.btn a.with-plus:after {
  position: absolute;
  top: 50%;
  left: 35px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #fff;
}

/*--- common-table--list2 ----------*/
.common-table--list2 {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d9d8d7;
}

.common-table--list2 th {
  font-weight: bold;
  display: table-cell;
  width: 262px;
  padding: 20px 30px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d9d8d7;
  background-color: #f8f8f8;
}

.common-table--list2 td {
  display: table-cell;
  padding: 20px 30px;
  border-bottom: 1px solid #d9d8d7;
}

/*--- form (2column) ----------*/
.with-form {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.with-form__txt {
  padding-right: 60px;
}

.with-form__title {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.with-form__img {
  margin-bottom: 10px;
  text-align: center;
}

.with-form__text {
  margin-bottom: 20px;
}

.with-form__form {
  width: 470px;
  margin-top: -8px;
}

/*--- reading ----------*/
.section--pb-small.reading {
  padding-bottom: 0;
}

.reading__title {
  font-size: 3.0rem;
  text-align: center;
}

.reading__title span {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 10px;
}

.reading__main-photo {
  margin: 40px auto 20px auto;
}

.reading__lead {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: left;
}

.reading .reading__lead:last-child {
  margin-bottom: 0;
}

.reading .with-photo {
  padding-top: 0;
}

.reading .block__inner {
  padding-bottom: 50px;
}

.reading .block__inner:last-child {
  padding-bottom: 0;
}

.reading .block__inner .block__text:last-child {
  margin-bottom: 0;
}

.reading .block__title {
  font-weight: bold;
  line-height: 1.5;
}

.reading .block__sub-title {
  margin-top: 10px;
}

.reading .u-ul-list,
.reading .u-ol-list {
  margin-bottom: 20px;
}

/*--- column list ----------*/
.column-archive__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-archive__item {
  position: relative;
  display: none;
  width: 484px;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #d9d8d7;
}

.column-archive--show-all .column-archive__item {
  display: block !important;
}

.column-archive__image img {
  width: 100%;
  height: auto;
}

.column-archive__txt {
  padding: 10px 20px 30px 20px;
}

.column-archive__date {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}

.column-archive__title {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.column-archive__subtitle {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 2px;
}

.column-archive__more {
  position: relative;
  display: block;
  padding-right: 1em;
  text-align: right;
}

.column-archive__more::after {
  position: absolute;
  top: 50%;
  right: .5em;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transform: rotate(45deg) translateY(-75%);
  transform: rotate(45deg) translateY(-75%);
  border: 0;
  border-top: solid 1px #2b9af3;
  border-right: solid 1px #2b9af3;
}

.column-archive__item:nth-child(1),
.column-archive__item:nth-child(2),
.column-archive__item:nth-child(3),
.column-archive__item:nth-child(4),
.column-archive__item:nth-child(5),
.column-archive__item:nth-child(6),
.column-archive__item:nth-child(7),
.column-archive__item:nth-child(8),
.column-archive__item:nth-child(9),
.column-archive__item:nth-child(10),
.column-archive__item:nth-child(11),
.column-archive__item:nth-child(12),
.column-archive__item:nth-child(13),
.column-archive__item:nth-child(14),
.column-archive__item:nth-child(15),
.column-archive__item:nth-child(16),
.column-archive__item:nth-child(17),
.column-archive__item:nth-child(18),
.column-archive__item:nth-child(19),
.column-archive__item:nth-child(20) {
  display: block;
}

.column_article--list__more {
/*  display: block; */
  display: none;
  margin: 40px auto 0;
  text-align: center;
}

.column-archive--show-all .column_article--list__more {
  display: none !important;
}

/*--- column detail ----------*/
.column-article {
  padding: 48px 0 0;
}

.column-article .column__inner {
  padding-bottom: 50px;
}

.column-article .column-eyecatch {
  margin-bottom: 10px;
  max-height: 223px;
  aspect-ratio: 670 / 223;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-article .column-eyecatch img {
  width: 100%;  
}

.column-article .column-body a {
  /*  display: inline-block; */
  margin: auto;
  text-decoration: none;
  color: #2b9af3;
}

.column-article .column-body a:hover {
  color: #3cf;
}

.column-article .column-date {
  margin-bottom: 5px;
}

.column-article .column-subtitle {
  font-size: 2.1rem;
  margin-bottom: 0;
}

.column-article .column-title {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.column-article .column-sns-head {
  margin-bottom: 30px;
  padding: 13px 15px 4px;
  background-color: #ececec;
}

.column-article .column-sns-foot {
  margin-bottom: 40px;
  padding: 8px 0 4px;
}

.column-article .column-sns {
  font-size: 0;
  zoom: 1;
}

.column-article .column-sns li {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0 !important;
  margin-bottom: 4px;
  margin-left: 8px;
  vertical-align: top;
}

.column-article .column-sns li.hb img {
  width: 20px;;
  height: auto;
}

.column-article .column-sns li span {
  font-size: 0 !important;
}

.column-article .column-sns li span span {
  font-size: 0 !important;
}

.column-article p {
  line-height: 1.7;
  margin-bottom: 20px;
}

.column-article h2 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d8d7;
}

.column-article h3 {
  font-size: 1.8rem;
  font-weight:bold;
  margin-bottom: 5px;
}

.column-article h4 {
  font-weight:bold;
}

.column-article .column-check-list {
  margin-bottom: 40px;
  padding: 10px 15px;
  background-color: #ededed;
}

.column-article .column-check-list li {
  position: relative;
  padding-left: 1.5em;
}

.column-article .column-check-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\002714';
}

.column-article .column-comment {
  margin-bottom: 40px;
  padding: 15px;
  background-color: #ededed;
}

.column-article .column-comment p {
  margin-bottom: 0;
}

.column-article .column-img {
  margin-bottom: 40px;
}

.column-article .column-img img {
  max-width: 100%;
  height: auto;
}

.column-article .column-img--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.column-article .column-with-photo {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

.column-article .column-with-photo__txt {
  padding-right: 10px;
  flex: 1;
}

.column-article .column-with-photo__image {
  width: 350px;
}

.column-article .column-with-photo__image img {
  width: 100%;
  height: auto;
}

.column-article .column-indent-list {
  margin-bottom: 40px;
  margin-left: 1.5em;
  padding-left: 1.5em;
}

.column-article .column-indent-list li {
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: outside;
}

.column-article ol.column-indent-list li {
  list-style: decimal;
}

.column-article .common-table thead th {
  font-size: 2.0rem;
}

.column-article .column-author {
/*  margin-bottom: 70px; */
  padding: 20px;
  border: 1px solid #d9d8d7;
  background-color: #f6f6f6;
}

.column-article .column-author__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.column-article .column-author__detail {
  margin-bottom: 0;
}

.column-article .column-recent {
  padding: 40px 0;
  background-color: #f6f6f6;
}

.column-article .column-recent__wrap {
  width: 990px;
  margin: auto;
}

.column-article .column-recent__title {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d8d7;
}

.column-article .column-recent__list li {
  font-size: 1.6rem;
  position: relative;
}

.column-article .column-recent__list li a {
  text-decoration: none;
  color: #333;
}

.column-article .column-back-btn {
  display: flex;
  padding: 50px 0;
  text-align: center;
  align-items: center;
}

.column-article .column-back-btn a {
  position: relative;
  display: block;
}

.column-article .column-back-btn a:hover:after {
  border-bottom: solid 1px #3cf;
  border-left: solid 1px #3cf;
}

.column-article .column-back-btn a:after {
  position: absolute;
  top: 50%;
  left: -1.2em;
  width: 10px;
  height: 10px;
  content: '';
  content: '';
  -webkit-transform: rotate(45deg) translateY(-75%);
  transform: rotate(45deg) translateY(-75%);
  border: 0;
  border-bottom: solid 1px #2b9af3;
  border-left: solid 1px #2b9af3;
}

.column-article .mb--double {
  margin-bottom: 40px;
}

.column-article .column-summary {
    border: 4px solid #0C357F;
    border-radius: 0.2em;
    margin: 0 auto 40px;
    padding: 30px 20px;
    max-width: 850px;
}
.column-article .column-summary__label{
    position: relative;
    color: #0C357F;
    font-weight: bold;
}
.column-article .column-summary__label span{
    position: absolute;
    top: -45px;
    background-color: #ffffff;
    padding: 0 10px;
}
.column-article .column-summary__ul-list {
  margin-left: 1.4em;
  list-style: square outside;
  text-align: left;
}
.column-article .column-summary__ul-list li:not(:last-child) {
  margin-bottom: 10px;
}
.column-article .partner {
    margin-bottom: 20px;
    padding: .25em 1em;
    background-color: #ececec;
    width:fit-content;
    border-radius:24px;
    font-size:1.2rem;
}
.cta-download .section__title--mb-small {
  margin-bottom: 20px;
}
.cta-download .with-photo {
  margin-bottom: 0px;
}

/*--- utility ----------*/
.u-align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}

.u-align-left {
  margin-right: auto;
  text-align: left !important;
}

.u-align-right {
  margin-left: auto;
  text-align: right !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-f-10 {
  font-size: 10px !important;
}

.u-f-12 {
  font-size: 12px !important;
}

.u-f-14 {
  font-size: 14px !important;
}

.u-f-20 {
  font-size: 20px !important;
}

.u-f-25 {
  font-size: 25px !important;
}

.u-f-26 {
  font-size: 26px !important;
}

.u-f-30 {
  font-size: 30px !important;
}

.u-f-35 {
  font-size: 35px !important;
}

.u-f-38 {
  font-size: 38px !important;
}

.u-f-40 {
  font-size: 40px !important;
}

.u-f-46 {
  font-size: 46px !important;
}

.u-f-50 {
  font-size: 50px !important;
}

.u-f-large01 {
  font-size: 113% !important;
}

.u-f-large02 {
  font-size: 125% !important;
}

.u-f-large03 {
  font-size: 138% !important;
}

.u-f-large04 {
  font-size: 150% !important;
}

.u-f-large05 {
  font-size: 163% !important;
}

.u-f-small01 {
  font-size: 94% !important;
}

.u-f-small02 {
  font-size: 88% !important;
}

.u-f-small03 {
  font-size: 82% !important;
}

.u-f-small04 {
  font-size: 75% !important;
}

.u-f-small05 {
  font-size: 63% !important;
}

.u-heading1 {
  font-size: 4.8rem;
}

.u-heading2 {
  font-size: 3.6rem;
}

.u-heading3 {
  font-size: 2.8rem;
}

.u-heading4 {
  font-size: 2.4rem;
}

.u-heading5 {
  font-size: 2.1rem;
}

.u-line-h-10 {
  line-height: 1 !important;
}

.u-line-h-11 {
  line-height: 1.1 !important;
}

.u-line-h-12 {
  line-height: 1.2 !important;
}

.u-line-h-13 {
  line-height: 1.3 !important;
}

.u-line-h-14 {
  line-height: 1.4 !important;
}

.u-line-h-15 {
  line-height: 1.5 !important;
}

.u-line-h-16 {
  line-height: 1.6 !important;
}

.u-line-h-17 {
  line-height: 1.7 !important;
}

.u-line-h-18 {
  line-height: 1.8 !important;
}

.u-line-h-19 {
  line-height: 1.9 !important;
}

.u-line-h-20 {
  line-height: 2 !important;
}

.u-f-b {
  font-weight: bold !important;
}

.u-f-medium {
  font-weight: 500 !important;
}

.u-f-n {
  font-weight: normal !important;
}

.u-f-white {
  color: #fff !important;
}

.u-f-red {
  color: #EA6552 !important;
}
.u-f-orange {
  color: #e76d26 !important;
}
.u-f-clear-blue{
  color: #2b9af3 !important;
}
.u-f-gold {
  color: #8b741f !important;
}

.u-w10 {
  width: 10px !important;
}

.u-w20 {
  width: 20px !important;
}

.u-w30 {
  width: 30px !important;
}

.u-w40 {
  width: 40px !important;
}

.u-w50 {
  width: 50px !important;
}

.u-w60 {
  width: 60px !important;
}

.u-w70 {
  width: 70px !important;
}

.u-w80 {
  width: 80px !important;
}

.u-w90 {
  width: 90px !important;
}

.u-w100 {
  width: 100px !important;
}

.u-w110 {
  width: 110px !important;
}

.u-w120 {
  width: 120px !important;
}

.u-w130 {
  width: 130px !important;
}

.u-w140 {
  width: 140px !important;
}

.u-w150 {
  width: 150px !important;
}

.u-w160 {
  width: 160px !important;
}

.u-w170 {
  width: 170px !important;
}

.u-w180 {
  width: 180px !important;
}

.u-w190 {
  width: 190px !important;
}

.u-w200 {
  width: 200px !important;
}

.u-w210 {
  width: 210px !important;
}

.u-w220 {
  width: 220px !important;
}

.u-w230 {
  width: 230px !important;
}

.u-w240 {
  width: 240px !important;
}

.u-w250 {
  width: 250px !important;
}

.u-w260 {
  width: 260px !important;
}

.u-w270 {
  width: 270px !important;
}

.u-w280 {
  width: 280px !important;
}

.u-w290 {
  width: 290px !important;
}

.u-w300 {
  width: 300px !important;
}

.u-w310 {
  width: 310px !important;
}

.u-w320 {
  width: 320px !important;
}

.u-w330 {
  width: 330px !important;
}

.u-w340 {
  width: 340px !important;
}

.u-w350 {
  width: 350px !important;
}

.u-w360 {
  width: 360px !important;
}

.u-w370 {
  width: 370px !important;
}

.u-w380 {
  width: 380px !important;
}

.u-w390 {
  width: 390px !important;
}

.u-w400 {
  width: 400px !important;
}

.u-w410 {
  width: 410px !important;
}

.u-w420 {
  width: 420px !important;
}

.u-w430 {
  width: 430px !important;
}

.u-w440 {
  width: 440px !important;
}

.u-w450 {
  width: 450px !important;
}

.u-w460 {
  width: 460px !important;
}

.u-w470 {
  width: 470px !important;
}

.u-w480 {
  width: 480px !important;
}

.u-w490 {
  width: 490px !important;
}

.u-w495 {
  width: 495px !important;
}

.u-w500 {
  width: 500px !important;
}

.u-w510 {
  width: 510px !important;
}

.u-w520 {
  width: 520px !important;
}

.u-w530 {
  width: 530px !important;
}

.u-w540 {
  width: 540px !important;
}

.u-w550 {
  width: 550px !important;
}

.u-w560 {
  width: 560px !important;
}

.u-w570 {
  width: 570px !important;
}

.u-w580 {
  width: 580px !important;
}

.u-w590 {
  width: 590px !important;
}

.u-w600 {
  width: 600px !important;
}

.u-w610 {
  width: 610px !important;
}

.u-w620 {
  width: 620px !important;
}

.u-w630 {
  width: 630px !important;
}

.u-w640 {
  width: 640px !important;
}

.u-w650 {
  width: 650px !important;
}

.u-w660 {
  width: 660px !important;
}

.u-w670 {
  width: 670px !important;
}

.u-w680 {
  width: 680px !important;
}

.u-w690 {
  width: 690px !important;
}

.u-w700 {
  width: 700px !important;
}

.u-w710 {
  width: 710px !important;
}

.u-w720 {
  width: 720px !important;
}

.u-w730 {
  width: 730px !important;
}

.u-w740 {
  width: 740px !important;
}

.u-w750 {
  width: 750px !important;
}

.u-w760 {
  width: 760px !important;
}

.u-w770 {
  width: 770px !important;
}

.u-w780 {
  width: 780px !important;
}

.u-w790 {
  width: 790px !important;
}

.u-w800 {
  width: 800px !important;
}

.u-w810 {
  width: 810px !important;
}

.u-w820 {
  width: 820px !important;
}

.u-w830 {
  width: 830px !important;
}

.u-w840 {
  width: 840px !important;
}

.u-w850 {
  width: 850px !important;
}

.u-w860 {
  width: 860px !important;
}

.u-w870 {
  width: 870px !important;
}

.u-w880 {
  width: 880px !important;
}

.u-w890 {
  width: 890px !important;
}

.u-w900 {
  width: 900px !important;
}

.u-w910 {
  width: 910px !important;
}

.u-w920 {
  width: 920px !important;
}

.u-w930 {
  width: 930px !important;
}

.u-w940 {
  width: 940px !important;
}

.u-w950 {
  width: 950px !important;
}

.u-w960 {
  width: 960px !important;
}

.u-w970 {
  width: 970px !important;
}

.u-w980 {
  width: 980px !important;
}

.u-w990 {
  width: 990px !important;
}

.u-w1000 {
  width: 1000px !important;
}

.u-w100p {
  width: 100% !important;
}

.u-youtube {
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}

.u-youtube iframe {
  width: 100%;
  height: 100%;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  /*IE11*/
  .bread-crumb-list ul {
    padding-top: .8em;
  }
  .bread-crumb-list *::-ms-backdrop,
  .bread-crumb-list .yu-gothic-ie {
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .c-icon-nav__item {
    width: 23% !important;
    margin: 0 5% 40px !important;
    text-align: center;
  }
}

/* -----------------------------------------------------
  over 768px
----------------------------------------------------- */
@media screen and (min-width: 768px) {
  .mainvisual__title,
  .mainvisual__lead {
    display: inline-table;
  }
  .mainvisual .btn a {
    min-width: 200px;
  }
  .header-news_btn:hover,
  .c-icon-nav__item a:hover {
    opacity: .7;
  }
  .c-icon-nav__img {
    width: 77px;
  }
  .with-photo__right .with-photo__txt {
    padding-right: 35px;
  }
  .with-photo__right.sp-center .with-photo__image {
    position: absolute;
    top: 0;
    right: 0;
  }
  .with-photo__right.sp-center .with-photo__txt {
    width: calc(100% - 300px);
    margin-right: auto;
    flex: none;
  }
  .with-photo__left .with-photo__txt {
    padding-left: 35px;
  }
  .with-photo__left.with-photo--photo110 .with-photo__txt {
    padding-left: 25px;
  }
  .with-photo__left.sp-center .with-photo__image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .with-photo__left.sp-center .with-photo__txt {
    width: calc(100% - 300px);
    margin-left: auto;
    flex: none;
  }
  .with-photo__txt {
    flex: 1;
  }
  .with-photo--txt380 .with-photo__txt {
    width: 380px;
    padding: 0 !important;
    flex: none;
  }
  .with-photo--txt475 .with-photo__txt {
    width: 475px;
    padding: 0 !important;
    flex: none;
  }
  .list-view .block__title {
    font-size: 2.4rem;
  }
  .single-photo--w600 {
    width: 600px;
  }
  .case-photo {
    margin-bottom: 60px;
  }
  .case-photo img {
    width: auto;
    max-width: 600px;
  }
  .c-inq__mail .btn a {
    min-width: 300px;
  }
  .c-inq__b1.c-inq ul li {
    width: 100%;
  }
  .c-inq__b1 .c-inq__mail .btn {
    max-width: 100%;
  }
  .c-inq__lead ul {
    padding-bottom: 80px;
  }
  .with-form__txt {
    flex: 1;
  }
  .point-list__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .table__text-caution {
    display: none;
  }
  .column-archive__image img {
    min-height: 160px;
  }
  .column-archive__more {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
  .column-archive__more:hover::after {
    border-top: solid 1px #3cf;
    border-right: solid 1px #3cf;
  }
  .column-article .column-with-photo__image {
    display: inline;
  }
  .column-article .column-with-photo__image--img_l {
    float: left;
    margin: 0 20px 20px 0;
  }
  .column-article .column-with-photo__image--img_r {
    float: right;
    margin: 0 0 20px 20px;
  }
  .column-article .column-recent__list li {
    padding-left: 95px;
  }
  .column-article .column-recent__list li a:hover {
    text-decoration: underline;
  }
  .column-article .column-recent__date {
    position: absolute;
    top: 0;
    left: 0;
  }
  /*--- utility ----------*/
  .sp {
    display: none !important;
  }
  .u-mt-0-pc {
    margin-top: 0 !important;
  }
  .u-mb-0-pc {
    margin-bottom: 0 !important;
  }
  .u-mr-0-pc {
    margin-right: 0 !important;
  }
  .u-ml-0-pc {
    margin-left: 0 !important;
  }
  .u-mt-5-pc {
    margin-top: 5px !important;
  }
  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }
  .u-mr-5-pc {
    margin-right: 5px !important;
  }
  .u-ml-5-pc {
    margin-left: 5px !important;
  }
  .u-mt-10-pc {
    margin-top: 10px !important;
  }
  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .u-mr-10-pc {
    margin-right: 10px !important;
  }
  .u-ml-10-pc {
    margin-left: 10px !important;
  }
  .u-mt-20-pc {
    margin-top: 20px !important;
  }
  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .u-mr-20-pc {
    margin-right: 20px !important;
  }
  .u-ml-20-pc {
    margin-left: 20px !important;
  }
  .u-mt-30-pc {
    margin-top: 30px !important;
  }
  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .u-mr-30-pc {
    margin-right: 30px !important;
  }
  .u-ml-30-pc {
    margin-left: 30px !important;
  }
  .u-mt-40-pc {
    margin-top: 40px !important;
  }
  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .u-mr-40-pc {
    margin-right: 40px !important;
  }
  .u-ml-40-pc {
    margin-left: 40px !important;
  }
  .u-mt-50-pc {
    margin-top: 50px !important;
  }
  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .u-mr-50-pc {
    margin-right: 50px !important;
  }
  .u-ml-50-pc {
    margin-left: 50px !important;
  }
  .u-mt-60-pc {
    margin-top: 60px !important;
  }
  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .u-mr-60-pc {
    margin-right: 60px !important;
  }
  .u-ml-60-pc {
    margin-left: 60px !important;
  }
  .u-mt-70-pc {
    margin-top: 70px !important;
  }
  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .u-mr-70-pc {
    margin-right: 70px !important;
  }
  .u-ml-70-pc {
    margin-left: 70px !important;
  }
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }
  .u-mr-80-pc {
    margin-right: 80px !important;
  }
  .u-ml-80-pc {
    margin-left: 80px !important;
  }
  .u-mt-90-pc {
    margin-top: 90px !important;
  }
  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }
  .u-mr-90-pc {
    margin-right: 90px !important;
  }
  .u-ml-90-pc {
    margin-left: 90px !important;
  }
  .u-mt-100-pc {
    margin-top: 100px !important;
  }
  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }
  .u-mr-100-pc {
    margin-right: 100px !important;
  }
  .u-ml-100-pc {
    margin-left: 100px !important;
  }
  .u-pt-0-pc {
    padding-top: 0 !important;
  }
  .u-pb-0-pc {
    padding-bottom: 0 !important;
  }
  .u-pr-0-pc {
    padding-right: 0 !important;
  }
  .u-pl-0-pc {
    padding-left: 0 !important;
  }
  .u-pt-5-pc {
    padding-top: 5px !important;
  }
  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }
  .u-pr-5-pc {
    padding-right: 5px !important;
  }
  .u-pl-5-pc {
    padding-left: 5px !important;
  }
  .u-pt-10-pc {
    padding-top: 10px !important;
  }
  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }
  .u-pr-10-pc {
    padding-right: 10px !important;
  }
  .u-pl-10-pc {
    padding-left: 10px !important;
  }
  .u-pt-20-pc {
    padding-top: 20px !important;
  }
  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }
  .u-pr-20-pc {
    padding-right: 20px !important;
  }
  .u-pl-20-pc {
    padding-left: 20px !important;
  }
  .u-pt-30-pc {
    padding-top: 30px !important;
  }
  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }
  .u-pr-30-pc {
    padding-right: 30px !important;
  }
  .u-pl-30-pc {
    padding-left: 30px !important;
  }
  .u-pt-40-pc {
    padding-top: 40px !important;
  }
  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }
  .u-pr-40-pc {
    padding-right: 40px !important;
  }
  .u-pl-40-pc {
    padding-left: 40px !important;
  }
  .u-pt-50-pc {
    padding-top: 50px !important;
  }
  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }
  .u-pr-50-pc {
    padding-right: 50px !important;
  }
  .u-pl-50-pc {
    padding-left: 50px !important;
  }
  .u-pt-60-pc {
    padding-top: 60px !important;
  }
  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }
  .u-pr-60-pc {
    padding-right: 60px !important;
  }
  .u-pl-60-pc {
    padding-left: 60px !important;
  }
  .u-pt-70-pc {
    padding-top: 70px !important;
  }
  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }
  .u-pr-70-pc {
    padding-right: 70px !important;
  }
  .u-pl-70-pc {
    padding-left: 70px !important;
  }
  .u-pt-80-pc {
    padding-top: 80px !important;
  }
  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }
  .u-pr-80-pc {
    padding-right: 80px !important;
  }
  .u-pl-80-pc {
    padding-left: 80px !important;
  }
  .u-pt-90-pc {
    padding-top: 90px !important;
  }
  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }
  .u-pr-90-pc {
    padding-right: 90px !important;
  }
  .u-pl-90-pc {
    padding-left: 90px !important;
  }
  .u-pt-100-pc {
    padding-top: 100px !important;
  }
  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
  .u-pr-100-pc {
    padding-right: 100px !important;
  }
  .u-pl-100-pc {
    padding-left: 100px !important;
  }
  .u-w100p-pc {
    width: 100% !important;
  }
  .inner-link__wrap {
    width: 70%;
  }
  .icon-list {
    margin: 0 -10px;
  }
}

@media screen and (min-width: 990px) {
  .tab {
    display: none !important;
  }
}

/* -----------------------------------------------------
  under 767px
----------------------------------------------------- */
@media screen and (max-width: 767px) {
  .mainvisual {
    background: url(/service/common/images/bg_mainvisual_default.png) no-repeat center center;
    background-size: cover;
  }
  .mainvisual__inner {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 0 15px;
  }
  .mainvisual--top .mainvisual__inner {
    height: auto;
    padding: 70px 15px 60px;
  }
  .mainvisual--middle .mainvisual__inner {
    height: auto;
    padding: 40px 15px 20px;
  }
  .mainvisual__title {
    font-size: 3.2rem;
  }
  .mainvisual__lead {
    padding: 0 20px;
  }
  .mainvisual__logo {
    left: 15px;
  }
  .mainvisual .btn a {
    display: block;
  }
  .mainvisual .btn:first-child a {
    margin-bottom: 25px;
  }
  .mainvisual--movie video {
    width: auto;
    height: 100%;
  }
  .bread-crumb-list {
    display: none;
  }
  .header-news_inner {
    flex-direction: column;
    width: 100%;
    min-height: 0;
    min-height: initial;
    padding: 20px 20px 20px 20px;
  }
  .header-news_title {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 3em;
    padding-right: 0;
    word-break: break-all;
  }
  .c-icon-nav {
    padding: 60px 0 20px;
  }
  .c-icon-nav__list {
    width: 100%;
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-icon-nav__item {
    width: 50%;
    margin: 0 0 44px;
  }
  .c-icon-nav__img {
    width: 77px;
  }
  .btn a,
  .btn.off span {
    font-size: 2.2rem;
    padding: 20px 58px;
  }
  .btn a.middle {
    font-size: 1.8rem;
  }
  .btn a.small {
    font-size: 1.5rem;
  }
  .c-foot-nav {
    padding: 40px 0 10px;
  }
  .c-foot-nav__inner {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
  .c-foot-nav__list {
    margin: 0 0 25px 0;
    text-align: center;
  }
  .c-foot-nav__item {
    display: inline;
  }
  .c-foot-nav__item:last-child a {
    border: none;
  }
  .c-foot-nav__item a {
    line-height: 1;
    padding: 0 10px;
    word-break: break-all;
    border-right: 1px solid #fff;
  }
  .c-foot-nav__item--title {
    display: block;
    margin-bottom: 10px;
  }
  .c-foot-nav__item--title a {
    border: none;
  }
  .bg--photo {
    padding: 30px 20px;
  }
  .bg--photo__left {
    background-position: 70% center;
  }
  .bg--photo__right {
    background-position: 30% center;
  }
  .section,
  .module {
    padding: 60px 20px;
  }
  .section__inner,
  .module__inner {
    width: 100%;
  }
  .section--pb-small,
  .module--pb-small {
    padding-bottom: 10px;
  }
  .section__title {
    font-size: 3rem;
    margin-bottom: 35px;
  }
  .section__title--f-small,
  .section__title--f-small-sp {
    font-size: 2.4rem;
  }
  .section__sub-title {
    font-size: 2.4rem;
  }
  .section__lead {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .section__lead--f-small {
    font-size: 1.6rem;
  }
  .block__inner {
    padding-top: 60px;
    margin-top: -40px;
  }
  .block__inner.u-pt-0 {
    padding-top: 40px !important;
  }
  .block__title,
  .block__title--f-small {
    font-size: 2.4rem;
  }
  .block__text {
    text-align: left;
  }
  .text-caution {
    text-align: inherit;
  }
  .with-photo__wrap {
    width: 100%;
    max-width: 100%;
  }
  .with-photo {
    margin-bottom: 45px;
    flex-wrap: wrap;
  }
  .with-photo.sp-reverse {
    flex-direction: column-reverse;
  }
  .with-photo__wrap .with-photo:last-child {
    margin-bottom: 0;
  }
  .list-view .with-photo {
    margin-bottom: 40px;
  }
  .with-photo__image {
    width: 100%;
    margin: auto;
  }
  div:not(.sp-reverse) > .with-photo__image {
    margin-bottom: 20px;
  }
  .with-photo__image img {
    max-width: 100%;
  }
  .with-photo--photo110 .with-photo__image {
    width: 53.33333vw;
  }
  .with-photo--photo110 .with-photo__image img {
    width: auto;
  }
  .with-photo--photo200 .with-photo__image {
    width: 53.33333vw;
  }
  .with-photo--photo300 .with-photo__image,
  .with-photo--photo380 .with-photo__image {
    width: 80vw;
  }
  .with-photo--photo475 .with-photo__image {
    width: 100%;
  }
  .with-photo__txt {
    width: 100%;
    text-align: center;
    flex-basis: initial;
  }
  .sp-reverse > .with-photo__txt {
    margin-bottom: 20px;
  }
  .accordion__icon {
    right: 0;
    width: 20px;
    height: 20px;
  }
  .card-list {
    width: 100%;
    margin-bottom: -35px;
  }
  .card {
    margin-bottom: 35px;
  }
  .column2 .card {
    width: 100%;
  }
  .column3 .card,
  .column4 .card {
    width: 50%;
  }
  .column2 .card__img {
    width: 66.66667vw;
  }
  .column3 .card__img,
  .column4 .card__img {
    width: 37.33333vw;
  }
  .column1-sp {
    flex-direction: column;
    justify-content: center;
  }
  .column1-sp .card {
    width: 100%;
  }
  .column1-sp .card__img {
    width: 66.66667vw;
  }
  .card__img.new::after {
    top: -46px;
    right: -46px;
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
  }
  .card__text {
    display: none;
  }
  .column1-sp .card__text {
    display: block;
  }
  .single-photo--w600 {
    max-width: 100%;
  }
  .single-photo img {
/*    width: 100%; */
    width: auto;
    max-width: 100%;
  }
  .case-photo {
    margin-bottom: 40px;
  }
  .case-photo img {
    max-width: 100%;
  }
  .c-inq {
    padding: 60px 0;
  }
  .c-inq ul {
    width: 100%;
    height: auto;
  }
  .c-inq ul li {
    width: 100%;
  }
  .c-inq__tell {
    margin-bottom: 30px;
  }
  .c-inq__tell + .c-inq__mail {
    margin-top: 0 !important;
  }
  .c-inq__mail .btn {
    max-width: 300px;
  }
  .c-inq__b1 .c-inq__mail .btn {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-inq__mail .btn a {
    font-size: 2.2rem;
  }
  .c-inq__mail:nth-child(n+2) {
    margin-top: 50px;
  }
  .c-inq__number {
    font-size: 3.6rem;
  }
  .c-inq .c-trademark {
    margin-bottom: -60px;
    padding-top: 60px;
  }
  .c-inq__lead-text,
  .c-trademark {
    padding-right: 20px;
    padding-left: 20px;
  }
  .big-link .text-link {
    font-size: 1.8rem;
  }
  .price-list {
    width: 100%;
    margin: 0 auto 10px;
  }
  .price-list__item {
    width: 80vw;
    min-height: 90px;
    margin: 0 auto 20px;
  }
  .price-list__item:nth-child(n + 3) {
    margin-top: 0;
  }
  .price-list__title {
    font-size: 1.6rem;
    width: 100px;
  }
  .price-list__title:before {
    right: -11px;
    margin-top: -11px;
    border-width: 10px 0 10px 12px;
  }
  .price-list__text {
    font-size: 1.6rem;
  }
  .price-list__text span {
    font-size: 2.3rem;
  }
  .faq-list__title {
    padding: 20px 50px 20px 40px;
  }
  .faq-list__title > span {
    font-size: 2.7rem;
    left: 0;
  }
  .faq-list__answer {
    margin: 10px 20px 20px 10px;
  }
  .faq-list__answer > span {
    font-size: 2.5rem;
  }
  .check-list {
    width: 100%;
  }
  .check-list__title {
    font-size: 2.4rem;
    background: url(/service/common/images/img-checkbox.png) no-repeat left top;
    background-size: auto 35px;
  }
  .flow-list {
    width: 100%;
  }
  .flow-list li {
    width: 25%;
    margin-right: 8%;
    margin-bottom: 8%;
  }
  .flow-list li:after {
    right: -23%;
    border-width: 10px 0 10px 10px;
  }
  .interview__answer {
    margin-bottom: 20px;
  }
  .inner-link {
    flex-direction: column;
  }
  .inner-link__title {
    font-size: 3.4rem;
    margin: 0 0 10px 0;
  }
  .inner-link__list {
    padding-left: 0;
    border: none;
  }
  .inner-link__item {
    margin: 0 0 25px 0;
    padding-right: 0;
    text-align: left;
    border: none;
  }
  .column-menu__item {
    margin-bottom: 45px;
  }
  .column-menu--column02 .column-menu__item,
  .column-menu--column03 .column-menu__item,
  .column-menu--column04 .column-menu__item {
    width: 100%;
  }
  .column-menu__pic {
    min-height: 0;
    min-height: initial;
  }
  .icon-list__item {
    width: 46%;
    margin: 0 0 30px 0;
  }
  .logo-list {
    width: 100%;
    padding: 0;
  }
  .logo-list__item {
    width: 30%;
    height: 80px;
    padding: 10px 10px;
  }
  .logo-list__item img {
    max-width: 100%;
  }
  .number-list {
    width: 100%;
  }
  .number-list__item {
    padding: 0;
  }
  .number-list__heading {
    display: flex;
    padding-left: 0;
    align-items: center;
  }
  .number-list__num {
    position: static;
  }
  .number-list__title {
    padding-left: 15px;
    flex: 1;
  }
  .point-list__item {
    flex-direction: column;
    width: 100%;
    margin: 0 0 40px 0;
    justify-content: center;
    align-items: center;
  }
  .point-list__pic {
    width: 160px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .point-list__text {
    padding-left: 0;
  }
  .point-list__title {
    padding-left: 0;
    text-align: center;
  }
  .point-list__subtitle {
    margin-bottom: 10px;
    text-align: center;
  }
  .flow-list-bottom__item {
    margin-bottom: 52px;
  }
  .flow-list-bottom__item:before {
    bottom: -31px;
    left: 50%;
    margin-left: -10px;
  }
  .flow-list-bottom__wrap {
    flex-direction: column;
  }
  .flow-list-bottom__heading {
    width: 100%;
  }
  .flow-list-bottom__text {
    padding: 30px 15px;
  }
  .common-table__wrap {
    overflow-x: auto;
  }
  .common-table:not(.common-table__auto) {
    width: 1000px;
  }
  .common-table.common-table__auto thead th {
    font-size: 1.2rem;
  }
  .common-table tbody th {
    font-size: 1.2rem;
    width: 200px;
  }
  .common-table.common-table__auto tbody th {
    width: auto;
  }
  .table__text-caution {
    font-size: 1.4rem;
    margin-top: 5px;
    text-align: right;
  }
  .service-list {
    margin: 0;
  }
  .service-list__item {
    width: 95%;
    margin: 0 auto 30px auto;
    padding: 15px;
  }
  .service-list__item:last-child {
    margin-bottom: 0;
  }
  .service-list__more {
    position: static;
    display: block;
    margin: 30px auto auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-align: center;
  }
  .fullwide-bgblock {
    padding: 60px 20px;
  }
  .fullwide-bgblock__inner {
    width: 100%;
  }
  .fullwide-bg {
    background-color: #505050;
    background-image: none !important;
  }
  .fullwide-bgblock__title {
    font-size: 3.0rem;
  }
  .fullwide-bgblock__lead {
    font-size: 1.8rem;
  }
  .fullwide-bgblock__btn .btn a {
    min-width: 100%;
  }
  .common-table--list thead {
    display: none;
  }
  .common-table--list tbody th {
    display: block;
    width: 100%;
    border: none;
  }
  .common-table--list tbody td {
    display: block;
    width: 100%;
    padding: 15px 15px 0 15px;
    border: none;
  }
  .common-table--list__date {
    width: 100%;
    text-align: left;
  }
  .common-table--list__date:before {
    font-weight: bold;
    display: block;
    content: '■開催日';
  }
  .common-table--list__title {
    width: 100%;
    text-align: left;
  }
  .common-table--list__title:before {
    font-weight: bold;
    display: block;
    content: '■タイトル';
  }
  .common-table--list__status {
    padding: 20px 15px 30px 15px !important;
  }
  .common-table--list2 th {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
  }
  .common-table--list2 td {
    display: block;
    width: 100%;
    padding: 15px 15px;
    border: none;
  }
  .with-form {
    flex-wrap: wrap;
  }
  .with-form__txt {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
    flex-basis: initial;
  }
  .with-form__title {
    font-size: 2.2rem;
  }
  .with-form__text {
    text-align: left;
  }
  .with-form__form {
    width: 100%;
    margin-top: 0;
  }
  /*--- reading ----------*/
  .reading__title {
    font-size: 2.4rem;
  }
  .reading__title span {
    font-size: 2.0rem;
  }
  .reading .block__inner {
    padding-bottom: 30px;
  }
  .reading .with-photo__txt {
    text-align: left;
  }
  /*--- column ----------*/
  .column-archive__item {
    width: 100%;
  }
  .column-archive__txt {
    padding: 10px;
    text-align: center;
  }
  .column-archive__date {
    text-align: left;
  }
  .column-archive__title {
    font-size: 1.6rem;
    text-align: left;
  }
  .column-archive__subtitle {
    text-align: left;
  }
  .column-archive__more {
    font-size: 1.6rem;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  .column-article {
    padding: 24px 0 0;
  }
  .column-article .column__inner {
    padding: 0 20px 40px;
  }
  .column-article .column-eyecatch img {
    width: 100%;
    height: auto;
  }
  .column-article .column-subtitle {
    font-size: 1.6rem;
  }
  .column-article .column-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .column-article .column-sns-head {
    padding: 8px 10px 4px;
  }
  .column-article .column-sns-foot,
  .column-article .column-check-list {
    margin-bottom: 20px;
  }
  .column-article .column-with-photo {
    flex-direction: column-reverse;
  }
  .column-article .column-with-photo__txt {
    padding-right: 0;
  }
  .column-article .column-with-photo__image {
    width: 100%;
    margin-bottom: 10px;
  }
  .column-article .column-indent-list {
    margin-left: 0;
  }
  .column-article .column-recent {
    padding: 30px 20px;
  }
  .column-article .column-recent__wrap {
    width: 100%;
  }
  .column-article .column-recent__list li {
    margin-bottom: 20px;
  }
  .column-article .column-recent__list li a {
    font-size: 1.4rem;
    text-decoration: underline;
  }
  .column-article .column-recent__date {
    font-size: 1.4rem;
    display: block;
    text-decoration: none;
  }
  .column-article .column-back-btn {
    padding: 25px 0;
  }
  .column-article .text-link {
    font-size: 1.6rem;
  }

  .cta-download .with-photo {
    margin-bottom: 20px;
  }
  /*--- utility ----------*/
  .tab,
  .pc {
    display: none !important;
  }
  .u-align-left-sp {
    margin-right: auto;
    text-align: left !important;
  }
  .u-align-right-sp {
    margin-left: auto;
    text-align: right !important;
  }
  .u-align-center-sp {
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
  }
  .u-mt-0-sp {
    margin-top: 0 !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0 !important;
  }
  .u-mr-0-sp {
    margin-right: 0 !important;
  }
  .u-ml-0-sp {
    margin-left: 0 !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-mr-5-sp {
    margin-right: 5px !important;
  }
  .u-ml-5-sp {
    margin-left: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mr-10-sp {
    margin-right: 10px !important;
  }
  .u-ml-10-sp {
    margin-left: 10px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mr-20-sp {
    margin-right: 20px !important;
  }
  .u-ml-20-sp {
    margin-left: 20px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mr-30-sp {
    margin-right: 30px !important;
  }
  .u-ml-30-sp {
    margin-left: 30px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mr-40-sp {
    margin-right: 40px !important;
  }
  .u-ml-40-sp {
    margin-left: 40px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mr-50-sp {
    margin-right: 50px !important;
  }
  .u-ml-50-sp {
    margin-left: 50px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-mr-60-sp {
    margin-right: 60px !important;
  }
  .u-ml-60-sp {
    margin-left: 60px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-mr-70-sp {
    margin-right: 70px !important;
  }
  .u-ml-70-sp {
    margin-left: 70px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-mr-80-sp {
    margin-right: 80px !important;
  }
  .u-ml-80-sp {
    margin-left: 80px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-mr-90-sp {
    margin-right: 90px !important;
  }
  .u-ml-90-sp {
    margin-left: 90px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-mr-100-sp {
    margin-right: 100px !important;
  }
  .u-ml-100-sp {
    margin-left: 100px !important;
  }
  .u-pt-0-sp {
    padding-top: 0 !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0 !important;
  }
  .u-pr-0-sp {
    padding-right: 0 !important;
  }
  .u-pl-0-sp {
    padding-left: 0 !important;
  }
  .u-pt-5-sp {
    padding-top: 5px !important;
  }
  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }
  .u-pr-5-sp {
    padding-right: 5px !important;
  }
  .u-pl-5-sp {
    padding-left: 5px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-pr-10-sp {
    padding-right: 10px !important;
  }
  .u-pl-10-sp {
    padding-left: 10px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-pr-20-sp {
    padding-right: 20px !important;
  }
  .u-pl-20-sp {
    padding-left: 20px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-pr-30-sp {
    padding-right: 30px !important;
  }
  .u-pl-30-sp {
    padding-left: 30px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-pr-40-sp {
    padding-right: 40px !important;
  }
  .u-pl-40-sp {
    padding-left: 40px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-pr-50-sp {
    padding-right: 50px !important;
  }
  .u-pl-50-sp {
    padding-left: 50px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-pr-60-sp {
    padding-right: 60px !important;
  }
  .u-pl-60-sp {
    padding-left: 60px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-pr-70-sp {
    padding-right: 70px !important;
  }
  .u-pl-70-sp {
    padding-left: 70px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-pr-80-sp {
    padding-right: 80px !important;
  }
  .u-pl-80-sp {
    padding-left: 80px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-pr-90-sp {
    padding-right: 90px !important;
  }
  .u-pl-90-sp {
    padding-left: 90px !important;
  }
  .u-pt-100-sp {
    padding-top: 100px !important;
  }
  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
  .u-pr-100-sp {
    padding-right: 100px !important;
  }
  .u-pl-100-sp {
    padding-left: 100px !important;
  }
/*
  .u-heading1 {
    font-size: 2.4rem;
  }
  .u-heading2 {
    font-size: 1.8rem;
  }
  .u-heading3 {
    font-size: 1.4rem;
  }
  .u-heading4 {
    font-size: 1.2rem;
  }
  .u-heading5 {
    font-size: 1.05rem;
  }
*/
  .u-heading1 {
    font-size: 4.8rem;
  }
  .u-heading2 {
    font-size: 3.6rem;
  }
  .u-heading3 {
    font-size: 2.8rem;
  }
  .u-heading4 {
    font-size: 2.4rem;
  }
  .u-heading5 {
    font-size: 2.1rem;
  }
  .u-w10,
  .u-w20,
  .u-w30,
  .u-w40,
  .u-w50,
  .u-w60,
  .u-w70,
  .u-w80,
  .u-w90,
  .u-w100,
  .u-w110,
  .u-w120,
  .u-w130,
  .u-w140,
  .u-w150,
  .u-w160,
  .u-w170,
  .u-w180,
  .u-w190,
  .u-w200,
  .u-w210,
  .u-w220,
  .u-w230,
  .u-w240,
  .u-w250,
  .u-w260,
  .u-w270,
  .u-w280,
  .u-w290,
  .u-w300,
  .u-w310,
  .u-w320,
  .u-w330,
  .u-w340,
  .u-w350,
  .u-w360,
  .u-w370,
  .u-w380,
  .u-w390,
  .u-w400,
  .u-w410,
  .u-w420,
  .u-w430,
  .u-w440,
  .u-w450,
  .u-w460,
  .u-w470,
  .u-w480,
  .u-w490,
  .u-w495,
  .u-w500,
  .u-w510,
  .u-w520,
  .u-w530,
  .u-w540,
  .u-w550,
  .u-w560,
  .u-w570,
  .u-w580,
  .u-w590,
  .u-w600,
  .u-w610,
  .u-w620,
  .u-w630,
  .u-w640,
  .u-w650,
  .u-w660,
  .u-w670,
  .u-w680,
  .u-w690,
  .u-w700,
  .u-w710,
  .u-w720,
  .u-w730,
  .u-w740,
  .u-w750,
  .u-w760,
  .u-w770,
  .u-w780,
  .u-w790,
  .u-w800,
  .u-w810,
  .u-w820,
  .u-w830,
  .u-w840,
  .u-w850,
  .u-w860,
  .u-w870,
  .u-w880,
  .u-w890,
  .u-w900,
  .u-w910,
  .u-w920,
  .u-w930,
  .u-w940,
  .u-w950,
  .u-w960,
  .u-w970,
  .u-w980,
  .u-w990,
  .u-w1000 {
    width: auto !important;
    max-width: 100%;
  }
  .u-w5p-sp {
    width: 5% !important;
  }
  .u-w10p-sp {
    width: 10% !important;
  }
  .u-w15p-sp {
    width: 15% !important;
  }
  .u-w20p-sp {
    width: 20% !important;
  }
  .u-w25p-sp {
    width: 25% !important;
  }
  .u-w30p-sp {
    width: 30% !important;
  }
  .u-w35p-sp {
    width: 35% !important;
  }
  .u-w40p-sp {
    width: 40% !important;
  }
  .u-w45p-sp {
    width: 45% !important;
  }
  .u-w50p-sp {
    width: 50% !important;
  }
  .u-w55p-sp {
    width: 55% !important;
  }
  .u-w60p-sp {
    width: 60% !important;
  }
  .u-w65p-sp {
    width: 65% !important;
  }
  .u-w70p-sp {
    width: 70% !important;
  }
  .u-w75p-sp {
    width: 75% !important;
  }
  .u-w80p-sp {
    width: 80% !important;
  }
  .u-w85p-sp {
    width: 85% !important;
  }
  .u-w90p-sp {
    width: 90% !important;
  }
  .u-w95p-sp {
    width: 95% !important;
  }
  .u-w100p-sp {
    width: 100% !important;
  }
  .u-w100vw-sp {
    width: 26.66667vw;
  }
  .u-w200vw-sp {
    width: 53.33333vw;
  }
  .u-w300vw-sp {
    width: 80vw;
  }
  .u-youtube {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .u-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* -----------------------------------------------------
  local nav
----------------------------------------------------- */
.lnav-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 990px;
  background-color: #303030;
}

.lnav {
  display: flex;
  width: 990px;
  margin: auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.lnav > li {
  position: relative;
}

.lnav > li:hover .lnav-second__wrap {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.lnav > li > a {
  display: block;
  padding: 17px 15px;
  text-decoration: none;
  color: #fff;
}

.lnav-second__wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: auto;
  min-height: 100%;
  margin-top: 58px;
  padding: 20px;
  transition: all .2s ease;
  opacity: 0;
  background: #fff;
}

.lnav-second__wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.lnav-second__list li {
  font-size: 1.4rem;
}

.lnav-second__list li a {
  display: inline-block;
  padding: 6px 35px 6px 0;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
}

.lnav-second__list li a:hover {
  text-decoration: underline;
}

.lnav__title {
  font-size: 1.4rem;
  font-weight: bold;
  position: fixed;
  z-index: 10;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #303030;
}

.lnav__btn {
  position: fixed;
  z-index: 11;
  top: 75px;
  right: 10px;
  display: inline-block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  transition: all .4s;
}

.lnav__btn span {
  position: absolute;
  left: 6px;
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  height: 2px;
  transition: all .4s;
  border-radius: 4px;
  background-color: #fff;
}

.lnav__btn span:nth-of-type(1) {
  top: 14px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lnav__btn span:nth-of-type(2) {
  top: 14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lnav__btn.active span:nth-of-type(1) {
  display: none;
}

.lnav__btn.active span:nth-of-type(2) {
  top: 14px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lnav-second--hascategory .lnav-second__list li {
  position: relative;
  padding-left: 1em;
}

.lnav-second--hascategory .lnav-second__list li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 1em;
  height: 1em;
  content: '・';
}

.lnav__category-name {
  font-weight: bold;
  color: #c1c1c1;
}

.lnav__category-name:before {
  display: none;
}

.lnav__category-name a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
}

/*IE11*/
@media screen and (min-width: 768px) {
  .lnav > li:hover {
    background-color: #5d5d5d;
  }
  .lnav > li:hover a.lnav__no-link {
    cursor: default;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
  }
  .lnav > li:hover a.lnav__no-link.hover {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .lnav > li > a:hover {
    text-decoration: underline;
  }
  .lnav-wrap .menuBtn,
  .lnav-wrap .closeBtn,
  .lnav-wrap .menuTtl,
  .lnav-wrap #headMenuBtn,
  .lnav-wrap .check {
    display: none;
  }
  .lnav__title,
  .lnav__btn {
    display: none;
  }
  .lnav-second__list__wrap {
    display: flex;
  }
  .lnav-second--threecolumn,
  .lnav-second--fourcolumn {
    position: absolute;
    left: 50%;
    width: 990px;
    margin-left: -495px;
  }
  .lnav-second--threecolumn .lnav-second__list li,
  .lnav-second--fourcolumn .lnav-second__list li {
    width: 237px;
  }
  .lnav-second--threecolumn .lnav-second__list li a,
  .lnav-second--fourcolumn .lnav-second__list li a {
    white-space: normal;
  }
  .lnav__item-name > a {
    display: block;
    padding: 17px 15px;
    text-decoration: none;
    color: #fff;
  }
  .lnav__item-name > a:hover {
    text-decoration: underline;
  }
  .lnav__item-name.lnav__no-link {
    display: block;
    padding: 17px 15px;
    cursor: default;
    text-decoration: none;
    text-decoration: none;
    color: #fff;
  }
  .lnav__item-name.lnav__no-link:hover,
  .lnav__item-name.lnav__no-link.hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .lnav__back-btn,
  .lnav__item-name--second {
    display: none;
  }
  .lnav-second--left {
    right: 0;
    left: auto;
  }
  .lnav-second--right {
    left: 0;
  }
  .lnav--few > li {
    margin: 0 60px;
  }
  .lnav__category-name {
    padding: 6px 35px 6px 0;
  }
  .lnav__category-name a {
    height: 100%;
    padding: 0;
  }
  .lnav__category-name a:hover {
    text-decoration: underline;
  }
  .lnav-second__column1 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .lnav-second__column1 li {
    display: inline-block;
  }
  .lnav-second__column2 {
    width: 474px;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .lnav-second__column2 li {
    display: inline-block;
  }
  .lnav-second__column3 {
    width: 711px;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .lnav-second__column3 li {
    display: inline-block;
  }
  .lnav-second__column4 {
    width: 948px;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .lnav-second__column4 li {
    display: inline-block;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .lnav__item-name > a,
  .lnav__item-name.lnav__no-link {
    padding: 21px 15px 13px !important;
  }
  .lnav *::-ms-backdrop,
  .lnav .lnav__item-name > a.yu-gothic-ie {
    padding: 19px 15px 15px !important;
  }
  .lnav *::-ms-backdrop,
  .lnav .lnav__item-name > a.yu-gothic-mix-ie {
    padding: 21px 15px 13px !important;
  }
  .lnav *::-ms-backdrop,
  .lnav .lnav__item-name.lnav__no-link.yu-gothic-ie {
    padding: 19px 15px 15px !important;
  }
  .lnav *::-ms-backdrop,
  .lnav .lnav__item-name.lnav__no-link.yu-gothic-mix-ie {
    padding: 21px 15px 13px !important;
  }
}

@media screen and (max-width: 767px) {
  .lnav {
    padding-bottom: 50px;
  }
  .lnav > li:hover {
    background-color: transparent;
  }
  .lnav-second__list li a {
    display: block;
  }
  .lnav-second__list li a:hover {
    text-decoration: none;
  }
  .lnav-wrap {
    min-width: 0;
    min-width: initial;
    padding-top: 0;
  }
  .lnav-wrap #headMenuBtn,
  .lnav-wrap .check {
    display: none;
  }
  .lnav {
    position: fixed;
    z-index: 11;
    top: 111px;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: auto;
    transition: all .4s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #303030;
  }
  .lnav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .lnav > li {
    font-size: 1.2rem;
    line-height: 35px;
    width: 100%;
    padding-right: 3.2%;
    padding-left: 3.2%;
  }
  .lnav > li:first-child {
    display: none;
  }
  .lnav > li > a {
    padding: 5px;
    border-bottom: 1px solid #fff;
    background: url(/service/common/images/icon_white_arr.png) no-repeat 98% center;
    background-size: 7px 15px;
  }
  .lnav-second__wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    visibility: visible;
    width: auto;
    height: 100%;
    margin-top: 0;
    padding: 0;
    padding: 0 0 0 0;
    transition: all .4s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    background: #303030;
  }
  .lnav-second__list {
    width: 88%;
    margin: 0 3.2% 0 auto;
    padding-left: 0;
  }
  .lnav-second__list li {
    margin-left: 0;
    border-bottom: 1px solid #4e4e4e;
    background-color: #303030;
  }
  .lnav-second__list li a {
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 10px 40px 10px 0;
    white-space: normal;
    color: #fff;
    background: url(/service/common/images/icon_white_arr.png) no-repeat 98% center;
    background-size: 7px 15px;
  }
  .lnav-second__list__wrap {
    padding-bottom: 50px;
  }
  .lnav__item-name {
    border-bottom: 1px solid #fff;
  }
  .lnav__item-name.lnav__item-name--haschild > a {
    pointer-events: none;
  }
  .lnav__item-name > a,
  .lnav__item-name.lnav__no-link {
    font-size: 1.2rem;
    line-height: 1.7;
    display: block;
    width: 100%;
    padding: 10px 40px 10px 5px;
    white-space: normal;
    text-decoration: none;
    color: #fff;
    background: url(/service/common/images/icon_white_arr.png) no-repeat 98% center;
    background-size: 7px 15px;
  }
  .lnav__back-btn {
    font-size: 1.2rem;
    line-height: 1.7;
    display: block;
    width: 93.6%;
    margin: auto;
    padding: 10px 10px 10px 30px;
    white-space: normal;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: url(/service/common/images/icon_white_arr_l.png) no-repeat 10px center;
    background-size: 7px 15px;
  }
  .lnav__item-name--second {
    font-size: 1.2rem;
    line-height: 1.7;
    display: block;
    width: 88%;
    margin: 0 3.2% 0 auto;
    padding: 10px 0 10px 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #fff;
  }
  .lnav__item-name--second a {
    font-size: 1.2rem;
    line-height: 1.7;
    display: block;
    width: 100%;
    white-space: normal;
    text-decoration: none;
    color: #fff;
    background: url(/service/common/images/icon_white_arr.png) no-repeat 98% center;
    background-size: 7px 15px;
  }
  .lnav-second__wrap__inner {
    overflow: auto;
    height: calc(100vh - 111px);
    background: #303030;
    -webkit-overflow-scrolling: touch;
  }
  .lnav-second--hascategory .lnav-second__list {
    padding: 5px 0 10px;
    border-top: 1px solid #515151;
  }
  .lnav-second--hascategory .lnav-second__list:first-child {
    border-top: none!important;
  }
  .lnav-second--hascategory .lnav-second__list li {
    border-bottom: none;
  }
  .lnav-second--hascategory .lnav-second__list li:before {
    top: 2px;
    color: #fff;
  }
  .lnav__category-name {
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 10px 0;
    white-space: normal;
    color: #939393;
  }
  .lnav__category-name a {
    display: block;
    height: 100%;
    margin: -10px 0;
    padding: 10px 0;
    color: #fff;
    background: url(/service/common/images/icon_white_arr.png) no-repeat 98% center;
    background-size: 7px 15px;
  }
  .lnav-wrap .lnav-second__wrap a[target='_blank'].text-link {
    display: block;
  }
}

/* -----------------------------------------------------
  ticker 
----------------------------------------------------- */
.ticker {
  position: relative;
  overflow: hidden;
  min-height: 70px;
  margin: 0 auto;
  text-align: left;
}

.ticker ul {
  position: relative;
  width: 100%;
}

.ticker ul li {
  display: none;
  width: 100%;
}

/*---------- 追記ここから rdm 200205 ----------*/
/*--- image-list ----------*/
.image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image-list__item {
  width: 298px;
  margin: 0 48px 54px 0;
  text-align: center;
}

.image-list__item:nth-child(3n) {
  margin-right: 0;
}

.image-list__item:last-child {
  margin-right: 0;
}

.image-list__pic {
  display: flex;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  justify-content: center;
  align-items: flex-end;
}

.image-list__pic img {
  width: 100%;
  height: auto;
}

.image-list__title {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}

/*--- price-plan ----------*/
.price-plan__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.price-plan {
  width: 306px;
  border: solid 1px #d9d8d7;
}

.price-plan.price-plan--blue {
  border: solid 1px #2b9af3;
}

.price-plan.price-plan--blue .price-plan__title {
  color: #fff;
  border-bottom: solid 1px #2b9af3;
  background: #2b9af3;
}

.price-plan.price-plan--blue.price-plan01 .price-plan__title:after {
  width: 14.07px;
  height: 13.38px;
  content: '';
  background: url(/service/common/images/icon_price_plan01_white.png);
}

.price-plan.price-plan--blue.price-plan02 .price-plan__title:after {
  width: 43.07px;
  height: 13.38px;
  content: '';
  background: url(/service/common/images/icon_price_plan02_white.png);
}

.price-plan.price-plan--blue.price-plan03 .price-plan__title:after {
  width: 70.07px;
  height: 13.38px;
  content: '';
  background: url(/service/common/images/icon_price_plan03_white.png);
}

.price-plan.price-plan01 .price-plan__title:after {
  width: 14.07px;
  height: 13.38px;
  content: '';
  background: url(/service/common/images/icon_price_plan01.png);
}

.price-plan.price-plan02 .price-plan__title:after {
  width: 43.07px;
  height: 13.38px;
  content: '';
  background: url(/service/common/images/icon_price_plan02.png);
}

.price-plan.price-plan03 .price-plan__title:after {
  width: 70.07px;
  height: 13.38px;
  content: '';
  background: url(/service/common/images/icon_price_plan03.png);
}

.price-plan .price-plan__title {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: flex;
  padding: 40px 0 20px;
  text-align: center;
  border-bottom: solid 1px #d9d8d7;
  background: #f5f7f8;
  justify-content: center;
}

.price-plan .price-plan__title:after {
  position: absolute;
  top: 18.5px;
  left: 50%;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price-plan .price-plan__detail {
  padding: 15px;
}

.price-plan .price-plan__lead-box {
  display: flex;
  height: 60px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.price-plan .price-plan__sublead {
  line-height: 1;
  display: block;
  width: 100%;
  padding: 0 0 8px;
  text-align: center;
}

.price-plan .price-plan__lead {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.price-plan .price-plan__lead .price-plan__lead--small {
  font-size: 1.6rem;
}

.price-plan .price-plan__lead.price-plan__lead--text {
  font-size: 2.4rem;
}

.price-plan .price-plan__text {
  text-align: left;
}

/*--- function-compare-table ----------*/
.function-compare-table {
  width: 100%;
  margin: 0 auto;
}

.function-compare-table thead tr {
  display: flex;
}

.function-compare-table thead th {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  width: 232.5px;
  min-height: 56px;
  margin-right: 20.5px;
  padding: 10px 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.function-compare-table thead th:first-child {
  margin-right: 18.5px;
}

.function-compare-table thead th:nth-child(2) {
  background: #197df5;
}

.function-compare-table thead th:nth-child(3) {
  background: #2b9af3;
}

.function-compare-table thead th:nth-child(4) {
  background: #1ca0c2;
}

.function-compare-table thead th:last-child {
  margin-right: 0;
}

.function-compare-table tbody tr {
  display: flex;
}

.function-compare-table tbody tr:nth-child(2n) {
  background: #f5f7f8;
}

.function-compare-table tbody tr:first-child th {
  border-top: 2px solid #d9d8d7;
}

.function-compare-table tbody tr:last-child th {
  border-bottom: 2px solid #d9d8d7;
}

.function-compare-table tbody tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #197df5;
}

.function-compare-table tbody tr:last-child td:nth-child(3) {
  border-bottom: 2px solid #2b9af3;
}

.function-compare-table tbody tr:last-child td:nth-child(4) {
  border-bottom: 2px solid #1ca0c2;
}

.function-compare-table tbody tr th {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  width: 232.5px;
  min-height: 82px;
  margin-right: 18.5px;
  padding: 10px 20px 10px 35.2px;
  text-align: left;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #d9d8d7;
  justify-content: flex-start;
  align-items: center;
}

.function-compare-table tbody tr td {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  width: 232.5px;
  min-height: 82px;
  margin-right: 20.5px;
  padding: 10px 20px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #d9d8d7;
  justify-content: center;
  align-items: center;
}

.function-compare-table tbody tr td.function-compare-table__figure {
  font-size: 2rem;
}

.function-compare-table tbody tr td:nth-child(2).function-compare-table__figure {
  color: #197df5;
}

.function-compare-table tbody tr td:nth-child(3).function-compare-table__figure {
  color: #2b9af3;
}

.function-compare-table tbody tr td:nth-child(4).function-compare-table__figure {
  color: #1ca0c2;
}

.function-compare-table tbody tr td:last-child {
  margin-right: 0;
}

.function-compare-table__2colum {
  width: 736.56px;
}

/*--- inner-link-number-list ----------*/
.inner-link-number-list__wrap {
  margin: auto;
  text-align: center;
}

.inner-link-number {
  display: flex;
  width: 60%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.inner-link-number-list__title {
  font-size: 3.4rem;
  margin-right: 15px;
  white-space: nowrap;
}

.inner-link-number-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 20px;
  counter-reset: item;
  border-left: 1px solid #333;
  flex-wrap: wrap;
}

.inner-link-number-list__item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  padding-right: 0;
  text-align: left;
  border: none;
}

.inner-link-number-list__item .text-link {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  cursor: pointer;
}

.inner-link-number-list__item a:before {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  position: absolute;
  top: -3px;
  left: 0;
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  content: counter(item) "";
  counter-increment: item;
  border-radius: 50%;
  background: #f5f7f8;
  align-items: center;
  justify-content: center;
}

.inner-link-number-list__item:last-child {
  margin-bottom: 0;
}

.inner-link-number-list--long {
  text-align: left;
}

.inner-link-number-list--notitle .inner-link-number-list {
  flex-direction: column;
  padding: 0;
  border: none;
}

.inner-link-number-list .inner-link-number-list {
  flex-direction: column;
}

.inner-link-number-list--notitle .inner-link-number-list__item {
  padding: 0 0 0 1.2em;
  border: none;
}

.inner-link-number-list--notitle .inner-link-number-list__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
  color: #2b9af3;
}

.inner-link-number-list--long .inner-link-number-list__item {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

/*--- icon-price-list ----------*/
.icon-price-list {
  display: flex;
  width: 840px;
  margin: 0 auto 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon-price-list__item-wrap {
  display: flex;
  width: 380px;
  flex-wrap: wrap;
}

.icon-price-list__item {
  display: flex;
  width: 380px;
  min-height: 140px;
  margin-bottom: 12px;
  background-color: #f5f7f8;
  align-items: center;
}

.icon-price-list__item:nth-child(n + 3) {
  margin-top: 20px;
}

.icon-price-list__title {
  font-size: 2.4rem;
  position: relative;
  display: flex;
  width: 140px;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #2b9af3;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.icon-price-list__title:before {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 0;
  height: 0;
  margin-top: -14px;
  content: '';
  border-width: 14px 0 14px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #2b99f3;
}

.icon-price-list__image {
  font-size: 0;
  display: block;
  width: 70px;
  margin: 0 auto;
}

.icon-price-list__image img {
  width: 100%;
  height: auto;
}

.icon-price-list__text-area {
  flex: 1;
}

.icon-price-list__text-area .icon-price-list__text--large {
  font-size: 3.0rem;
  display: inline-block;
  margin-top: -6px;
}

.icon-price-list__text {
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  text-align: center;
}

.icon-price-list__lead {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.icon-price-list__caution {
  font-size: 1.4rem;
}

/*--- value-list ----------*/
.value-list {
  display: flex;
  width: 990px;
  margin: 0 auto 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.value-list__item {
  display: flex;
  width: 298px;
  min-height: 84px;
  margin-right: 48px;
  background-color: #f5f7f8;
  align-items: center;
}

.value-list__item:nth-child(3n) {
  margin-right: 0;
}

.value-list__item:nth-child(n + 4) {
  margin-top: 40px;
}

.value-list__item:last-child {
  margin-right: 0;
}

.value-list__title-box {
  position: relative;
  display: flex;
  width: 118px;
  height: 100%;
  padding: 20px 10px 19px;
  text-align: center;
  color: #fff;
  background-color: #2b9af3;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.value-list__title-box--arrow:before {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 0;
  height: 0;
  margin-top: -14px;
  content: '';
  border-width: 14px 0 14px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #2b99f3;
}

.value-list__title {
  font-size: 1.6rem;
}

.value-list__title--large {
  font-size: 3rem;
  line-height: 1.2;
}

.value-list__title--small {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  width: 100%;
}

.value-list__text {
  font-size: 1.6rem;
  display: flex;
  height: 100%;
  padding: 20px 10px 19px;
  text-align: center;
  background-color: #f5f7f8;
  justify-content: center;
  align-items: center;
  flex: 1;
}

/*--- header-news--triple ----------*/
/*--- header-news ----------*/
.header-news {
  display: flex;
}

.header-news__wrap {
  padding: 18px 0 18px;
  background: #1473e6;
}

.header-news__wrap .header-news {
  margin: 0 auto;
}

.header-news--triple {
  display: flex;
  max-width: 990px;
  justify-content: center;
  align-items: center;
}

.header-news--triple .header-news__text {
  font-size: 2.4rem;
  margin-right: 40px;
  white-space: nowrap;
  color: #fff;
}

.header-news--triple ul {
  display: flex;
  width: 100%;
  padding-left: 40px;
  border-left: 1px solid #fff;
  flex-wrap: wrap;
}

.header-news--triple li {
  padding-bottom: 8px;
}

.header-news--triple li:last-child {
  padding-bottom: 0;
}

.header-news--triple .header-news_inner {
  display: block;
  width: auto;
  min-height: auto;
  padding: 0;
}

.header-news--triple .header-news_title {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  /*--- image-list ----------*/
  .image-list__item {
    width: 95%;
    height: auto;
    margin: 0 0 44px;
    text-align: center;
  }
  .image-list__item:first-child {
    margin-left: 0;
  }
  .image-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .image-list__item:nth-child(4n) {
    margin-left: 0;
  }
  .image-list__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .image-list__item .image-list__pic {
    width: 100%;
  }
  .image-list__item .image-list__pic img {
    width: 100%;
    height: auto;
  }
  .price-plan__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .price-plan {
    width: 100%;
    margin-bottom: 40px;
  }
  /*--- function-compare-table ----------*/
  .function-compare-table__wrap {
    overflow-x: scroll;
  }
  /*--- inner-link-number-list ----------*/
  .inner-link-number-list {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .inner-link-number-list__title {
    font-size: 3.4rem;
    margin: 0 0 10px 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .inner-link-number-list__wrap {
    max-width: 100%;
  }
  .inner-link-number {
    width: 100%;
    flex-wrap: wrap;
  }
  .inner-link-number-list__item {
    margin-bottom: 20px;
  }
  .inner-link-number-list__item:last-child {
    margin-bottom: 0;
  }
  .inner-link-number-list__number {
    margin-right: 10px;
  }
  .inner-link-number-list--long {
    text-align: left;
  }
  .inner-link-number-list--notitle .inner-link-number-list {
    flex-direction: column;
    padding: 0;
    border: none;
  }
  .inner-link-number-list .inner-link-number-list {
    flex-direction: column;
  }
  .inner-link-number-list--notitle .inner-link-number-list__item {
    padding: 0 0 0 1.2em;
    border: none;
  }
  .inner-link-number-list--notitle .inner-link-number-list__item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
    color: #2b9af3;
  }
  .inner-link-number-list--long .inner-link-number-list__item {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
  /*--- value-list ----------*/
  .value-list {
    display: flex;
    width: 100%;
    margin: 0 auto 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .value-list__title-box {
    font-size: 1.6rem;
    width: 100px;
    padding: 20px 10px 19px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .value-list {
    width: 100%;
    margin: 0 auto 10px;
  }
  .value-list__item {
    width: 80vw;
    min-height: 90px;
    margin: 0 0 20px;
  }
  .value-list__item:nth-child(n + 3) {
    margin-top: 0;
    margin-right: 0;
  }
  .value-list__item:last-child {
    margin-bottom: 0;
  }
  .value-list__title {
    font-size: 1.6rem;
    width: 100px;
  }
  .value-list__text {
    font-size: 1.6rem;
  }
  .value-list__text span {
    font-size: 2.3rem;
  }
  /*--- inner-link ----------*/
  .inner-link__item {
    width: 100%;
    text-align: left;
  }
  .inner-link__item:last-child {
    margin-bottom: 0;
  }
  /*--- icon-price-list ----------*/
  .icon-price-list {
    display: flex;
    width: 100%;
    margin: 0 auto 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .icon-price-list__item-wrap {
    display: flex;
    width: 100%;
    margin: 0 auto 20px;
    flex-wrap: wrap;
  }
  .icon-price-list__item-wrap:last-child {
    margin: 0 auto;
  }
  .icon-price-list__item {
    display: flex;
    width: 100%;
    min-height: 100px;
    background-color: #f5f7f8;
    align-items: center;
  }
  .icon-price-list__item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .icon-price-list {
    width: 100%;
    margin: 0 auto 10px;
  }
  .icon-price-list__item {
    width: 80vw;
    min-height: 90px;
    margin: 0 auto 10px;
  }
  .icon-price-list__item:nth-child(n + 3) {
    margin-top: 0;
  }
  .icon-price-list__title {
    font-size: 1.6rem;
    width: 100px;
    padding: 0 18px 10px;
  }
  .icon-price-list__title:before {
    right: -11px;
    margin-top: -11px;
    border-width: 10px 0 10px 12px;
  }
  .icon-price-list__image {
    width: 100%;
  }
  .icon-price-list__text {
    font-size: 1.6rem;
  }
  .icon-price-list__text span {
    font-size: 2.3rem;
  }
  .icon-price-list__lead {
    margin-bottom: 10px;
  }
  .icon-price-list__caution-wrap {
    width: 80vw;
    margin: 0 auto;
  }
  /*--- header-news--triple ----------*/
  .header-news__wrap {
    padding: 30px 20px 15px;
    background: #1473e6;
  }
  .header-news__wrap .header-news {
    width: auto;
    margin: 0 auto;
  }
  .header-news--triple {
    flex-wrap: wrap;
  }
  .header-news--triple .header-news__text {
    font-size: 1.8rem;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .header-news--triple ul {
    display: flex;
    width: 100%;
    padding-left: 0;
    border: none;
    flex-wrap: wrap;
  }
  .header-news--triple li {
    padding: 15px 0 10px;
    border-bottom: 1px solid #fff;
  }
  .header-news--triple li:last-child {
    border: none;
  }
  .header-news--triple .header-news_inner {
    min-height: auto;
    padding: 0;
    justify-content: flex-start;
  }
  .header-news--triple .header-news_title {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 3em;
    margin-bottom: 0;
    padding-right: 0;
    word-break: break-all;
  }
  /*--- inner-link ----------*/
  .inner-link__wrap {
    max-width: none;
  }
  .inner-link {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=common.css.map */

/*
// ==========================================================================
// 追加
// ==========================================================================
*/
/* -----------------------------------------------------
  フローティングバナー
----------------------------------------------------- */
.floating-bnr {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: none;
  z-index: 9;
}
.floating-bnr .floating-bnr__img {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
.floating-bnr .floating-bnr__img .open {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
}
.floating-bnr .floating-bnr__img .open:hover {
  opacity: 0.9;
}
.floating-bnr .floating-bnr__img .open img {
  vertical-align: bottom;
  width: 320px;
  height: auto;
}
.floating-bnr .floating-bnr__img p.close {
  position: absolute;
  right: 0;
  top: -40px;
}
.floating-bnr .floating-bnr__img p.close a {
  display: block;
  text-align: center;
  padding: 0;
  line-height: 0.8;
}
.floating-bnr .floating-bnr__img p.close a:hover {
  opacity: 0.9;
}
.floating-bnr .floating-bnr__img p.close a img {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .floating-bnr .floating-bnr__img {
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .floating-bnr .floating-bnr__img {
    right: 0;
    bottom: 7%;
    width: 100%;
  }
  .floating-bnr .floating-bnr__img .open {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .floating-bnr .floating-bnr__img .open:hover {
    opacity: 1;
  }
  .floating-bnr .floating-bnr__img .open img {
    width: 100%;
  }
  .floating-bnr .floating-bnr__img p.close {
    right: 5%;
    top: -29.2px;
  }
  .floating-bnr .floating-bnr__img p.close a img {
    width: 30px;
  }
}

/* -----------------------------------------------------
  コラム 2カラム版
----------------------------------------------------- */
/*------ コラム 2カラム共通 ------*/
.column-column2 .contents__wrap {
  width: 990px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.column-column2 .side-nav {
  width: 270px;
  padding: 80px 0 100px;
}
.column-column2 .side-bnr {
  width: 270px;
  height: auto;
  margin-bottom: 40px;
}
.column-column2 .side-bnr img {
  width: 100%;
  vertical-align: bottom;
}
.column-column2 .side-bnr img:hover {
  opacity: 0.9;
}
.column-column2 .side-nav__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.column-column2 .side-nav-link__item {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.column-column2 .side-nav-link__item:last-child {
  margin-bottom: 0;
}
/*------ コラム一覧 ------*/
.column-column2 .column-archive {
  width: 670px;
  margin-right: 50px;
}
.column-column2 .column-archive__wrap {
  width: 670px;
}
.column-column2 .column-archive__item {
  width: 325px;
}
.column-column2 .column-archive__txt {
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .column-column2 .column-archive__image img {
    min-height: 107px;
  }
}
/*------ コラム記事 ------*/
.column-column2 .column-article .column-article__content {
  width: 670px;
  margin-right: 50px;
  padding: 0;
}
.column-column2 .column-article .column-sns-head {
  width: 100%;
}
.column-column2 .column-article .column__inner {
  width: 670px;
}
.column-column2 .column-article .column-title {
  margin-bottom: 30px;
}
.column-column2 .column-article .column-body {
  width: 100%;
}
.column-column2 .column-article .column-body .inner-link__wrap {
  width: 100%;
  margin-bottom: 30px;
}
.column-column2 .column-article .column-body .inner-link__wrap .inner-link__title {
  font-size: 2.1rem;
}
.column-column2 .column-article .column-body h2 {
  border-bottom: 4px solid #0C357F;
  margin-bottom: 20px;
  padding-top: 10px;
}
.column-column2 .column-article .column-body h2 + h3 {
  margin-top: 40px;
}
.column-column2 .column-article .column-body h3 {
  border-left: 4px solid #0C357F;
  padding-left: 10px;
  margin-bottom: 20px;
}
.column-column2 .column-article .column-body h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.column-column2 .column-article .column-body h5 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #0C357F;
}
.column-column2 .column-article .column-body .mb--triple {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .column-column2 .column-article .side-nav {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .column-column2 .contents__wrap {
    width: 100%;
  }
  .column-column2 .side-nav {
    width: 100%;
    padding: 20px 20px 60px;
  }
  .column-column2 .side-bnr {
    width: 100%;
    height: auto;
  }
  .column-column2 .column-archive {
    width: 100%;
    margin: 0
  }
  .column-column2 .column-archive__wrap {
    width: 100%;
  }
  .column-column2 .column-archive__item {
    width: 100%;
  }
  .column-column2 .column-archive__item:last-child {
    margin-bottom: 0;
  }
  .column-column2 .column-article .column-article__content {
    width: 100%;
    margin-right: 0;
    padding: 24px 0 0;
  }
  .column-column2 .column-article .column__inner {
    width: 100%;
  }
  .column-column2 .column-article .column-body h2 {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/* コラム記事内　フロー 不要となったため一旦コメントアウト*/
/*.column-column2 .column-flow__container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 35px;
}
@media (max-width: 767px) {
  .column-column2 .column-flow__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.column-column2 .column-flow__item {
  background: #F7F7F7;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.column-column2 .column-flow__heading {
  padding: 8px;
  color: #0D57A7;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}
.column-column2 .column-flow__number{
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #0D57A7;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  margin-top: 3px;
}
.column-column2 .column-flow__title{
  flex:1;
}

.column-column2 .column-flow__body {
  text-align:center;
}

.column-column2 .column-flow__img {
  width: auto;
}
*/

/* -----------------------------------------------------
  追加モジュール 2023
----------------------------------------------------- */
/*------ コラムカード ------*/
.blog-card {
  width: 90%;
  margin: 40px auto 50px;
}
@media screen and (max-width: 767px) {
  .blog-card {
    margin-top: 20px;
  }
}
.blog-card__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 44px 15px 15px;
  border: 1px solid #5F9FE5;
}
.blog-card--service .blog-card__inner {
  border-color: #214589;
}
.blog-card--case .blog-card__inner {
  border-color: #FF7F00;
}
@media screen and (max-width: 767px) {
  .blog-card__inner {
    display: block;
    padding-bottom: 20px;
  }
}
.blog-card__inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #5F9FE5 transparent;
}
.blog-card--service .blog-card__inner::after {
  border-bottom-color: #214589;
}
.blog-card--case .blog-card__inner::after {
  border-bottom-color: #FF7F00;
}
.blog-card__left {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .blog-card__left {
    width: 100%;
  }
}
.blog-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(73% - 20px);
}
@media screen and (max-width: 767px) {
  .blog-card__right {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.blog-card__img {
  text-align: center;
}
.blog-card__img img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
}
.blog-card__img img.blog-card__img--trim-r {
  -o-object-position: right;
     object-position: right;
}
.blog-card__img img.blog-card__img--trim-l {
  -o-object-position: left;
     object-position: left;
}
.blog-card__img.blog-card__img--logo img {
    padding: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #FFFFFF;
}
.blog-card__text {
  width: 100%;
  margin: 10px 0 0;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .blog-card__text {
    margin-top: 15px;
  }
}
.blog-card__title {
  width: 100%;
  margin-bottom: 0;
  color: #2B9AF3;
  font-size: 1.6rem;
}
.blog-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 15px;
  color: #FFFFFF;
  background-color: #5F9FE5;
}
.blog-card--service .blog-card__tag {
  background-color: #214589;
}
.blog-card--case .blog-card__tag {
  background-color: #FF7F00;
}
.blog-card a {
  display: block;
  text-decoration: none;
}
.blog-card a:hover .blog-card__img {
  opacity: 0.8;
}
.blog-card a:hover .blog-card__title {
  color: #33ccff;
}

/*------ 資料ダウンロードCTA ------*/
.cta-download-box {
  position: relative;
  width: 852px;
  margin: 50px auto 60px;
  background-color: #1473E6;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  z-index: 0;
}
.column-column2 .cta-download-box {
  width: 602px;
}
@media screen and (max-width: 767px) {
  .cta-download-box {
    width: 100% !important;
  }
}
.cta-download-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 314px 284px 0 0;
  border-color: #000000 transparent transparent transparent;
  opacity: 0.08;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cta-download-box::before {
    border-width: 72vw 96vw 0 0;
  }
}
.cta-download-box__item {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .cta-download-box__item {
    flex-direction: column;
    padding: 20px 20px 30px;
  }
}
.cta-download-box__left {
  width: 200px;
}
.cta-download-box--imgwide .cta-download-box__left {
  width: 250px;
}
.column-column2 .cta-download-box__left {
  width: 160px;
}
.column-column2 .cta-download-box--imgwide .cta-download-box__left {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .cta-download-box__left {
    width: 100% !important;
  }
}
.cta-download-box__img {
  text-align: center;
}
.cta-download-box__img img {
  width: auto;
  max-width: 140px;
  vertical-align: bottom;
}
.cta-download-box--imgwide .cta-download-box__img img {
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-download-box--imgwide .cta-download-box__img img {
    padding-top: 10px;
  }
}
.cta-download-box__label {
  margin-bottom: 14px;
  color: #FFFFFF;
  font-size: 1.4rem;
}
.cta-download-box__label span {
  display: inline-block;
  margin-right: 8px;
  padding: 0 4px;
  color: #0F59AC;
  background-color: #FFFFFF;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .cta-download-box__label {
    text-align: center;
  }
}
.cta-download-box__right {
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-download-box__right {
    width: 100%;
    margin-top: 14px;
  }
}
.cta-download-box__title {
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: bold;
}
.cta-download-box__text {
  margin-bottom: 14px;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.7;
}
.cta-download-box__msg {
  position: relative;
  max-width: 360px;
  margin: 0 auto 18px;
  padding: 6px 10px 8px;
  color: #FFFFFF;
  border-top: 1px solid #A5C4EB;
  border-bottom: 1px solid #A5C4EB;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta-download-box__msg {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cta-download-box__msg::before,
.cta-download-box__msg::after {
  position: absolute;
  right: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: transparent;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.cta-download-box__msg::before {
  bottom: -9px;
  border-color: #A5C4EB transparent transparent;
}
.cta-download-box__msg::after {
  bottom: -8px;
  border-color: #1472e6 transparent transparent;
}
.cta-download-box__btn a.small {
  padding: 12px 40px;
  color: #ffffff !important;
  background: -webkit-gradient(linear, left top, right top, from(#FFA200), to(#F16000));
  background: linear-gradient(to right, #FFA200 0%, #F16000 100%);
}

/*------ インナーリンク アイコン付き ------*/
.inner-link-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .inner-link-icon-list {
    display: block;
  }
}
.inner-link-icon-list__item {
  flex: 1;
  padding: 0;
  border-left: 1px solid #2b9af3;
}
@media screen and (max-width: 767px) {
  .inner-link-icon-list__item {
    width: 100%;
    padding: 15px 5px;
    border-top: 1px solid #2b9af3;
    border-left: 0;
  }
}
.inner-link-icon-list__item:last-of-type {
  border-right: 1px solid #2b9af3;
}
@media screen and (max-width: 767px) {
  .inner-link-icon-list__item:last-of-type {
    border-right: 0;
    border-bottom: 1px solid #2b9af3;
  }
}
.inner-link-icon-list__item a {
  text-decoration: none;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
.inner-link-icon-list__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .inner-link-icon-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.inner-link-icon-list__item a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #2b9af3 transparent transparent transparent;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .inner-link-icon-list__item a::after {
    right: 5px;
    bottom: 50%;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #2b9af3;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.inner-link-icon-list__icon {
  width: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner-link-icon-list__icon {
    width: 40px;
    margin: 0;
  }
}
.inner-link-icon-list__icon img {
  max-width: 100%;
}
.inner-link-icon-list__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 3em;
  margin-top: 12px;
  color: #2b9af3;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .inner-link-icon-list__title {
    min-height: 0;
    margin-top: 0;
    margin-left: 10px;
    font-size: 1.6rem;
  }
}

/*------ NEWマーク ------*/
.u-new_label {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .u-new_label {
    padding-top: 28px;
    padding-left: 0;
  }
}
.u-new_label::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "NEW";
  line-height: 1.0;
  padding: 6px;
  color: #FFFFFF;
  background-color: #EA6552;
  font-size: 1.6rem;
  font-weight: bold;
}


/* -----------------------------------------------------
  local nav(Corporate Design)
----------------------------------------------------- */
.lnav-wrap--white a[target="_blank"].text-link:after{
  display: inline-block;
  width: 12px;
  height: 14px;
  position: relative;
  left: 4px;
  background-image: url(/common2022/img/icon_blank-blue.svg);
  transform: none;
}
.lnav--white{
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  body:has(.service-header--level01) :target[id]{
    scroll-margin-top: 126px;
  }
}
@media screen and (max-width: 768px) {
  body:has(.service-header--level01) :target[id]{
    scroll-margin-top: 100px;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  .service-header--level01,
  .lnav-wrap--white {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .service-header--level01 {
    z-index: 99;
    background-color: #ffffff;
  }
  .lnav-wrap--white{
    top: 70px;
    left: 0;
    z-index: 90;
    font-family: source-han-sans-japanese, 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", YuMincho, sans-serif !important;
    background-color: #FFF;
    border-bottom: 1px solid #0D57A7;
  }
  .lnav-wrap--white .lnav > li:hover {
    background-color: transparent;
  }
  .lnav-wrap--white .lnav__item-name {
    position: relative;
  }
  .lnav-wrap--white .lnav__item-name > a,
  .lnav-wrap--white .lnav__item-name.lnav__no-link {
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-decoration: none;
    padding: 15px 10px;
  }
  .lnav-wrap--white .lnav__item-name > a,
  .lnav-wrap--white .lnav__item-name.lnav__no-link,
  .lnav-wrap--white .lnav__category-name a {
    font-weight: 700;
  }
  .lnav-wrap--white .lnav__item-name.lnav__item-name--haschild {
    padding-right: 26px;
  }
  .lnav-wrap--white .lnav__item-name > a:hover,
  .lnav-wrap--white .lnav__item-name.lnav__no-link:hover,
  .lnav-wrap--white .lnav__item-name.lnav__no-link.hover {
    color: #0D57A7;
  }
  .lnav-wrap--white .lnav__item-name > a::before,
  .lnav-wrap--white .lnav__item-name.lnav__no-link::before,
  .lnav-wrap--white .lnav__item-name.lnav__no-link.hover::before {
    content: "";
    background-color: #0D57A7;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
    opacity: 0;
  }
  .lnav-wrap--white .lnav__item-name > a:hover::before,
  .lnav-wrap--white .lnav__item-name.lnav__no-link:hover::before,
  .lnav-wrap--white .lnav__item-name.lnav__no-link.hover::before {
    opacity: 1;
  }
  .lnav-wrap--white .lnav__item-name.lnav__item-name--haschild::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 23.5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0D57A7;
    border-right: 2px solid #0D57A7;
    transform: rotate(135deg);
  }
  .lnav-wrap--white .lnav-second__list li {
    font-size: 1.5rem;
  }
  .lnav-wrap--white .lnav__category-name {
    padding-right: 0;
    margin-right: 30px;
    /* font-weight: normal; */
    font-size: 1.4rem;
    color: #333333;
    border-bottom: 1px solid #333333;
    margin-bottom: 10px;
  }
  .lnav-wrap--white .lnav__category-name > a {
    font-size: 1.5rem;
  }
  .lnav-wrap--white .lnav-second--threecolumn .lnav-second__list{
    flex-basis: calc(100% / 3);
  }
  .lnav-wrap--white .lnav-second--threecolumn .lnav-second__list ul,
  .lnav-wrap--white .lnav-second--threecolumn .lnav-second__list ul > li{
    width: 100%;
  }
  .lnav-wrap--white .lnav-second__list:last-child .lnav__category-name {
    margin-right: 0;
  }
  .lnav-wrap--white .lnav-second--hascategory .lnav-second__list li {
    padding-left: 0;
  }
  .lnav-wrap--white .lnav-second--hascategory .lnav-second__list li:before {
    content: none;
  }
  .lnav-wrap--white .lnav-second__list li a,
  .lnav-wrap--white .lnav__category-name a {
    text-decoration: none;
    color: #0D57A7;
  }
  .lnav-wrap--white .lnav-second__list li a{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lnav-wrap--white .lnav-second__list li a span,
  .lnav-wrap--white .lnav__category-name a span {
    position: relative;
    display: inline-block;
  }
  .lnav-wrap--white .lnav-second__list li a span::after,
  .lnav-wrap--white .lnav__category-name a span::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 32%;
    top: calc(50% - 8px / 2);
    width: 8px;
    height: 8px;
    border-top: 2px solid #0D57A7;
    border-right: 2px solid #0D57A7;
    transform: rotate(45deg);
    transition: all .3s;
  }
  .lnav-wrap--white .lnav-second__list li a:hover,
  .lnav-wrap--white .lnav-second__list li a:hover span,
  .lnav-wrap--white .lnav__category-name a:hover span {
    text-decoration: underline;
  }
  .lnav-wrap--white .lnav-second__list li a:hover span::after,
  .lnav-wrap--white .lnav__category-name a:hover span::after {
    right: -18px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .service-header--level01 header.l-header{
    border-bottom: 1px solid #E5E5E5;
  }
  .lnav--white{
    padding-bottom: 0;
    color: #000;
    background-color: #FFF;
    border-top: 1px solid #E5E5E5;
  }
  .lnav--white > li{
    border-bottom: 1px solid #CCC;
  }
  .lnav-wrap--white .lnav__title{
    color: #000;
    background-color: #FFF;
  }
  .lnav-wrap--white .lnav__back-btn{
    width: 98%;
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    background-image: url(/common2022/img/icon_chevron-left.svg);
  }
  .lnav-wrap--white .lnav__back-btn::after{
    content: "";
    display: block;
    width: 101vw;
    height: 0;
    position: absolute;
    top: 100%;
    right: -3.2vw;
    z-index: 0;
    border-top: 1px solid #CCC;
  }
  .lnav-wrap--white .lnav__btn span{
    background-color: #0D57A7;
  }
  
  .lnav-wrap--white .lnav__item-name{
    font-weight: 700;
  }
  .lnav-wrap--white .lnav__item-name--second{
    width: 91%;
    margin-right: 0;
    margin-left: auto;
    font-size: 1.3rem;
    font-weight: 700;
    color: #989898;
    border-bottom: 1px solid #CCC;
  }
  .lnav-wrap--white .lnav__item-name > a,
  .lnav-wrap--white .lnav__item-name.lnav__no-link{
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    background-image: url(/common2022/img/icon_chevron-right.svg);
  }
  .lnav-wrap--white .lnav__category-name,
  .lnav-wrap--white .lnav__category-name a{
    font-weight: 700;
    color: #989898;
  }
  .lnav-wrap--white .lnav-second__wrap__inner{
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #FFF;
  }
  .lnav-wrap--white .lnav-second--hascategory .lnav-second__list{
    border-top: 1px solid #CCC;
  }
  .lnav-wrap--white .lnav-second__list{
    width: 91%;
    margin-right: 0;
    margin-left: auto;
  }
  .lnav-wrap--white .lnav-second__list li{
    font-weight: 700;
    background-color: #FFF;
    border-bottom: none;
  }
  .lnav-wrap--white .lnav-second--hascategory .lnav-second__list li:before{
    color: #000;
  }
  .lnav-wrap--white .lnav-second__list li a{
    width: 100%;
    font-size: 1.4rem;
    color: #000;
    background: url(/common2022/img/icon_chevron-right.svg) no-repeat top 50% right 15px / 6px auto;
  }
}

/* -----------------------------------------------------
  追加モジュール 2025
----------------------------------------------------- */
.u-overflow-hidden{
  overflow: hidden
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .u-text-left-pc {
    text-align: left !important;
  }

  .u-text-center-pc {
    text-align: center !important;
  }

  .u-text-right-pc {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .u-text-left-sp {
    text-align: left !important;
  }

  .u-text-center-sp {
    text-align: center !important;
  }

  .u-text-right-sp {
    text-align: right !important;
  }
}

/* -----------------------------------------------------
  Flexbox Utilitie 2025
----------------------------------------------------- */
/* Flexbox Utilities - PC */
@media screen and (min-width: 768px) {
  .u-flex-pc {
    display: flex;
  }

  .u-flex-column-pc {
    flex-direction: column;
  }

  .u-flex-row-pc {
    flex-direction: row;
  }

  .u-flex-wrap-pc {
    flex-wrap: wrap;
  }

  .u-flex-nowrap-pc {
    flex-wrap: nowrap;
  }

  .u-justify-start-pc {
    justify-content: flex-start;
  }

  .u-justify-end-pc {
    justify-content: flex-end;
  }

  .u-justify-center-pc {
    justify-content: center;
  }

  .u-justify-between-pc {
    justify-content: space-between;
  }

  .u-justify-around-pc {
    justify-content: space-around;
  }

  .u-align-items-start-pc {
    align-items: flex-start;
  }

  .u-align-items-end-pc {
    align-items: flex-end;
  }

  .u-align-items-center-pc {
    align-items: center;
  }

  .u-align-items-stretch-pc {
    align-items: stretch;
  }

  .u-flex-1-pc {
    flex: 1;
  }

  .u-flex-auto-pc {
    flex: auto;
  }

  .u-flex-none-pc {
    flex: none;
  }

  .u-flex-grow-pc {
    flex-grow: 1;
  }

  .u-flex-shrink-pc {
    flex-shrink: 1;
  }

  .u-flex-basis-auto-pc {
    flex-basis: auto;
  }

  .u-flex-basis-0-pc {
    flex-basis: 0;
  }
}

/* Flexbox Utilities - SP */
@media screen and (max-width: 767px) {
  .u-flex-sp {
    display: flex;
  }

  .u-flex-column-sp {
    flex-direction: column;
  }

  .u-flex-row-sp {
    flex-direction: row;
  }

  .u-flex-wrap-sp {
    flex-wrap: wrap;
  }

  .u-flex-nowrap-sp {
    flex-wrap: nowrap;
  }

  .u-justify-start-sp {
    justify-content: flex-start;
  }

  .u-justify-end-sp {
    justify-content: flex-end;
  }

  .u-justify-center-sp {
    justify-content: center;
  }

  .u-justify-between-sp {
    justify-content: space-between;
  }

  .u-justify-around-sp {
    justify-content: space-around;
  }

  .u-align-items-start-sp {
    align-items: flex-start;
  }

  .u-align-items-end-sp {
    align-items: flex-end;
  }

  .u-align-items-center-sp {
    align-items: center;
  }

  .u-align-items-stretch-sp {
    align-items: stretch;
  }

  .u-flex-1-sp {
    flex: 1;
  }

  .u-flex-auto-sp {
    flex: auto;
  }

  .u-flex-none-sp {
    flex: none;
  }

  .u-flex-grow-sp {
    flex-grow: 1;
  }

  .u-flex-shrink-sp {
    flex-shrink: 1;
  }

  .u-flex-basis-auto-sp {
    flex-basis: auto;
  }

  .u-flex-basis-0-sp {
    flex-basis: 0;
  }
}

/* Flexbox Utilities - Common */
.u-flex {
  display: flex;
}

.u-flex-column {
  flex-direction: column;
}

.u-flex-row {
  flex-direction: row;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-justify-start {
  justify-content: flex-start;
}

.u-justify-end {
  justify-content: flex-end;
}

.u-justify-center {
  justify-content: center;
}

.u-justify-between {
  justify-content: space-between;
}

.u-justify-around {
  justify-content: space-around;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-flex-1 {
  flex: 1;
}

.u-flex-auto {
  flex: auto;
}

.u-flex-none {
  flex: none;
}

.u-flex-grow {
  flex-grow: 1;
}

.u-flex-shrink {
  flex-shrink: 1;
}

.u-flex-basis-auto {
  flex-basis: auto;
}

.u-flex-basis-0 {
  flex-basis: 0;
}




