@charset "UTF-8";
table {
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (min-width: 769px) {
  .L01-001 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .L01-001-item_type_top {
    padding: 50px 0;
  }
}

@media screen and (min-width: 769px) {
  .L01-001-item_type_top {
    padding: 60px 0;
  }
}

@media screen and (min-width: 769px) {
  .L01-001-item_type_top:first-child {
    position: relative;
    padding: 35px 0 100px;
  }
}

.L01-001-item__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .L01-001-item__inner {
    padding: 0 15px;
  }
}

@media screen and (min-width: 769px) {
  .L01-001-item__inner {
    min-width: 1104px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media screen and (min-width: 769px) {
  .L01-001 .H05-001-01 {
    margin-top: 50px;
  }
  .L01-001 .H05-001-01:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media screen and (max-width: 768px) {
  .L01-001 .H05-001-01 {
    margin-top: 20px;
  }
}

p a {
  color: #3286d9;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}

@media screen and (min-width: 769px) {
  p a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  p a:hover {
    border-bottom: 1px solid transparent;
  }
}

.H04-003-01 {
  background-color: #343d45;
  color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .H04-003-01 {
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .H04-003-01 {
    display: inline-block;
    font-size: 16px;
    min-width: 320px;
    min-height: 50px;
    padding: 14px 30px 16px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .H04-003-01:hover {
    background-color: #0a847b;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@media screen and (max-width: 768px) {
  .H04-003-01 + .H04-003-01 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .H04-003-01 + .H04-003-01 {
    max-width: 320px;
    margin: 0 0 0 16px;
    vertical-align: top;
  }
}

.H04-004-02 {
  text-align: center;
}

* + .H04-004-02 {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .H04-004-02 .H04-003-01, .H04-004-02 .H04-003-02 {
    margin-bottom: 0;
  }
}

.H08-003-01 {
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .D03-001-01 {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .D03-001-01 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .D03-001-01-list {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .D03-001-01-list:not(.D03-001-01-list-anken) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.5% 0 0 -2.3%;
  }
  .D03-001-01-list-anken {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.D03-001-01-list-item {
  position: relative;
  background-color: #fff;
}

.D03-001-01-list-item a {
  display: block;
  height: 100%;
  border: 1px solid #e9e9e9;
}

@media screen and (min-width: 769px) {
  .D03-001-01-list-item {
    width: 31%;
    margin: 2.5% 0 0 2.3%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .D03-001-01-list-item:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}

@media screen and (max-width: 768px) {
  .D03-001-01-list-item + .D03-001-01-list-item {
    margin-top: 15px;
  }
}

.D03-001-01-list-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.D03-001-01-list-item__header span {
  display: block;
  font-weight: 700;
}

.D03-001-01-list-item__header {
  align-items: normal;
  justify-content: center;
  background-color: #A0A0A0;
}

.D03-001-01-list-item__header-text{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) {
  .D03-001-01-list-item__header {
    height: 100%;
    font-size: 14px;
    justify-content: center;
    background-color: #A0A0A0;
  }
}

@media screen and (min-width: 769px) {
  .D03-001-01-list-item__header {
    font-size: 20px;
  }
}

.D03-001-01-list-item__dl {
  color: #45494b;
}

.D03-001-01-list-item__dl dt {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .D03-001-01-list-item__dl {
    padding: 20px 15px 50px;
  }
}

@media screen and (min-width: 769px) {
  .D03-001-01-list-item__dl {
    padding: 25px 30px 40px;
  }
}

@media screen and (max-width: 768px) {
  .D03-001-01-list-item__dl dd, .D03-001-01-list-item__dl dt {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .D03-001-01-list-item__dl dd, .D03-001-01-list-item__dl dt {
    font-size: 15px;
  }
}

.D03-001-01-list-item__label {
  position: absolute;
  background-color: #ea7a3d;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .D03-001-01-list-item__label {
    top: 100px;
    left: 15px;
    width: 90px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .D03-001-01-list-item__label {
    top: 135px;
    left: 30px;
    width: 100px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
  }
}

.D03-001-01-list-item__icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #343d45;
  border-radius: 25px;
  text-align: center;
  vertical-align: bottom;
}

.D03-001-01-list-item__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
}

.D03-001-01-list-item__icon svg path {
  fill: #343d45;
}

@media screen and (max-width: 768px) {
  .D03-001-01-list-item__icon {
    width: 18px;
    height: 18px;
  }
}

@media screen and (min-width: 769px) {
  .D03-001-01-list-item__icon {
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media screen and (max-width: 768px) {
  .D03-001-01-list-item__icon svg {
    width: 5px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
  }
}

@media screen and (min-width: 769px) {
  .D03-001-01-list-item__icon svg {
    width: 7px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
  }
}

@media screen and (min-width: 769px) {
  .D03-001-01-list-item__icon svg path {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.D03-001-01-banner.full {
  display: block;
  margin-top: 2.5%;
}
.D03-001-01-banner.full .D03-001-01-banner-item {
  width: 100%;
  max-width: 100%!important;
}
.D03-001-01-banner.full .D03-001-01-banner-item .D03-001-01-banner-item__image {
  width: 100%;
  max-width: 100%!important;
}

@media screen and (min-width:769px) {
  .D03-001-01-banner{justify-content:center;display: flex;flex-wrap: wrap;margin: -2.5% 0 0 -2.3%;}
  .D03-001-01-banner-item__image.aside-item__image.puls{max-width:100%;}
  .D03-001-01-banner{
    justify-content:center;
    display: flex;
    flex-wrap: wrap;
    margin: -1% 0 30px -1%;
    margin-bottom: 30px;
  }
  .D03-001-01-banner-item{
    width: 50%;
    padding: 0 0 1% 1%;
    transition: all .2s ease;
    box-sizing: border-box;
    max-width: 100%;
  }
  .D03-001-01-banner-item__image.aside-item__image{
    margin-bottom: 0;
  }
}

@media screen and (max-width:768px) {
  .D03-001-01-banner{
    display: block;
  }
  .aside-item:not(:last-child){
    margin-right:0;
  }
  .D03-001-01-banner-item.aside-item{
    margin-bottom: 15px;
  }
  .D03-001-01-banner.full{
    margin-top: 15px;
  }
}

.D03-001-02-list-item__icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: bottom;
}

.D03-001-02-list-item__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
}

.D03-001-02-list-item__icon svg path {
  fill: none;
  stroke: #343d45;
  stroke-width: 2;
}

line, polyline {
  fill: none;
  stroke: #343d45;
  stroke-width: 2;
}

.D03-001-02-list-item__icon svg path, line, polyline {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.D03-001-02-list-item__icon {
  right: 15px;
  bottom: 15px;
  width: 25px;
  height: 25px;
}

.D03-001-02-list-item__icon svg {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-left: -2px;
}

[data-aos="fade-up"] {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.button-link a, p.button-link a {
  display: block;
  padding: 12px 20px 13px;
  background: #343d45;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 25px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 6px 10px 0 rgba(4, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button-link.button-link_type_centering, p.button-link.button-link_type_centering {
  margin-right: auto;
  margin-left: auto;
}

.button-link.button-link_type_small, p.button-link.button-link_type_small {
  width: 240px;
}

.button-link.button-link_type_white a, p.button-link.button-link_type_white a {
  background: #fff;
  color: #005c55;
}

.button-link.button-link_type_black a, p.button-link.button-link_type_black a {
  background: #333D46;
  color: #fff;
}

@-webkit-keyframes slidedown {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes slidedown {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  38% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideup {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  38% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes overlay {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes overlay {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}

.aboutIntroduction {
  margin-top: 10px;
  margin-bottom: 20px;
}

.aboutIntroduction__inner {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  background-color: #EEF8F7;
  padding: 50px 116px;
  border-radius: 20px;
}

.aboutIntroduction__title {
  color: #293337;
}

.aboutIntroduction__description {
  margin-top: 26px !important;
  color: #45494B;
  font-size: 17px !important;
}

.brand{
  padding: 60px 0;
  background: url(/images/brand_bg.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}

.brand__title{
  color:#fff;
}

.brand__desc{
  color:#fff;
  text-align: center;
}
.brand__movie{
  margin:30px 0;
  display: block;
  text-align: center;
}
.brand__movie .thumbnail img{
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  cursor: pointer;
}
.brand__movie iframe{
  aspect-ratio: 16 / 9;
  border-radius: 20px;
}
.brand .button-link {
  margin-top: 40px;
}
.introduction {
  z-index: 0;
  position: relative;
  padding-bottom: 60px;
}

.introduction-background {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: bottom;
  z-index: -2;
}

.introduction__title {
  padding-top: 60px;
  color: #293337;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", NotoSerifJapanese, serif !important;
  font-weight: 600 !important;
  text-align: center;
}

.introduction__desc {
  font-size: 17px !important;
  line-height: 27px !important;
  color: #45494b;
  text-align: center;
  margin-bottom: 20px;
}

.introduction__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 54px;
  width: 1200px;
  justify-content: space-between;
}

.introduction__list__item {
  position: relative;
  margin-top: 30px;
  height: 321px;
}

.introduction__imgBox {
  overflow: hidden;
}

.introduction__list__item a {
  position: relative;
  display: block;
}

.introduction__list__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 160px;
  width: 11px;
  height: 17.18px;
  background: url(/images/icon_arrow_right.svg) no-repeat 0 0;
  background-size: 11px auto;
  background-color: #0A8479;
  padding: 11.41px 14.5px;
  background-position: center;
  border-radius: 20px;
}

.introduction__list__item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.introduction__imgBox-text {
  position: absolute;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 30px !important;
  white-space: nowrap;
  left: 50%;
  text-align: center;
  z-index: 2;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.introduction__list__item:nth-of-type(1) .introduction__imgBox-text {
  top: 77.5px;
  line-height: 38px !important;
}

.introduction__list__item:nth-of-type(2) .introduction__imgBox-text {
  top: 72px;
  line-height: 27px !important;
}

.introduction__list__item:nth-of-type(3) .introduction__imgBox-text {
  top: 77.5px;
  line-height: 27px !important;
}

.introduction__list__item:nth-of-type(4) .introduction__imgBox-text {
  top: 74.5px;
  line-height: 27px !important;
}

.introduction__imgBox-img {
  width: 560px;
  height: 266px;
}

.introduction__descBox {
  position: absolute;
  left: 0;
  top: 180px;
  width: 500px;
  padding: 30px;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #0000001A;
}

.introduction__descBox-text {
  font-size: 17px !important;
  line-height: 27px !important;
  color: #45494b;
  height: 81px;
}

.introduction__descBox-emphasize-text {
  font-weight: bold;
}

.introduction-button {
  width: fit-content !important;
}

.introduction-button a {
  font-size: 17px;
  line-height: 1;
  padding: 16px 29px !important;
}

.introduction-button .pc-only {
  display: block;
}

.introduction-button .sp-only {
  display: none;
}

.service {
  position: relative;
  color: #fff;
}

.service img.service__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.service .service__content {
  padding: 75pt 40px;
}

.service .background__content {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005c55;
  z-index: -2;
}

.service__list {
  display: table;
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
  border-left: 1px solid #5a9590;
}

.service__list > li {
  display: table-cell;
  overflow: hidden;
  width: 25%;
  vertical-align: bottom;
  border-right: 1px solid #5a9590;
  font-size: 1.416em;
  text-align: center;
  line-height: 1.3;
}

.service__list > li > a {
  position: relative;
  display: block;
  padding: 200px 10px 30px;
  background: no-repeat center 20px;
  background-size: 160px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.service__list > li > a:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: url(/images/service-arrow.png) no-repeat 0 0;
  background-size: 24px auto;
  content: "";
}

.service__list > li > a > span {
  display: block;
  font-size: 1.294em;
  font-weight: 600;
}

.flow {
  padding: 60px 40px;
}

.flow__title {
  color: #293337;
  text-align: center;
  line-height: 1.3;
}

.flow__title ~ p {
  color: #45494b;
  text-align: center;
}

.flow__list {
  display: table;
  width: calc(100% + 25px);
  max-width: 1225px;
  margin: 50px auto;
  table-layout: fixed;
}

.flow__list > li {
  display: table-cell;
  vertical-align: top;
}

.flow__list > li:before {
  position: absolute;
  top: 15px;
  left: -35px;
  z-index: 10;
  width: 52px;
  height: 12px;
  background: url(/images/flow-arrow-02.png) no-repeat 0 0;
  background-size: 52px auto;
  content: "";
}

.flow__list > li:first-child:before {
  content: none;
}

.flow__list > li p {
  margin-top: 0;
  line-height: 1.3;
}

.flow__list__item {
  position: relative;
  top: 0;
  display: table;
  width: calc(100% - 25px);
  margin: 0 13px 0 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.flow__list__item > a {
  display: table-cell;
  height: 260px;
  padding: 20px 25px;
  background: #f2f2f2;
  color: #005c55;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.flow__list__item img {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.flow__list__item:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: url(/images/flow-arrow-01.png) no-repeat 0 0;
  background-size: 24px auto;
  content: "";
}

.case {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.case-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}

.case__slider {
  position: relative;
  width: 100%;
  max-height: 480px;
  margin: 50px 0;
}

.case__slider + .button-link {
  margin-top: 0;
}

.swiper-container {
  overflow: visible !important;
}

.case__slider__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case__slider__item.swiper-slide-active {
  -webkit-box-shadow: 0 10px 20px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(4, 0, 0, 0.1);
}

.case__slider__item > a {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #fff;
}

.case__slider__content {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case__slider__img {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case__slider__img img {
  width: 100%;
}

.case__slider__content {
  padding: 30px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case__slider__content > dl {
  position: relative;
  z-index: 2;
}

.case__slider__content > dl > dt {
  position: relative;
  margin-top: 30px;
  color: #005c55;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-indent: 3em;
}

.case__slider__content > dl > dt:before {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 35px;
  height: 1px;
  background: #005c55;
  content: "";
}

.case__slider__content > dl > dt:first-child {
  margin-top: 0;
}

.case__slider__content > dl > dd {
  margin-top: 15px;
  color: #45494b;
  font-size: 1.416rem;
  line-height: 1.6;
}

.case__slider__content:before {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 1;
  width: 120px;
  height: 104px;
  background: url(/images/case-bg-02.png) no-repeat;
  background-size: 120px auto;
  content: "";
}

.case__slider__link {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  width: calc(50% - 90px);
  padding-top: 25px;
  border-top: 1px solid #dbdbdb;
  color: #45494b;
  font-size: 1.333rem;
  line-height: 1.3;
}

.case__slider__link > span {
  position: relative;
  float: right;
  display: block;
  color: #005c55;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case__slider__link > span:after {
  position: absolute;
  top: 50%;
  right: -35px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/images/case-arrow.png) no-repeat 0 0;
  background-size: 24px auto;
  content: "";
}

.case__slider__next, .case__slider__prev {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 90px;
  margin-top: -45px;
  margin-left: -547px;
  background: #343d45 url(/images/case-button-prev.png) no-repeat center;
  background-size: 14px auto;
  border-radius: 4px;
  text-indent: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.case__slider__next {
  right: 50%;
  margin-right: -547px;
  left: inherit;
  background: #343d45 url(/images/case-button-next.png) no-repeat center;
  background-size: 14px auto;
}

.faq {
  padding: 60px 40px;
}

.faq__list {
  display: table;
  width: 100%;
  max-width: 1225px;
  margin: 50px auto;
  table-layout: fixed;
}

.faq__list > li {
  display: table-cell;
  vertical-align: top;
}

.faq__list > li p {
  margin-top: 0;
  line-height: 1.6;
}

.faq__list__item {
  position: relative;
  top: 0;
  display: table;
  width: calc(100% - 25px);
  margin: 0 13px 0 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq__list__item > a {
  display: table-cell;
  height: 260px;
  padding: 20px 40px;
  background: #f2f2f2;
  color: #005c55;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq__list__item:before {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 35px;
  height: 46px;
  background: url(/images/faq-bg-01.png) no-repeat 0 0;
  background-size: 35px auto;
  content: "";
}

.faq__list__item:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: url(/images/faq-arrow.png) no-repeat 0 0;
  background-size: 24px auto;
  content: "";
}

p.faq__aText {
    font-size: 16px;
    margin-top: 15px;
}

.seminar {
  padding: 60px 40px !important;
  background: #f0f0f0;
}

.seminar__banner {
  width: 1200px;
  max-width: 100%;
  margin: 55px auto 0;
}

.seminar__banner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.seminar__banner > li {
  float: left;
  width: 50%;
  color: #65676a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.seminar__banner > li a {
  position: relative;
  top: 0;
  display: block;
}

.seminar__banner a[target^="_blank"] .seminar__banner__text {
  position: relative;
  padding-right: 20px;
}

.seminar__banner a[target^="_blank"] .seminar__banner__text:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: url(/images/icon-window.png) no-repeat right center;
  background-size: 11px auto;
  content: "";
}

.seminar__banner__image {
  overflow: hidden;
}

.seminar__banner__image img {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.seminar__banner__text {
  display: inline-block;
  margin-top: 10px;
}

.seminar__list {
  max-width: 1200px;
  margin: 50px auto;
}

.seminar__list > ul {
  margin-right: -30px;
}

.seminar__list > ul > li {
  float: left;
  width: 33.3%;
  margin-top: 30px;
  vertical-align: top;
}

.seminar__list > ul > li > a {
  display: block;
  position: relative;
  top: 0;
  margin-right: 30px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.seminar__list > ul > li > a:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: url(/images/seminar-arrow.png) no-repeat 0 0;
  background-size: 24px auto;
  content: "";
}

.seminar__list > ul:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.seminar__list dl {
  padding: 30px;
  color: #45494b;
}

.seminar__list dl > dt {
  clear: left;
  float: left;
  width: 4.5em;
  font-size: 1.167em;
  font-weight: 700;
}

.seminar__list dl > dd {
  overflow: hidden;
  font-size: 1.167em;
}

.seminar__list__title {
  display: block;
  width: 100%;
  color: #fff;
  background: url(/images/seminar-bg-01.jpg) no-repeat 0 0;
  background-size: cover;
  font-size: 1.667em;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.seminar__list__title.seminar__list__title_type_01 {
  background: url(/images/seminar-bg-01.jpg) no-repeat 0 0;
  background-size: cover;
}

.seminar__list__title.seminar__list__title_type_02 {
  background: url(/images/seminar-bg-02.jpg) no-repeat 0 0;
  background-size: cover;
}

.seminar__list__title.seminar__list__title_type_03 {
  background: url(/images/seminar-bg-03.jpg) no-repeat 0 0;
  background-size: cover;
}

.seminar__list__status {
  float: left;
  display: table;
  position: relative;
  top: -10px;
  margin-top: 0;
  margin-left: 30px;
  padding: 4px 18px;
  background: #ea7a3d;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}

.news {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0;
  background: #fff;
}

.news__title, h2.news__title {
  color: #293337;
  font-family: "Helvetica Neue", Arial, "BIZ UDPGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", Meiryo, NotoSansJapanese, sans-serif;
  font-weight: bold;
  font-size: 2.833em;
}

.tab {
  margin-top: 40px;
}

.tab .is-hide {
  display: none;
}

.tab__content .tab__content__item {
  padding: 0 20px 20px;
}

.news__list {
  width: 980px;
  margin: 0 auto;
}

.news__list > ul:not(:empty) {
  border-top: 1px solid #d8d8d8;
}

.news__list > ul > li {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: middle;
}

.news__list > ul > li:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 6px;
  margin-top: -3px;
  background: url(/images/news-arrow.png) no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}

.news__list > ul > li > a {
  display: table;
  width: 100%;
  padding: 20px 40px 20px 20px;
  color: #65676a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
}

.news__list > ul > li .news__list__date, .news__list > ul > li .news__list__label, .news__list > ul > li .news__list__title {
  display: table-cell;
  font-size: 1.166em;
  line-height: 1.3;
}

.news__list > ul > li .news__list__date {
  width: 7em;
}

.news__list > ul > li .news__list__label {
  width: 95px;
  padding: 4px 2px;
  background: #6681a7;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

.news__list > ul > li .news__list__title {
  overflow: hidden;
  padding-left: 25px;
  vertical-align: middle;
}

.news__list > ul > li .news__list__title p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 1em;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news__list .is-new .news__list__title {
  position: relative;
  padding-left: 4.5em;
}

.news__list .is-otherinfo .news__list__label {
  background: #6681a7;
}

.news__list .is-irnews .news__list__label {
  background: #7dad5c;
}

.news__list .is-column .news__list__label {
  background: #6681a7;
}

.news__list .is-seminar .news__list__label, .news__list .is-seminarinfo .news__list__label {
  background: #e1a629;
}

.news__list .is-midcap .news__list__label {
  background: #e4787f;
}

.news__list .is-media .news__list__label {
  background: #9772a2;
}

.news__list a[target^="_blank"] .news__list__title p {
  padding-right: 21px;
  background: url(/images/icon-window.png) no-repeat right center;
  background-size: 11px auto;
}

.news__list a[href$="pdf"] .news__list__title p {
  padding-right: 41px;
  background: url(/images/icon-pdf.png) no-repeat right center;
  background-size: 25px auto;
}

.news__banner {
  width: 980px;
  max-width: 100%;
  margin: 50px auto 0;
}

.news__banner:after {
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  content: "";
}

.news__banner > li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news__banner > li:nth-child(1),
.news__banner > li:nth-child(2) {
  margin-bottom: 20px
}


.news__banner > li > a {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.news__banner > li > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 6px;
  margin-top: -3px;
  background: url(/images/news-arrow.png) no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}

.news__banner > li > a[target^="_blank"]:after {
  width: 11px;
  height: 11px;
  background: url(/images/icon-window.png) no-repeat right center;
  background-size: 11px auto;
}

.news__banner > li span {
  overflow: hidden;
  display: table-cell;
  width: 200px;
  vertical-align: middle;
}

.news__banner > li p {
  display: table-cell;
  padding: 15px 30px;
  color: #65676a;
  font-size: 1.166em;
  vertical-align: middle;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loader_wrapper {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 40px 20px 30px;
  margin: 20px auto 40px;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loader_wrapper .loader_text {
  font-size: 1rem;
  color: #005c55;
}

.loader_wrapper .loader {
  background: #005c55;
  -webkit-animation: loading 1s infinite ease-in-out;
  animation: loading 1s infinite ease-in-out;
  width: 6px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #005c55;
  margin: 0 auto 15px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader_wrapper .loader:after, .loader_wrapper .loader:before {
  background: #005c55;
  -webkit-animation: loading 1s infinite ease-in-out;
  animation: loading 1s infinite ease-in-out;
  width: 6px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loader_wrapper .loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader_wrapper .loader:before {
  position: absolute;
  top: 0;
  content: "";
  left: -9px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader_wrapper .loader:after {
  left: 9px;
}

@-webkit-keyframes loading {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 0, 0 0;
    box-shadow: 0 0, 0 0;
    height: 24px;
  }
  40% {
    -webkit-box-shadow: 0 -6px, 0 6px;
    box-shadow: 0 -6px, 0 6px;
  }
}

@keyframes loading {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 0, 0 0;
    box-shadow: 0 0, 0 0;
    height: 24px;
  }
  40% {
    -webkit-box-shadow: 0 -6px, 0 6px;
    box-shadow: 0 -6px, 0 6px;
  }
}

.error_msg:not(:empty) {
  background-color: #fff;
  text-align: center;
  padding: 15px;
  color: #666;
  border: 1px solid #d8d8d8;
  margin: 40px auto 40px;
  max-width: 980px;
}

@media screen and (min-width: 769px) {
  .button-link a:hover, p.button-link a:hover {
    background: #0a847b;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .button-link.button-link_type_white a:hover, p.button-link.button-link_type_white a:hover, .button-link.button-link_type_black a:hover, p.button-link.button-link_type_black a:hover {
    background: #0a847b;
    color: #fff;
  }
  .service__list > li:nth-child(1) a, .service__list > li:nth-child(2) a, .service__list > li:nth-child(3) a, .service__list > li:nth-child(4) a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .service__list img {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    background-size: 160px auto;
    border-radius: 50%;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
  .service__list > li:nth-child(1) a:hover, .service__list > li:nth-child(2) a:hover, .service__list > li:nth-child(3) a:hover, .service__list > li:nth-child(4) a:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
  }
  .service__list > li:nth-child(1) a:hover:before, .service__list > li:nth-child(2) a:hover:before, .service__list > li:nth-child(3) a:hover:before, .service__list > li:nth-child(4) a:hover:before {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }

  .flow__list__item:hover {
    top: -5px;
  }
  .flow__list__item > a:hover {
    background: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
  }
  .case__slider__item {
    width: 1024px !important;
  }
  .case__slider__link > span {
    margin-right: 35px;
    border-bottom: 1px solid #005c55;
  }
  .case__slider__next:hover, .case__slider__prev:hover {
    background-color: #0a847b;
  }
  .faq__list__item:hover {
    top: -5px;
  }
  .faq__list__item > a:hover {
    background: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
  }
  .seminar__banner > li:nth-child(odd) {
    padding-right: 14px;
  }
  .seminar__banner > li:nth-child(even) {
    padding-left: 14px;
  }
  .seminar__banner__image img:hover {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .seminar__list > ul > li:nth-child(3n + 1) {
    clear: left;
  }
  .seminar__list > ul > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .seminar__list > ul > li > a:hover {
    top: -5px;
    background: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
  }
  .seminar__list.seminar__list_type_single {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
  .seminar__list.seminar__list_type_single > ul {
    margin-right: 0;
  }
  .seminar__list.seminar__list_type_single > ul > li {
    float: none;
    width: 100%;
  }
  .seminar__list.seminar__list_type_single > ul > li > a {
    margin-right: 0;
  }
  .seminar__list__title span {
    display: table-cell;
    height: 130px;
    padding: 22px 30px 17px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .seminar__list__status {
    font-size: 1.083em;
  }
  .news__list > ul > li > a:hover {
    background: #f6f6f6;
  }
  .news__list .is-new .news__list__title:before {
    position: absolute;
    left: 25px;
    padding: 2px 0;
    color: #c8143d;
    font-size: 0.916rem;
    content: "NEW";
  }
  .news__banner > li > a:hover {
    background: #f6f6f6;
  }
  .news__banner > li > a:hover img {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .news__banner > li:nth-child(odd) {
    padding-right: 15px;
  }
  .news__banner > li:nth-child(even) {
    padding-left: 15px;
  }
  .error_msg:not(:empty) {
    font-size: 1.166rem;
  }
}

@media screen and (max-width: 1250px) {
  .introduction__list {
    width: 560px;
  }
}

@media screen and (max-width: 768px) {
  .D03-001-01-list-item__dl span {
    font-size: 1.12em;
  }
  .button-link a, p.button-link a {
    padding: 12px 10px 13px;
  }

  .aboutIntroduction {
    margin: 0;
  }

  .brand{
    padding: 40px 15px;
  }

  .brand__desc{
    text-align: left;
  }

  .brand__movie iframe{
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .aboutIntroduction__inner {
    padding: 30px 15px;
    border-radius: 0;
  }

  .aboutIntroduction__description {
    text-align: start;
    font-size: 13px !important;
  }

  .introduction {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .introduction__title {
    padding: 0 15px;
    line-height: 29px !important;
  }

  .introduction__title-only-sp {
    display: inline;
    font-size: 24px;
  }

  .introduction__desc {
    padding: 0 15px;
    text-align: left;
    font-size: 14px !important;
    line-height: 28px;
  }

  .introduction__list {
    width: 345px;
    display: block;
    margin: 0 auto 40px;
  }

  .introduction__list__item {
    margin-top: 31px;
    height: auto;
  }

  .introduction__list__item:nth-of-type(1):before {
    top: 9px;
    left: 10px;
    height: 50px;
    width: 72.8px;
    background-size: 72.8px auto;
  }

  .introduction__list__item:nth-of-type(2):before {
    top: 9px;
    left: 10px;
    height: 50px;
    width: 80.84x;
    background-size: 80.84px auto;
  }

  .introduction__list__item:nth-of-type(3):before {
    top: 9px;
    left: 10px;
    height: 50px;
    width: 80.32px;
    background-size: 80.32px auto;
  }

  .introduction__list__item:nth-of-type(4):before {
    top: 9px;
    left: 10px;
    height: 50px;
    width: 79.05px;
    background-size: 79.05px auto;
  }

  .introduction__list__item a::after {
    top: 144px;
  }

  .introduction__imgBox-text:nth-of-type(1),
  .introduction__imgBox-text:nth-of-type(2),
  .introduction__imgBox-text:nth-of-type(3),
  .introduction__imgBox-text:nth-of-type(4)  {
    font-size: 22px !important;
  }

  .introduction__list__item:nth-of-type(1) .introduction__imgBox-text {
    top: 62.5px;
    line-height: 32px !important;
  }

  .introduction__list__item:nth-of-type(2) .introduction__imgBox-text {
    top: 55px;
    line-height: 32px !important;
  }

  .introduction__list__item:nth-of-type(3) .introduction__imgBox-text {
    top: 55px;
    line-height: 32px !important;
  }

  .introduction__list__item:nth-of-type(4) .introduction__imgBox-text {
    top: 55px;
    line-height: 32px !important;
  }

  .introduction__descBox {
    width: 345px;
    position: unset;
    padding: 0;
  }

  .introduction__descBox-text {
    font-size: 14px !important;
    line-height: 30px !important;
    height: auto;
    padding: 30px 20px;
  }

  .introduction__descBox-emphasize-text {
    font-weight: normal;
  }

  .introduction-button {
    margin: 22px 0 40px;
    padding: 0 15px;
    width: auto !important;
  }

  .introduction-button a {
    font-size: 14px;
    padding: 13.5px 0;
  }

  .introduction-button .pc-only {
    display: none;
  }

  .introduction-button .sp-only {
    display: block;
  }

  .service {
    padding: 40px 0px;
  }
  .service .service__content {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .service__list {
    display: block;
    margin: 30px 0;
    border-top: 1px solid #5a9590;
    border-left: none;
  }
  .service__list > li {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #5a9590;
    font-size: 1.25em;
    text-align: left;
  }
  .service__list > li > a {
    width: 100%;
    padding: 35px 20px 35px 100px;
    background: no-repeat 5px center;
    background-size: 70px auto;
  }
  .service__list > li > a:after {
    top: 50%;
    right: 0;
    bottom: inherit;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-size: 18px auto;
  }
  .service__list > li > a > span {
    font-size: 1.266em;
  }
  .service__list img {
    position: absolute;
    top: 22px;
    width: 71px;
    left: 5px;
  }
  .flow {
    padding: 40px 15px;
  }
  .flow__title ~ p {
    text-align: left;
  }
  .flow__list {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .flow__list > li {
    display: block;
    margin-top: 15px;
  }
  .flow__list > li:before {
    top: -30px;
    left: 15px;
    width: 8px;
    height: 37px;
    background: url(/images/flow-arrow-03.png) no-repeat 0 0;
    background-size: 8px auto;
  }
  .flow__list > li:first-child {
    margin-top: 0;
  }
  .flow__list > li p {
    font-size: 1.416em;
  }
  .flow__list__item {
    width: 100%;
    margin: 0;
  }
  .flow__list__item > a {
    display: block;
    height: inherit;
    padding: 26px 30px 26px 58px;
    text-align: left;
  }
  .flow__list__item img {
    top: 50%;
    right: inherit;
    left: -5px;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 0;
  }
  .flow__list__item:after {
    top: 50%;
    bottom: inherit;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-size: 18px auto;
  }
  .case__slider {
    max-height: inherit;
    margin: 30px 0;
    padding: 0 15px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .case__slider__item {
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .case__slider__content {
    display: block;
    width: 100%;
  }
  .case__slider__img {
    display: block;
    width: 100%;
  }
  .case__slider__img img {
    height: auto;
  }
  .case__slider__content {
    position: relative;
    padding: 20px;
  }
  .case__slider__content > dl > dt {
    display: none;
  }
  .case__slider__content > dl > dd {
    display: none;
    font-size: 1.166rem;
  }
  .case__slider__content > dl > dd:nth-of-type(1) {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 0;
  }
  .case__slider__content:before {
    top: 35px;
    right: 20px;
    width: 60px;
    height: 52px;
    background-size: 60px auto;
  }
  .case__slider__link {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    font-size: 1.166rem;
  }
  .case__slider__link > span {
    float: none;
    width: 100%;
    margin-top: 15px;
    padding: 15px 25px 0 0;
    border-top: 1px solid #dbdbdb;
  }
  .case__slider__link > span:after {
    right: 0;
    width: 18px;
    height: 18px;
    margin-top: 0;
    background-size: 18px auto;
  }
  .case__slider__next, .case__slider__prev {
    top: 115px;
    left: 0;
    width: 31px;
    height: 70px;
    margin-top: 0;
    margin-left: 0;
    background-size: 7px auto;
  }
  .case__slider__next {
    margin-right: 0;
    right: 0;
    left: inherit;
    background-size: 7px auto;
  }
  .faq {
    padding: 40px 15px;
  }
  .faq__list {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .faq__list > li {
    display: block;
    margin-top: 15px;
  }
  .faq__list > li:first-child {
    margin-top: 0;
  }
  .faq__list > li p {
    font-size: 1.166em;
  }
  .faq__list__item {
    width: 100%;
    margin: 0;
  }
  .faq__list__item > a {
    display: block;
    height: inherit;
    padding: 26px 30px 26px 58px;
  }
  .faq__list__item:before {
    top: 50%;
    left: 20px;
    width: 22px;
    height: 27px;
    background-size: 22px auto;
    margin: -13px 0 0 0;
  }
  .faq__list__item:after {
    top: 50%;
    right: 10px;
    bottom: inherit;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-size: 18px auto;
  }
  .seminar {
    padding: 40px 15px !important;
  }
  .seminar__banner {
    display: table;
    width: inherit;
    margin: 30px auto 0;
  }
  .seminar__banner > li {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .seminar__banner > li:first-child {
    margin-top: 0;
  }
  .seminar__list {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
  }
  .seminar__list > ul {
    margin-right: 0;
  }
  .seminar__list > ul > li {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .seminar__list > ul > li:first-child {
    margin-top: 0;
  }
  .seminar__list > ul > li > a {
    margin-right: 0;
  }
  .seminar__list > ul > li > a:after {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .seminar__list dl {
    padding: 25px 15px 30px;
  }
  .seminar__list__title {
    font-size: 1.166em;
  }
  .seminar__list__title span {
    display: block;
    padding: 20px 30px 25px;
  }
  .seminar__list__status {
    margin-left: 15px;
  }
  .news {
    padding: 40px 15px 0;
  }
  .news__title, h2.news__title {
    font-size: 2em;
  }
  .tab {
    margin-top: 30px;
  }
  .tab__content .tab__content__item {
    padding: 0;
  }
  .news__list {
    width: 100%;
    margin-top: 20px;
  }
  .news__list > ul > li:after {
    right: 5px;
  }
  .news__list > ul > li > a {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 20px 20px 20px 5px;
  }
  .news__list > ul > li .news__list__date, .news__list > ul > li .news__list__label, .news__list > ul > li .news__list__title {
    display: block;
    float: left;
  }
  .news__list > ul > li .news__list__date {
    width: 6.2em;
    padding: 2px 0;
  }
  .news__list > ul > li .news__list__label {
    margin-top: 0;
    font-size: 1em;
  }
  .news__list > ul > li .news__list__title {
    clear: left;
    float: left;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .news__list .is-new:before {
    position: absolute;
    top: 20px;
    left: 200px;
    padding: 2px 0;
    color: #c8143d;
    font-size: 0.916rem;
    content: "NEW";
  }
  .news__list .is-new .news__list__title {
    padding-left: 0;
  }
  .news__banner {
    margin: 30px auto 0;
  }
  .news__banner > li {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .news__banner > li > a:after {
    right: 10px;
  }
  .news__banner > li span {
    width: 120px;
  }
  .news__banner > li p {
    padding: 5px 35px 5px 15px;
    font-size: 1.083em;
  }
  .news__banner > li:first-child {
    margin-top: 0;
  }
  .error_msg:not(:empty) {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .anken-slider-title {
    margin-left: 2%;
  }
  li.D03-001-01-list-item.swiper-slide {
    width: 362px !important;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  }
  div.D03-001-01.swiper-container {
    padding-right: 2%;
    max-width: 1920px;
  }
  #interview_button {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

.swiper-pagination-bullet {
  margin: 0 5px;
}

p.anken-item-image-text {
  position: absolute;
  left: 10px;
}

span.anken-new-text {
  background-color: red;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
}

span.anken-number-text {
  color: #fff;
  background-color: #696969;
  padding: 0 5px;
  margin-right: 8px;
  font-size: 12px;
}

div.anken-description-area {
  position: relative;
  padding-bottom: 42px;
  padding-left: 20px;
}

div.anken-title-text {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  color: #293337;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

dl.anekn-region-area {
  border-top: 1px dotted #e9e9e9;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65676a;
  border-bottom: 1px dotted #e9e9e9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
}

dt.anken-item-title {
  width: 80px;
  font-weight: 700;
  color: #293337;
}

dl.anken-proceeds-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65676a;
  line-height: 1.4;
  border-bottom: 1px dotted #e9e9e9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
}

p.anken-detail-text {
  color: #45494b;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  height: 43px;
  overflow: hidden;
  width: 96%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

p.anken__slider__link {
  bottom: 25px;
  right: 45px;
  position: absolute;
}

p.anken__slider__link:after {
  position: absolute;
  top: 50%;
  right: -35px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/images/flow-arrow-01.png) no-repeat 0 0;
  background-size: 24px auto;
  content: "";
}

@media screen and (max-width: 768px) {
  .anken-description-area {
    padding: 0 35px;
    margin-left: 20px;
  }
  .anken-description-area dl {
    font-size: 14px;
  }
  .D03-001-01.swiper-container {
    padding: 0 15px;
  }
  #interview_button {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.anekn-region-area, .anken-proceeds-area {
  font-size: 1.16em;
}

@media screen and (min-width: 769px) {
  div.anken-description-area {
    padding-right: 20px;
  }
  dl.anekn-region-area, dl.anken-proceeds-area {
    margin-right: 0;
  }
  p.anken-detail-text {
    margin-right: 0;
  }
}

p.button-link.button-link_type_longer {
  width: 500px;
}

@media screen and (min-width: 769px) {
  p.button-link.button-link_type_longer {
    width: calc(800px * 0.46);
  }
}

@media screen and (max-width: 768px) {
  p.button-link.button-link_type_longer {
    width: calc((100% + 40px) * 0.7);
  }
}

@media screen and (max-width: 420px) {
  p.button-link.button-link_type_longer {
    width: calc((100% + 40px) * 0.8);
  }
}

@media all and (-ms-high-contrast: none) {
  .main .main-visual__content {
    margin-top: -150px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  .main {
    display: block;
  }
  .main .main-visual__content {
    margin-top: -20px;
  }
}

.D03-001-01-list-anken-figure {
  height: 68px;
}

/* compass-root */
.compass-root {
  padding: 60px 40px;
  z-index: 0;
  position: relative;
  background-color: #F0F0F0;
}

.compass-root .compass-root__list {
  width: 1200px;
  max-width: 100%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.compass-root .compass-root__list .compass-root__list__item {
  width: 580px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.compass-root .compass-root__list .compass-root__list__item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.3);
  box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.3);
  cursor: pointer;
}

@media (max-width: 768px) {
  .compass-root {
    padding: 40px 15px 0;
  }
}

@media (max-width: 1250px) {
  .compass-root .compass-root__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .compass-root .compass-root__list {
    margin: 30px auto 0;
  }
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  .compass-root .compass-root__list .compass-root__list__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item {
    margin-bottom: 40px;
    width: fit-content;
  }
}

.compass__title {
  color: #293337;
}

.compass__title + p {
  text-align: center;
  color: #45494B;
}

@media (max-width: 768px) {
  .compass__title + p {
    text-align: start;
  }
}

/* anken-list-B */
.swiper-container--b {
  overflow-x: hidden  !important;
}

section.anken-b {
  background-color: #fff;
  position: relative;
  padding-bottom: 60px;
}

section.anken-b .anken__slider__link-b > span {
  display: inline-block;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  background: #343D45;
  border-radius: 5px;
}

section.anken-b .anken__slider__link-b:after {
  position: absolute;
  top: 29%;
  right: 15px;
  width: 7px;
  height: 13px;
  background: url(/images/arrow-right.png) no-repeat center center/cover;
  content: "";
}

section.anken-b .D03-001-01-list-anken-figure {
  height: 120px;
  position: relative;
}

section.anken-b .D03-001-01-list-anken-figure .anken-item-image-text {
  line-height: 1;
}

.anken-b .anken-slider-title {
  margin-bottom: 26px;
  color: #293337;
}
.anken-b .anken-slider-title-small {
  font-size: 80%;
}

.anken-b .anken-slider-description {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 38px;
}

.navi__area {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.anken-b .anken-b__slider__next {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 13px;
  right: 25%;
  z-index: 2;
  border-radius: 50%;
  background-image: url(/images/case-button-next.png);
  background-color: #C8C8C8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-size: 14px auto;
  text-indent: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 0.7;
}

.anken-b .anken-b__slider__prev {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 13px;
  left: 25%;
  z-index: 2;
  border-radius: 50%;
  background-image: url(/images/case-button-prev.png);
  background-color: #C8C8C8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  text-indent: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 0.7;
}

.anken-b .anken-b__slider__next:hover, .anken-b .anken-b__slider__prev:hover {
  background-color: #6F757B;
}

.anken-b .swiper-pagination-b {
  text-align: center;
  width:100%;
  margin-top: 30px;
}

.anken-b .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0A847B !important;
  height: 8px !important;
  vertical-align: middle;
}

.anken-b .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border-radius: inherit;
  margin: 0 !important;
}

.swiper-container--b li.D03-001-01-list-item-b.swiper-slide:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

div.D03-001-01.swiper-container-area {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 60px 10px 10px;
}

.anken-b p.anken-item-image-text {
  position: absolute;
  left: 0;
  bottom: 0;
}

.anken-b span.anken-new-text {
  background-color: red;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
}

.anken-b span.anken-update-text {
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  background-color: #cca300;
}

.anken-b span.anken-number-text {
  color: #fff;
  background-color: #696969;
  padding: 0 5px;
  margin-right: 8px;
  font-size: 12px;
}

.anken-b div.anken-description-area {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
}

.anken-b div.anken-title-text {
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  color: #293337;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.anken-b dl.anekn-region-area {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65676a;
  padding-bottom: 5px;
  margin-right: 20px;
}

.anken-b dt.anken-item-title {
  width: 60px;
  font-weight: 700;
  color: #293337;
}

.anken-b dl.anken-proceeds-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65676a;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-right: 20px;
}

.anken-b p.anken-detail-text {
  color: #45494b;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  height: 43px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.anken-b p.anken__slider__link-b {
  margin: 0 auto 10px;
  line-height: 1;
  text-align: center;
  width: calc(100% - 20px);
  position: relative;
}

.anken-b .anekn-region-area, .anken-b .anken-proceeds-area {
  font-size: 1.16em;
  border-bottom: none;
  border-top: none;
  margin-right: 0;
  margin-bottom: 0;
}
.anken-b .button-link {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  section.anken-b {
    padding-bottom: 40px;
  }
  div.D03-001-01.swiper-container-area {
    padding: 40px 0 15px 15px;
  }
  .anken-b .anken-slider-title {
    margin-bottom: 20px;
  }
  .anken-b .anken-slider-description {
    text-align: start;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .anken-b div.anken-description-area {
    margin-left: 0;
  }
  .anken-b .anken-description-area dl {
    font-size: 14px;
  }
  .anken-b dt.anken-item-title {
    width: 50px;
  }
  .anken-b .anken-b__slider__next {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 18px;
  }
  .anken-b .anken-b__slider__prev {
    width: 40px;
    height: 40px;
    left: 15px;
    top: 18px;
  }
  .anken-b .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
    height: 8px !important;
    vertical-align: inherit;
  }
  .anken-b .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-container--b li.D03-001-01-list-item-b.swiper-slide:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .anken-b .anken-b__slider__next:hover, .anken-b .anken-b__slider__prev:hover {
    background-color: #c8c8c8;
  }
  div.D03-001-01.swiper-container-area::before {
    bottom: 3%;
  }
}

/* 課題から知るサービス　更新V1 20220316*/
.service .service__content.sevice__content__v1{
  padding:60px 40px;
}
.sevice__content__v1 .service__content__up {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.sevice__content__v1 .service__title {
  width: 50%;
  font-size: 4.6em;
  text-align: left;
}

.sevice__content__v1 .service__list.service__list__up {
  width: 50%;
  max-width: 100%;
  margin: 0 0 50px;
}

.sevice__content__v1 .service__title__growth {
  font-size: 2.9em;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", NotoSerifJapanese, serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.sevice__content__v1 .service__list.service__list__up>li>a:after {
  content: none;
}

.sevice__content__v1 .service__list.service__list__dw>li>a:after {
  content: none;
}

.sevice__content__v1 .service__list.service__list__up>li {
  vertical-align: top;
}

.sevice__content__v1 .service__list.service__list__dw>li {
  vertical-align: top;
}

.sevice__content__v1 .service__list>li>a {
  padding: 200px 15px 0;
}

.sevice__content__v1 .service__list>li>a>span {
  margin-bottom: 10px;
}

.sevice__content__v1 .service__list__desc .service__list__desc--li {
  text-align: left;
  position: relative;
  padding-left: 15px;
  margin-bottom:5px;
  line-height:1.6;
}
.sevice__content__v1 .service__list__desc .service__list__desc--li:last-child {
  margin-bottom:0;
}

.sevice__content__v1 .service__list__desc .service__list__desc--li:before {
  content: "・";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width:768px) {
  .service .service__content.sevice__content__v1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sevice__content__v1 .service__content__up {
    flex-direction: column;
  }

  .sevice__content__v1 .service__title {
    width: 100%;
    font-size: 1.833em;
    text-align: center;
  }

  .sevice__content__v1 .service__title__growth {
    font-size: 1.833em;
  }

  .sevice__content__v1 .service__list.service__list__up {
    width: 100%;
    margin: 50px 0;
  }

  .sevice__content__v1 .service__list.service__list__up>li {
    vertical-align: middle;
  }

  .sevice__content__v1 .service__list.service__list__dw>li {
    vertical-align: middle;
  }

  .sevice__content__v1 .service__list>li>a {
    padding: 35px 20px 35px 100px;
  }

  .sevice__content__v1 .service__list>li>a img {
    top: 50%;
    transform: translatey(-50%);
  }
}

@media screen and (min-width: 769px) {
  .sevice__content__v1 .service__list>li:nth-child(1) a:hover, .sevice__content__v1 .service__list>li:nth-child(2) a:hover, .sevice__content__v1 .service__list>li:nth-child(3) a:hover, .sevice__content__v1 .service__list>li:nth-child(4) a:hover {
    box-shadow: none;
  }
}

@media screen and (min-width: 769px) {
  .sevice__content__v1 .service__list li a img.off_img {
    opacity: 1;
    transition: .4s all ease;
  }
  .service__list.service__list__up li:nth-child(1) a:hover img.off_img {
    opacity: 0;
  }

  .service__list.service__list__up li:nth-child(2) a:hover img.off_img {
    opacity: 0;
  }

  .service__list.service__list__dw li:nth-child(1) a:hover img.off_img {
    opacity: 0;
  }

  .service__list.service__list__dw li:nth-child(2) a:hover img.off_img {
    opacity: 0;
  }

  .service__list.service__list__dw li:nth-child(3) a:hover img.off_img {
    opacity: 0;
  }

  .service__list.service__list__dw li:nth-child(4) a:hover img.off_img {
    opacity: 0;
  }

  .sevice__content__v1 .service__list>li>a img.on_img {
    opacity: 0;
    transition: .4s all ease;
  }
  .service__list.service__list__up>li:nth-child(1) a:hover img.on_img {
    opacity: 1;
  }

  .service__list.service__list__up>li:nth-child(2) a:hover img.on_img {
    opacity: 1;
  }

  .service__list.service__list__dw>li:nth-child(1) a:hover img.on_img {
    opacity: 1;
  }

  .service__list.service__list__dw>li:nth-child(2) a:hover img.on_img {
    opacity: 1;
  }

  .service__list.service__list__dw>li:nth-child(3) a:hover img.on_img {
    opacity: 1;
  }

  .service__list.service__list__dw>li:nth-child(4) a:hover img.on_img {
    opacity: 1;
  }
}

/* sector root 20230516 */
.sector-root{
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f0f0f0;
}
.sector-root__title{
  color: #293337;
}
.sector-root__title ~ p {
  color: #45494b;
  text-align: center;
}
.sector-root__ul {
  width: 100%;
  max-width: 1225px;
  margin: 30px auto 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.sector-root__li{
  width:calc(50% - 15px);
  margin-bottom:30px;
}
.sector-root__li:nth-child(odd){
  margin-right:30px;
}
.sector-card-image {
  display: block;
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
}
.sector-card-image__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  padding: 0 30px;
}
.sector-card-image-text {
  color: #fff;
  font-size: 1.75em;
}
.H04-010-02-item__icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  border: 2px solid #343d45;
  border-radius: 25px;
  text-align: center;
  vertical-align: bottom;
}
.sector-root .H04-010-02-item__icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
  border-color: #fff;
}
.H04-010-02-item__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
}
.sector-root .H04-010-02-item__icon svg {
  width: 7px;
  height: 8px;
  margin-top: -4px;
  margin-left: -3px;
}
.sector-root .H04-010-02-item__icon svg path {
  fill: #fff;
}
.sector-card-image img {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.sector-card-image__inner:hover+figure img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}
@media screen and (max-width:768px){
  .sector-root{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left:15px;
    padding-right:15px;
    background: #f0f0f0;
  }
  .sector-root__title ~ p{
    text-align:left;
  }
  .sector-root__ul {
    margin: 20px auto 0;
  }
  .sector-root__li{
    width:calc(50% - 8px);
    margin-bottom:16px;
  }
  .sector-root__li:nth-child(odd){
    margin-right:16px;
  }
  .sector-root .button-link, .sector-root p.button-link{
    width:260px;
    margin-top:10px;
  }
  .sector-card-image__inner {
    padding: 0 10px;
   }
   .sector-card-image-text {
    color: #fff;
    font-size: 1.25em;
  }
  .sector-root .H04-010-02-item__icon {
    width: 20px;
    height: 20px;
  }
  .sector-card-image-text{
    width:calc(100% - 20px);
  }
}

/* 20230622 Htag re */
.service__list__title {
  display: block;
  font-size: 1.294em;
  font-weight: 600;
  margin-bottom:10px;
}
.flow__list__title {
  margin-top: 0;
  line-height: 1.3;
  font-size: 1.416em;
}
.case__title {
  margin-top:60px;
  margin-bottom: 20px;
}
.case__title-small {
  font-size: 80%;
}
.case__title + p,.faq__title + p,.seminar__title + p,.news__title + p {
  color: #45494b;
  margin-bottom:40px;
  text-align:center;
}
.D03-001-01-list-item__header h3 {
  display: block;
  font-weight: 700;
  font-size:20px;
}
@media screen and (max-width:768px){
  .sevice__content__v1 .service__title__growth{
    margin-top:0;
  }
  .service__list__title {
      font-size: 1.266em;
  }
  .case__title {
    margin-top:40px;
  }
  .case__title + p,.faq__title + p,.seminar__title + p,.news__title + p {
    text-align:left;
  }
  .case__title + p {
    padding:0 15px;
  }
  .D03-001-01-list-item__header h3 {
    font-size:14px;
  }
}

/* M&Aとはリンクルート WEB_TASK-5772 */
.aboutma-root {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0;
  background: #fff;
}
.aboutma-root__inner {
  width: 980px;
  margin: 0 auto;
}
.contents h2.aboutma-root__title{
  position: relative;
  border-bottom: 3px solid #e9e9e9;
  color: #293337;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 2.5em;
  font-family: "Helvetica Neue", Arial, "BIZ UDPGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", Meiryo, NotoSansJapanese, sans-serif;
  font-weight: bold;
  text-align:left;
}
.contents h2.aboutma-root__title:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #005c55;
  content: "";
}
.aboutma-root__link{
  text-align:right;
}
@media screen and (max-width:768px){
  .aboutma-root {
    padding: 40px 15px 0;
  }
  .aboutma-root__inner {
    width: 100%;
  }
  .contents h2.aboutma-root__title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 1.833em;
  }
}

/* loadposts_area WEB_TASK-6792 */

@media screen and (max-width:768px){
  .anken-b .D03-001-01{font-size:12px;}
  .anken-slider-title{padding-right:15px;}
}


/* flow ABテスト用 WEB_TASK-5666 実施後ファイル化すること*/
.flow__B .flow__list {display: flex;}
.flow__B .flow__list > li {display: block; width:14.2857142857%; height: auto;}
.flow__B .flow__list > li::before {position: absolute; top: 50%; left: -4px; transform: translatey(-50%); z-index: 10; width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 9px; border-color: transparent transparent transparent #005c54; content: "";}
.flow__B .flow__list > li:first-child::before{content:none;}
.flow__B .flow__list__item {display: block; height: 100%;}
.flow__B .flow__list__item > a {display: block; height: 100%; padding:0;}
.flow__B .flow__list__item figure {position: relative; height:145px;}
.flow__B .flow__list__item figure img {width:100%; height:100%; object-fit: cover;}
.flow__B .flow__list__item figure::before {content:""; width:100%; height:100%; background:rgba(0,0,0,0.5); position:absolute; top:0; left:0; z-index:1;}
.flow__B .flow__list__item > a > img {z-index:3; left:-10px; top:-10px; right: auto; margin:0;}
.flow__B .flow__list__item > a > .flow__numCircle {width:40px; height:40px; background:#005c54; border:1px solid #fff; border-radius:50%; position:absolute; z-index:3; left:-12px; top:-12px; margin:0; display:flex; flex-direction: column; justify-content: center; align-items: center;}
.flow__B .flow__list__item > a > .flow__numCircle span{font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", NotoSerifJapanese, serif; font-weight:400; font-size:1.5em; display:block; line-height:1.0; color:#fff;}
.flow__B .flow__list__item picture img {position: static;top: auto;}
.flow__B .flow__list__item .flow__list__title{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; color:#fff; font-size:1.583em; width:100%; padding:0 10px; white-space: nowrap;}
.flow__B .flow__list__desc{ padding:14px 10px 40px 10px; font-size:1.166em; line-height: 1.8; text-align:left; color:#45494b;}
.flow__B .flow__list__desc .bold {font-weight: bold;}
@media screen and (max-width:768px){
  .flow__B .flow__list {flex-direction: column;}
  .flow__B .flow__list > li {width:100%;}
  .flow__B .flow__list__item > a {display:flex;}
  .flow__B .flow__list__item figure {position: relative; height:auto; width:120px;}
  .flow__B .flow__list__item picture img {margin:0;}
  .flow__B .flow__list__item .flow__list__title{ text-align:center; font-size:1.12em;}
  .flow__B .flow__list__desc {width:calc(100% - 120px); padding: 20px 35px 20px 10px; font-size:1.12em; line-height: 1.6; display:flex; flex-direction: column; justify-content: center;}
  .flow__B .flow__list__item > a > img {width:30px; height:30px;}
  .flow__B .flow__list__item > a > .flow__numCircle {width:30px; height:30px;}
  .flow__B .flow__list__item > a > .flow__numCircle span{font-size:1.125em;}
  .flow__B  .flow__list > li:first-child {margin-top: 0;}
  .flow__B  .flow__list > li {margin-top: 20px;}
  .flow__B .flow__list > li::before {top: -14px; left: 50%; transform: translatex(-50%); border-width: 9px 8px 0 8px; border-color: #005c54 transparent transparent transparent; }
}
.flow__B{display:block;}

/* WEB_TASK-7190 */

.feature__slider {
  position: relative;
  width: 100%;
  max-height: 480px;
  margin: 50px 0;
}

.feature__slider__title{
  margin-top: 60px;
  color: #293337;
  font-weight: 600 !important;
}

.feature__slider__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 960px !important;
  background-color: #ffffff;
  border-radius: 30px !important;
  overflow: visible !important;
}

.feature__slider__item.swiper-slide-active {
  -webkit-box-shadow: 0 10px 20px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(4, 0, 0, 0.1);
}

.feature__slider__content {
  width: 840px;
  padding: 30px 0;
  margin: 0 auto;
}

.feature__slider__content__title {
  color: #015C56;
  font-size: 24px;
  font-weight: bold;
  margin-left: 59px;
  line-height: 1;
  background-color: #EEF5F4;
  padding: 10px;
  width: fit-content;
  margin-top: 10px;
}

.feature__slider__content__title__attr {
  color: #015C56;
  font-size: 16px !important;
  font-weight: bold;
  margin-left: 59px;
  line-height: 1 !important;
  width: fit-content;
}

.feature__slider__content__description {
  font-size: 18px !important;
  line-height: 28.25px !important;
  color: #293337;
  height: 113px;
}

.feature__slider__img {
  width: 108px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.feature__slider__img img {
  width: 100%;
  height: auto;
  border-radius: 70px;
  border: 6px solid #ffffff;
}

.feature__slider__next, .feature__slider__prev {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: calc((100% - 960px) / 2 - 30px);
  z-index: 1;
  width: 60px;
  height: 90px;
  background: #343d45 url(/images/case-button-prev.png) no-repeat center;
  background-size: 14px auto;
  border-radius: 4px;
  text-indent: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.feature__slider__next {
  right: calc((100% - 960px) / 2 - 30px);
  left: inherit;
  background: #343d45 url(/images/case-button-next.png) no-repeat center;
  background-size: 14px auto;
}

.feature__slider__next:hover, .feature__slider__prev:hover {
  background-color: #0a847b;
}

@media screen and (max-width:768px){
  .feature__slider__title{
    margin-top: 0;
  }
  .feature__slider__title span {
    display: none;
  }
  .feature__slider {
    max-height: inherit;
    margin: 30px 0;
    padding: 0 15px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .feature__slider__item {
    width: 100% !important;
    padding: 17px 20px 15px;
  }
  .feature__slider__img {
    width: 58px;
  }
  .feature__slider__content {
    width: 100% !important;
    padding: 0;
  }
  .feature__slider__content__title {
    font-size: 21px;
    margin-top: 32px;
    margin-left: 0;
    padding: 4px;
  }
  .feature__slider__content__title__attr {
    margin-left: 52px;
  }
  .feature__slider__content__description {
    font-size: 14px !important;
    line-height: 26px !important;
    height: auto;
  }
  .feature__slider__next, .feature__slider__prev {
    top: 121px;
    left: 0;
    width: 31px;
    height: 70px;
    margin-top: 0;
    margin-left: 0;
    background-size: 7px auto;
  }
  .feature__slider__next {
    margin-right: 0;
    right: 0;
    left: inherit;
    background-size: 7px auto;
  }
}

/* WEB_TASK-7520 */

@media screen and (min-width: 1120px) and (max-width: 1470px) {
  .H07-002-01 {
      font-size: 12px;
  }
}
.H07-002-01 {
  background-color: #fff;
  color: #45494b;
}
.H07-002-01-item_state_active {
    background-color: transparent;
}
.H07-002-01-item.faq__item {
  border-top: 1px solid #dedede;
}
.H07-002-01-item.faq__item:last-child {
    border-bottom: 1px solid #dedede;
}
.H07-002-01-item.faq__item:hover {
    background-color: transparent;
}
.H07-002-01-item.faq__item .H07-002-01-item__header {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.H07-002-01-item.faq__item .H07-002-01-item__title {
    color: #000;
    font-weight: 700;
    position: relative;
    flex: 1;
}

.H07-002-01-item.faq__item .H07-002-01-item__title::before {
    position: absolute;
    width: 20px;
    height: 26px;
    margin-left: -35px;
    background-image: url(/lp/common/image/faq/faq-Q.png);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
}
.H07-002-01-item.faq__item .H07-002-01-button {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: #343d45;
}
.H07-002-01-item.faq__item .H07-002-01-button::before,
.H07-002-01-item.faq__item .H07-002-01-button::after {
    position: absolute;
    background-color: #fff;
    content: "";
    transition: all .2s ease;
}
.H07-002-01-item.faq__item .H07-002-01-button::before {
    top: 5px;
    left: 11px;
    width: 2px;
    height: 14px;
}
.H07-002-01-item.faq__item .H07-002-01-button::after {
    top: 11px;
    left: 5px;
    width: 14px;
    height: 2px;
}
.H07-002-01-item.faq__item .H07-002-01-item__text {
    color: #000;
    margin: 30px 0 10px;
    position: relative;
    display: none;
}
.H07-002-01-item.faq__item .H07-002-01-item__text::before {
    position: absolute;
    width: 20px;
    height: 23px;
    margin-left: -35px;
    background-image: url(/lp/common/image/faq/faq-A.png);
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
}
@media screen and (min-width: 769px) {
    .H07-002-01-item.faq__item {
        padding: 20px;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__header {
        align-items: center;
        margin: -20px;
        padding: 20px;
        cursor: pointer;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__header:hover {
        background-color: #f1f1f1;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__title {
        padding-left: 45px;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__title::before {
        width: 30px;
        height: 40px;
        margin-left: -45px;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__text {
        padding: 0 60px 0 45px;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__text::before {
        width: 30px;
        height: 40px;
        margin-left: -45px;
    }
    .faq__ul {
      max-width: 1225px;
      margin: 30px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .H07-002-01-item.faq__item {
        padding: 20px 0 0;
    }
    .H07-002-01-item.faq__item:nth-child(1) {
        padding: 0;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__header {
        align-items: center;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__title {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 15px;
        font-size: 1.3em;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__text {
        margin: 0 0 10px;
        padding: 20px 15px 0 50px;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__title::before {
        margin-top: 13px;
    }
    .H07-002-01-item.faq__item .H07-002-01-item__text::before {
        top: 21px;
    }
    .H07-002-01-button {
        right: 15px;
    }
}



li.D03-001-01-list-item-b.swiper-slide.topslide-pattern-a  {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
  transition: all .2s ease;
  height: auto !important;
  border-radius: 5px;
}
li.D03-001-01-list-item-b.topslide-pattern-a.swiper-slide:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .3);
  background-color: #f0f7f5;
}
li.D03-001-01-list-item-b.topslide-pattern-a  .new {
 position: relative;
}
li.D03-001-01-list-item-b.topslide-pattern-a  .new::before {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 4em solid #c00;
  border-bottom: 4em solid rgba(0, 0, 0, 0);
  content: "";
}
li.D03-001-01-list-item-b.topslide-pattern-a  .new::after {
  -webkit-transform: rotate(45deg) scale(0.9);
  display: block;
  z-index: 4;
  position: absolute;
  top: 5px;
  right: 2px;
  transform: rotate(45deg) scale(0.9);
  content: "NEW";
  color: #fff;
  font-size: 12px;
}
ul.D03-001-01-list-anken.swiper-wrapper .topslide-pattern-a picture::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  content: "";
}
.topslide-pattern-a p.anken-item-image-text {
  position: absolute;
  bottom: auto !important;
  left: auto !important;
  z-index: 2;
  margin: 20px 15px 0;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.2 !important;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.topslide-pattern-a .anken-description-area-item-table {
  position: relative;
  box-sizing: border-box;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 700;
  color: #293337;
}
.topslide-pattern-a .anken-description-area-item-table-item {
  border-bottom: 1px solid #f6f6f6;
  background-repeat: no-repeat;
  height: 19px;
}

.topslide-pattern-a .anken-description-area-item-table-item {
    font-size: 14px;
    height: 22px;
}

.topslide-pattern-a .anken-description-area-item-table-item--area {
  background-image: url(/anken/image/icon_area.svg);
}
.topslide-pattern-a .anken-description-area-item-table-item--sales {
  background-image: url(/anken/image/icon_sales.svg);
}
.topslide-pattern-a .anken-description-area-item-table-item--reason {
  background-image: url(/anken/image/icon_human.svg);
}

.topslide-pattern-a .anken-description-area-item-table-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  height: 35px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #45494b;
  line-height: 1.5;
}


.D03-001-01-list-item__icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
ul.D03-001-01-list-anken.swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topslide-pattern-a .D03-001-01-list-anken-figure {
  height: 100px !important;
  position: relative;
}

.swiper-abtest-containe div.anken-description-area {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .topslide-pattern-a .anken-description-area-item-table {
    min-height: 167px;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.6;
  }
  .topslide-pattern-a .anken-description-area-item-table-item {
    padding: 0 0 0 22px;
  }
  .topslide-pattern-a .anken-description-area-item-table-item--area {
    background-size: 11px;
    background-position: left 1px top 4px;
  }
  .topslide-pattern-a .anken-description-area-item-table-item--sales {
    background-size: 16px;
    background-position: left top 2px;
  }
  .topslide-pattern-a .anken-description-area-item-table-item--reason {
    background-size: 11px;
    background-position: left 2px top 4px;
  }
  .topslide-pattern-a .anken-description-area-item-table-text {
    padding: 10px 0 0;
  }
  .swiper-pagination-abtest .swiper-pagination-bullet {
    width: 3%;
  }    
}
@media screen and (max-width: 768px) {
  li.D03-001-01-list-item-b.swiper-slide {
    height: auto;
  }
  .topslide-pattern-a .anken-description-area-item-table {
    padding: 10px 0 15px;
    font-size: 14px;
    line-height: 1.3;
  }
  .topslide-pattern-a .anken-description-area-item-table-item {
    padding: 0 0 0 22px;
  }
  .topslide-pattern-a .anken-description-area-item-table-item--area {
    background-size: 11px;
    background-position: left 1px top 4px;
  }
  .topslide-pattern-a .anken-description-area-item-table-item--sales {
    background-size: 16px;
    background-position: left top 2px;
  }
  .topslide-pattern-a .anken-description-area-item-table-item--reason {
    background-size: 11px;
    background-position: left 2px top 4px;
  }
  .topslide-pattern-a .anken-description-area-item-table-text {
    padding: 5px 0;
    margin-bottom: 15px;
  }
}

.D03-001-01-list-anken-figure .title-white{
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.topslide-pattern-a .anken-description-area-item-table-item {
  font-size: 14px;
  height: 22px;
}

.topslide-pattern-a .anken-description-area-item-table-text{
  font-size: 14px;
  height: 38px;
}


section.anken-b .swiper-pattern-a .anken__slider__link-b>span{
    font-size: 16px;
}

.topslide-pattern-a .anken-description-area-item-table-item--area {
      background-size: 14px;
      
  }
  .topslide-pattern-a .anken-description-area-item-table-item--sales {
      background-size: 17px;
  }


  .topslide-pattern-a .anken-description-area-item-table-item--reason {
      background-size: 13px;

  }


@media screen and (max-width: 768px) {
.topslide-pattern-a .anken-description-area-item-table-text{
  font-size: 16px;
  height: 38px;

}

.topslide-pattern-a .anken-description-area-item-table-item {
  font-size: 16px;
  height: 27px;
  display: flex;
  align-items: center;
}



  .topslide-pattern-a .anken-description-area-item-table-item--area {
      background-size: 17px;
      background-position: left 1px top 5px;
  }
  .topslide-pattern-a .anken-description-area-item-table-item--sales {
      background-size: 18px;
      background-position: left top 5px;
  }


  .topslide-pattern-a .anken-description-area-item-table-item--reason {
      background-size: 15px;
      background-position: left 2px top 5px;
  }


}

.swiper-container--b li.D03-001-01-list-item-b.swiper-slide.topslide-pattern-a{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}


#anken-slide-a .topslide-pattern-a p.anken-item-image-text {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2;
  margin: 20px 0 0;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.2 !important;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: flex;
}

#anken-slide-a .D03-001-01-list-anken-figure .title-white {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    height: 49px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 30%;
    left: 8%;
}


#anken-slide-a li.D03-001-01-list-item-b.topslide-pattern-a  .new::before {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  border-right: none;
  border-bottom: none;
  content: "";
}
#anken-slide-a li.D03-001-01-list-item-b.topslide-pattern-a  .new::after {
  -webkit-transform: rotate(45deg) scale(0.9);
  display: block;
  z-index: 4;
  position: absolute;
  top: 5px;
  right: 2px;
  transform: rotate(45deg) scale(0.9);
  content: "";
  color: #fff;
  font-size: 12px;
}