@charset "UTF-8";

/* common
------------------------------- */

.sp {
  display: none !important;
}

.only-smpc {
  display: none;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
}

body {
  color: #131712;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体",
 "ヒラギノ角ゴ Pro W3", sans-serif;
  height: 100%;
  line-height: 1.7;
}

a {
  color: #131712;
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.wrapper {
  margin: 0 auto;
  padding: 0;
}

/* large background */

.big-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-top: 135px;
}

/* title */

.page-title {
  font-size: 5rem;
  font-weight: normal;
  text-transform: uppercase;
}

.sub-title {
  border-bottom: 2px #0bd solid;
  font-size: 1.375rem;
  font-weight: normal;
  padding: 0 8px 8px;
}

/* button */

.button {
  background: #0bd;
  border-radius: 5px;
  color: #fff;
  font-size: 1.375rem;
  padding: 18px 32px;
}

.button:hover {
  background: #0090aa;
}

/* iframe */

iframe {
  width: 100%;
}

/* reception
------------------------------- */

.reception {
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.reception__container {
  align-items: center;
  color: #1b8583;
  display: flex;
  font-family: "Montserrat", sans-serif;
  justify-content: space-between;
  margin-left: auto;
  width: 450px;
}

.container__info {
  font-size: 0.75rem;
}

.container__tell_number {
  font-size: 1.25rem;
  letter-spacing: 2px;
  padding-right: 10px;
  position: relative;
}

.phone_icon:after {
  background: url(../img/sprite_pc.png) 0px -122px/10rem no-repeat;
  content: "";
  display: block;
  height: 20px;
  left: -21px;
  position: absolute;
  top: 7px;
  width: 15px;
}

/* header
------------------------------- */

.header_wrapper {
  height: 100px;
  margin: auto;
  min-width: 1300px;
  padding: 0;
  position: relative;
  width: 100%;
}

.header_wrapper__logo {
  float: left;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 240px;
  text-align: center;
  width: 100%;
}

.header_wrapper__logo a {
  display: block;
  height: auto;
  width: 100%;
}

.header_wrapper__logo:after {
  clear: both;
  content: "";
  display: block;
}

.header_nav_container {
  border-bottom: 1px solid #eee;
}

.header__main_nav {
  display: flex;
  justify-content: flex-end;
  line-height: 100px;
}

.header__main_nav .main_nav {
  display: flex;
  font-size: 1.25rem;
  height: 100px;
  justify-content: flex-end;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}

.header__main_nav .main_nav__list {
  font-size: 14px;
  font-weight: bold;
  /*width: 110px;*/
	width: 96px;
}

.header__main_nav .main_nav__list:hover {
  background: #ebefee;
}

.header__main_nav .main_nav__list:nth-child(3):hover {
  background: #ebefee;
}

.header__main_nav .main_nav__list:nth-child(3):hover .header_megadrop {
  transition: 0.2s;
}

.header__main_nav .main_nav__list:nth-child(3):hover a {
  color: #242c22;
}

.header__main_nav .main_nav__list:first-of-type {
  margin-left: 0;
}

.header__main_nav .main_nav a {
  color: #242c22;
  display: block;
  height: 100%;
  letter-spacing: 0.05em;
  max-width: 220px;
  width: 100%;
}

.header__main_nav .main_nav::after {
  clear: both;
  content: "";
  display: block;
}

.main_nav_sub {
  margin-top: 58px;
}

.main_nav_sub__list:nth-child(2) {
  margin-top: 19px;
}

.main_nav_sub__list {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;
  width: 80px;
}

.main_nav_sub__list:after {
  border-right: 2px solid #1b8583;
  border-top: 2px solid #1b8583;
  content: "";
  height: 6px;
  left: 3px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  transition: 0.4s;
  width: 6px;
}

.main_nav_sub__list:hover:after {
  left: 10px;
}

.corp_container {
  display: flex;
  justify-content: flex-end;
}

.corp_container__list {
  height: 100px;
  text-align: center;
  width: 100px;
}

.corp_container__list a {
  color: #fff;
  display: block;
  font-weight: 500;
  height: 100%;
  width: 100%;
}

.corp_container__list:not(:last-child) {
  border-left: 1px solid #eee;
  /*line-height: 135px;*/
  /*width: 186px;*/
	line-height: 120px;
	width: 150px;
}

.corp_container__list:not(:last-child) img {
  /*width: 75%;*/
	width: 78%;
}

.corp_container__list:last-child {
  background: #1b8583;
  position: relative;
  width: 100px;
}

.corp_container__list:last-child a {
  font-size: 11px;
  padding-top: 15px;
}

.corp_container__list:last-child a::after {
  background: url(../img/mail.png) center no-repeat;
  background-size: 1.8rem;
  bottom: 0;
  content: "";
  height: 23px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -25px;
  width: 30px;
}

.corp_container__list:last-child::after {
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  width: 25px;
}

/* header_megadrop */

.header_megadrop {
  color: #333;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 134px;
  width: 100%;
  z-index: 9999;
}

.header_megadrop__bg--gray {
  background: #ebefee;
  /*height: 310px;*/
  padding: 30px;
}

.header_megadrop__bg--black {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  width: 100%;
}

.header_megadrop__bg--black:hover .header_megadrop {
  display: none;
}

.header_megadrop__content {
  height: 100%;
  width: 100%;
}

.header_megadrop__content--box {
  background: #1b8583;
  color: #fff;
  height: 100%;
  margin: auto 0;
  max-height: 247px;
  max-width: 319px;
  padding: 83px 0 0 50px;
  width: 100%;
}

.header_megadrop__content--title {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: normal;
  text-align: left;
}

.header_megadrop__content--title:after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  margin: 23px 0 17px;
  width: 30px;
}

.header_megadrop__content--subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: normal;
  text-align: left;
}

.header_megadrop__content {
  display: flex;
  margin: 0 auto;
  max-width: 1030px;
  width: 100%;
}

.header_megadrop__content--box {
  background: #1b8583;
  color: #fff;
  height: 432px;
  margin: auto 0;
  max-height: initial;
  max-width: 319px;
  padding: 83px 0 0 50px;
  width: 100%;
}

.header_megadrop__content .megeadrop_nav {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}

.header_megadrop__content .megeadrop_nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: -40px;
  position: absolute;
  width: 100%;
}

.header_megadrop__content .megeadrop_nav__list--box {
  background: #fff;
  margin-bottom: 26px;
  text-align: center;
  width: 30.55556%;
}

.header_megadrop__content .megeadrop_nav__list--box:last-child {
  margin-bottom: 0;
}

.header_megadrop__content .megeadrop_nav__list--box a {
  display: block;
  height: auto;
  width: 100%;
}

.header_megadrop__content .megeadrop_nav__list--box a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

.header_megadrop__content .megeadrop_nav__list--box a img {
  display: block;
}

.header_megadrop__content .megeadrop_nav__list--box a p {
  background: #fff;
  color: #1b8583;
  line-height: normal;
  padding: 10px;
}

/*drower*/

.l-drawer {
  position: relative;
}

.l-drawer__checkbox {
  display: none;
}

.l-drawer__icon {
  cursor: pointer;
  display: block;
  height: 60px;
  position: fixed;
  right: 0;
  top: -2px;
  width: 56px;
}

.l-drawer__icon-parts,
.l-drawer__icon-parts:before,
.l-drawer__icon-parts:after {
  background-color: #fff;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -15px;
  width: 26px;
}

.l-drawer__icon-parts:before,
.l-drawer__icon-parts:after {
  content: " ";
}

.l-drawer__icon-parts:before {
  top: 16px;
}

.l-drawer__icon-parts:after {
  top: -16px;
}

.l-drawer__overlay {
  background: #000;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

.l-drawer__menu {
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  color: #000;
  height: 100vh;
  max-width: 100%;
  overflow-y: auto;
  position: fixed;
  right: -720px;
  top: 0;
  width: 86%;
}

.l-drawer__icon {
  z-index: 4;
}

.l-drawer__menu {
  z-index: 3;
}

.l-drawer__overlay {
  z-index: 2;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon {
  background: #686f71;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon:after {
  bottom: 9px;
  color: #fff;
  content: "閉じる";
  display: block;
  height: auto;
  position: absolute;
  width: 100%;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  background: #fff;
  top: 0;
  transform: rotate(-45deg);
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  background: #fff;
  position: relative;
  top: 0;
  transform: rotate(45deg);
}

.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.55;
  pointer-events: auto;
}

.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}

.l-drawer .hulh_bar {
  left: -10px;
  width: 35%;
}

.l-drawer__icon-parts,
.l-drawer__icon-parts:after,
.l-drawer__icon-parts:before,
.l-drawer__overlay,
.l-drawer__menu {
  transition: all 0.7s;
}

.l-drawer__text {
  color: #fff;
  height: 60px;
  line-height: 85px;
  width: 100%;
}

@-moz-document url-prefix()  {
  .l-drawer__icon-parts:before {
    top: 10px;
  }
}

/* sticky */

.sticky {
  background: #fff;
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.thead-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

.th-sticky {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}

.toTop {
  background: #ebefee url(../img/sprite_pc.png) -132px 22px no-repeat;
  border-radius: 40px;
  bottom: 50px;
  color: #fff;
  cursor: pointer;
  height: 60px;
  opacity: 0.8;
  position: fixed;
  right: 30px;
  transition: all 0.5s;
  transition: 0.15s;
  width: 60px;
}

.toTop:hover {
  opacity: 1;
}

/* service_container
------------------------------- */

.service_container {
  background: #1b8583;
}

.service_container__list {
  display: flex;
}

.service_container__list--box {
  border-right: 1px solid #fff;
  display: block;
  margin: 0 auto;
  padding: 4.16667% 3.05556% 3.47222% 4.51389%;
  transition: all 0.5s;
  /*max-height: 280px;*/
  /*height: 100vh;*/
  width: 100%;
}

.service_container__list--box .service_container__link-footer {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.service_container__list--box:first-of-type .service_container__link-footer:before {
  background: url(../img/sprite_pc.png) 0px -77px no-repeat;
  content: "";
  height: 42px;
  opacity: 0.7;
  width: 65px;
}

.service_container__list--box:nth-child(2) .service_container__link-footer:before {
  background: url(../img/icon_house.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
  height: 57px;
  opacity: 0.7;
  width: 54px;
}

.service_container__list--box:nth-child(3) .service_container__link-footer:before {
  background: url(../img/sprite_pc.png) -73px 2px no-repeat;
  content: "";
  height: 57px;
  opacity: 0.7;
  width: 54px;
}

.service_container__list--box:last-of-type {
  border-right: none;
}

.service_container__list--box:last-of-type .service_container__link-footer:before {
  background: url(../img/sprite_pc.png) 0px 0px no-repeat;
  bottom: 3px;
  content: "";
  height: 58px;
  opacity: 0.7;
  width: 58px;
}

.service_container__list--box:hover {
  background: #1a9690;
}

.service_container__list--box:hover .service_container__link--text:after {
  left: -27px;
}

.service_container__link {
  color: #fff;
  /*max-height: 100%;*/
  display: block;
  /*height: 100vh;*/
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.service_container__link--title {
  display: block;
  font-size: 22px;
  height: auto;
  margin: 0 auto;
  /*padding-top: 100px;*/
  position: relative;
  width: 100%;
}

.service_container__link--title:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
}

.service_container__linkt--text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.service_container__linkt--text span {
  padding-left: 10px;
}

.service_container__link--text {
  align-items: center;
  /*padding-right: 40px;*/
  /*position: absolute;*/
  /*bottom: 20px;*/
  /*right: 0;*/
  display: flex;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.service_container__link--text:before {
  background: url(../img/sprite_pc.png) -147px -35px no-repeat;
  content: "";
  display: block;
  height: 20px;
  margin-right: 7px;
  transition: 0.3s;
  width: 20px;
}

.service_container__txt {
  align-items: center;
  display: flex;
  padding: 14px 0 24px;
}

/* footer
------------------------------- */

.footer_container {
  margin-bottom: 20px;
  margin-top: 160px;
  max-width: 100%;
  width: 100%;
}

.footer_container__logo img {
  max-width: 200px;
  width: 100%;
}

.footer_container__list {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 85px;
}

.footer_container__list--box span {
  background: #1b8583;
  margin-left: 10px;
  padding: 0 5px;
}

.footer_container__list--box span a {
  color: #fff;
}

.footer_container .footer_container__area {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1139px;
}

.footer_container .footer_container__area .footer_nav {
  max-width: 635px;
  width: 100%;
}

.footer_container .footer_container__area .footer_nav__list {
  display: flex;
  letter-spacing: 0.05em;
  width: 100%;
}

.footer_container .footer_container__area .footer_nav__list--box {
  border-top: none !important;
  font-size: 14px;
  width: 25%;
}

.footer_container .footer_container__area .footer_nav__list--box:first-of-type {
  width: 20%;
}

.footer_container .footer_container__area .footer_nav__list--box:first-of-type a {
  color: #1b8583;
  font-weight: bold;
}

.footer_container .footer_container__area .footer_nav__list--box:nth-child(2) {
  width: 42%;
}

.footer_container .footer_container__area .footer_nav__list--box:nth-child(2) .footer_nav__sublist--box {
  padding-left: 20px;
  position: relative;
}

.footer_container .footer_container__area .footer_nav__list--box:nth-child(2) .footer_nav__sublist--box:after {
  color: #1b8583;
  content: "ー";
  left: 0;
  position: absolute;
}

.footer_container .footer_container__area .footer_nav__list--box:nth-child(2) .footer_nav__sublist--box:first-of-type {
  color: #1b8583;
  display: inline-block;
  font-weight: bold;
  padding-left: 0;
}

.footer_container .footer_container__area .footer_nav__list--box:nth-child(2) .footer_nav__sublist--box:first-of-type:after {
  content: "";
  left: 0;
  position: absolute;
}

.footer_container .footer_container__area .footer_nav__list--box:nth-child(2) .footer_nav__sublist--box:last-of-type:after {
  content: "";
  left: 0;
  position: absolute;
}

.footer_container .footer_container__area .footer_nav__list--box:nth-child(3) {
  border-top: 1px solid #dadada;
  width: 20%;
}

.footer_container .footer_container__area .footer_nav__list--box:nth-child(3) a {
  color: #1b8583;
  font-weight: bold;
}

.footer_container .footer_container__area .footer_nav__list--box:nth-child(4) a {
  color: #1b8583;
  font-weight: bold;
}

.footer_container .footer_container__area .footer_nav__list--box .footer_nav__sublist--box {
  padding-bottom: 5px;
}

.footer_container .footer_container__area .footer_nav__list--box .footer_nav__sublist--box:first-child a {
  color: #1b8583;
  display: inline-block;
  font-weight: bold;
}

.footer_container .footer_bnr {
  margin: 60px auto;
  max-width: 1139px;
  text-align: left;
  width: 100%;
}

.footer_container .footer_bnr__link {
  display: inline-block;
  max-width:560px;/*max-width: 560px;*/
  vertical-align: top;
}

/*div.talent 中小企業からニッポンを元気にプロジェクト*/
div.talent.footer_bnr__link{
    display: inline-block;
    width:550px;
    margin:0 20px 0 0;
}
div.talent p{

}
p.talent_banner img{
    width:100%;
    height:auto;
}
p.talent_text{
    color:#131712;
    font-size:13px;
    line-height:1.5;
    margin-top:5px;
    text-align:left;
}
@media screen and (max-width: 850px) {
div.talent.footer_bnr__link{
    width:100%;
    margin:0 0 30px;
    padding-top:0;
}
div.talent p{

}
p.talent_text{
    font-size:12px;
}
}


.footer_container .copylight_box {
  border-top: 1px solid #ebefee;
  padding-top: 20px;
}

.footer_container .copylight_box__area {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.05em;
  margin: 0 auto;
  max-width: 1139px;
  width: 100%;
}

.footer_container .copylight_box__area__text {
  bottom: 0;
  font-size: 12px;
  left: 0;
  margin-bottom: auto;
  margin-right: auto;
  margin-top: auto;
  top: 0;
}

.footer_container .copylight_box__area__text--subtext {
  font-size: 14px;
}

.dispon {
  display: block;
}

.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1200ms;
}

.ef_speed--b {
  transition: all 1500ms;
}

.ef_speed--c {
  transition: all 1700ms;
}

.ef_speed--d {
  transition: all 2000ms;
}

.ef_speed--e {
  transition: all 2300ms;
}

.ef_speed--f {
  transition: all 2600ms;
}

.ef_speed--g {
  transition: all 2900ms;
}

.ef_speed--h {
  transition: all 3200ms;
}

.ef_speed--i {
  transition: all 3500ms;
}

.ef_speed--j {
  transition: all 3800ms;
}

.ef_speed--k {
  transition: all 4100ms;
}

.effect_fade.effect-scroll,
.effect_fade_b.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.show_animation {
  -webkit-animation: show 0.15s linear 0s;
  animation: show 0.15s linear 0s;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sample5-1::before {
  border-right: 1px solid #7a0;
  border-top: 1px solid #7a0;
  height: 4px;
  left: 3px;
  transform: rotate(45deg);
  width: 4px;
}

/* media query
  ------------------------------- */

.header_container {
  display: flex;
  height: 96%;
  justify-content: space-between;
  position: relative;
}

.logo {
  margin-top: 14px;
  width: 210px;
}

.main_visual {
  bottom: 0;
  height: 575px;
  left: auto;
  margin-left: auto;
  position: relative;
  width: 69.445%;
  z-index: -1;
}

.main_visual__image {
  background-position: center bottom;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slogan {
  bottom: 0;
  left: 0;
  margin: 80px 16.667% 0;
  position: absolute;
  right: 0;
  top: 0;
}

.slogan h2 {
  font-size: 42px;
  letter-spacing: 0.1em;
}

.slogan p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

/* scroll animation
------------------------------- */

.scroll_container {
  padding: calc(46.5px / 2) 0;
  position: relative;
  text-align: center;
}

.scroll_container__index {
  color: #1b8583;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.scroll_container__news {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 15vmin;
  margin: auto 16.667%;
  overflow-y: scroll;
  padding: calc(7.5px / 2) 0;
  position: relative;
}

.scroll_container__news::-webkit-scrollbar {
  display: none;
}

.scroll_container__news__box {
  display: flex;
}

.scroll_container__news__box + .scroll_container__news__box {
  margin-top: 20px;
}

.scroll_container__news__box--link {
  display: block;
  margin-top: 7px;
  padding-left: 6em;
  text-align: left;
  text-indent: -6em;
  transition: 0.2s;
}

.scroll_container__news__box--link:hover {
  color: #1b8583 !important;
}

.scroll_container__news__box--link:hover .scroll_container__news__box--link--data {
  color: #1b8583;
}

.scroll_container__news__box--link--data {
  color: #686f71;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

.scroll_container__news__box--link--anc {
  border-bottom: 1px solid #1b8583;
  color: #1b8583 !important;
}

.scroll_container__news span {
  color: #686f71;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

.scroll_container__news h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 20px;
  text-align: left;
  width: auto;
}

.scroll_container__box {
  color: #686f71;
  left: 0;
  position: absolute;
  right: 0;
  top: -58px;
}

.scroll_container .arrow {
  background-color: #eee;
  height: 35px;
  margin: 16px auto 0;
  overflow: hidden;
  position: relative;
  width: 1px;
}

.scroll_container .arrow:before {
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
  background-color: #1b8583;
  content: "";
  height: 50px;
  left: 0;
  margin: 50px auto 0;
  position: absolute;
  top: -150px;
  width: 2px;
  z-index: 2;
}

.scroll_container:before {
  border: 2px solid #f8f8f8;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

.scroll_container:after {
  border: 2px solid #f8f8f8;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

@-webkit-keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    transform: translate3d(-50%, 100px, 0);
  }
}

/* reasons_content
 ------------------------------- */

.reasons_content {
  margin: 54px 16.667% 120px;
}

.reasons_content__subtitle {
  color: #131712;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin: 0 auto;
  padding-left: 60px;
  position: relative;
}

.reasons_content__subtitle:after {
  background: #1b8583;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 40px;
}

.reasons_content__title {
  font-size: 34px;
  letter-spacing: 0.2em;
  margin: 0 auto;
  margin-top: 27px;
}

/* choosing_box
------------------------------- */

.choosing_box {
  display: flex;
  justify-content: space-around;
  margin: 36px auto 0;
  margin-top: 36px;
  max-width: 960px;
}

.choosing_box__item {
  max-width: 508px;
  padding: 33px 28px;
  transition: 0.25s;
}

.choosing_box__item:hover {
  border-radius: 20px;
  box-shadow: 0 0 8px #dadada;
}

.choosing_box__item__link {
  display: block;
  height: auto;
  max-width: 450px;
}

.choosing_box__item__title {
  color: #1b8583;
  font-size: 25px;
  letter-spacing: 0.02px;
  margin-left: 15px;
  margin-top: 37px;
}

.choosing_box__item__text {
  height: 73px;
  margin-left: 15px;
  margin-top: 20px;
  width: 75%;
}

.choosing_box__item__text--sup {
  border-top: 1px solid #1b8583;
  color: #1b8583;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 30px;
  position: relative;
  text-align: right;
  width: 100%;
}

.choosing_box__item__text--sup:before {
  ransform: translateY(-50%);
  background: #1b8583;
  border-radius: 50%;
  content: "";
  height: 18px;
  position: absolute;
  right: 108px;
  transition: 0.2s;
  width: 18px;
}

.choosing_box__item__text--sup:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 115px;
  top: 24px;
  transform: translateY(-50%);
  transform: rotate(45deg);
  transition: 0.2s;
  width: 6px;
}

.choosing_box__item__text--sup :after,
.choosing_box__item__text--sup :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

.choosing_box__item:hover .choosing_box__item__text--sup:before {
  right: 105px;
}

.choosing_box__item:hover .choosing_box__item__text--sup:after {
  right: 112px;
}

.choosing_box__item__block {
  display: flex;
}

.choosing_box__item_logo--b {
  background: url(../img/leasebackconcierge_b_pc.png) 30px 5px/40% no-repeat;
  border-left: 1px solid #ededed;
  content: "";
  display: block;
  height: 55px;
  margin-top: 20px;
  width: 25%;
}

.choosing_box__item_logo--c {
  background: url(../img/valudus_c_pc.png) 30px 5px/40% no-repeat;
  border-left: 1px solid #ededed;
  content: "";
  display: block;
  height: 55px;
  margin-top: 20px;
  width: 25%;
}

/* works_container
------------------------------- */

.works_container {
  background: #ebefee;
  padding: 113px 0 91px;
}

.works_container .works_content {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 960px;
  width: 100%;
}

.works_container .works_content__titlearea {
  letter-spacing: 0.1em;
}

.works_container .works_content__titlearea--subtitle {
  color: #131712;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 0 auto;
  max-width: 960px;
  padding-left: 60px;
  position: relative;
}

.works_container .works_content__titlearea--subtitle:after {
  background: #1b8583;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 40px;
}

.works_container .works_content__titlearea--title {
  font-size: 34px;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 960px;
}

.works_container .works_content .works_infoarea {
  max-width: 646px;
}

.works_container .works_content .works_infoarea__box {
  display: flex;
}

.works_container .works_content .works_infoarea__box:last-of-type {
  margin-top: 50px;
}

.works_container .works_content .works_infoarea__box--image {
  display: block;
  height: 100%;
  margin-right: 60px;
  max-height: 240px;
  max-width: 230px;
  width: 100%;
}

.works_container .works_content .works_infoarea__content--title {
  color: #1b8583;
  font-size: 26px;
  padding-bottom: 10px;
}

.works_container .works_content .works_infoarea__content--title:after {
  background: #1b8583;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 40px;
}

.works_container .works_content .works_infoarea__content--sublink {
  background: #1b8583;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  letter-spacing: 0.05em;
  line-height: 27px;
  margin-top: 30px;
  padding: 5px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  width: 160px;
}

.works_container .works_content .works_infoarea__content--sublink:after {
  bottom: 0;
  content: "";
  height: 7px;
  margin: auto;
  position: absolute;
  right: 1.45vmin;
  top: 0;
  transition: 0.3s;
  width: 7px;
}

.works_container .works_content .works_infoarea__content--sublink:hover {
  background: #1a9690;
}

.works_container .works_content .works_infoarea__content--sublink:hover:after {
  left: 30px;
}

.works_container .works_infoarea__content__text--sup {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 70px auto 0;
  max-width: 960px;
  padding-bottom: 50px;
  padding-top: 25px;
  position: relative;
  text-align: right;
}

.works_container .works_infoarea__content__text--sup .works_infoarea__content__text--link {
  display: inline-block;
}

.works_container .works_infoarea__content__text--sup .works_infoarea__content__text--link:after {
  background: url(../img/sprite_pc.png) -147px -73px no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 150px;
  top: 37px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
}

.works_container .works_infoarea__content__text--sup .works_infoarea__content__text--link:hover:after {
  right: 147px;
}

/* banner_container
------------------------------- */

.banner_container {
  max-width: 960px;
  padding: 80px 0 164px;
  text-align: center;
}

.banner_container__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 380px;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
}

.banner_container__item {
  width: calc(50% - 20px);
}

.banner_container__item:nth-child(2n) {
  margin-left: 20px;
}

.banner_container__item:nth-child(n+3) {
  margin-top: 20px;
}

.banner_container__area {
  display: block;
  height: auto;
  max-width: 100%;
  position: relative;
}

.banner_container__area:hover {
  opacity: 0.7;
  transition: 0.2s;
}

/* about_contenainer
------------------------------- */

.about_contenainer {
  margin-bottom: 120px;
  position: relative;
}

.about_contenainer__bg--gray {
  background: #ebefee;
  display: block;
  height: 370px;
  max-width: 74.525%;
  position: absolute;
  right: 0;
  top: 130px;
  width: 100%;
  z-index: -1;
}

.about_content {
  margin: auto;
  max-width: 960px;
}

.about_content__titlearea--subtitle {
  color: #131712;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 960px;
  padding-left: 60px;
  position: relative;
}

.about_content__titlearea--subtitle:after {
  background: #1b8583;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 40px;
}

.about_content__titlearea--title {
  font-size: 34px;
  letter-spacing: 0.2em;
  margin: 0 auto;
  margin-top: 27px;
  max-width: 960px;
}

.company_content {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

.company_content__area--title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 44px;
}

.company_content__area--subtitle {
  font-size: 22px;
  letter-spacing: 0.1em;
}

.company_content__list {
  display: flex;
  letter-spacing: 0.05em;
  margin-top: 35px;
}

.company_content__list--box {
  -moz-transform: skewX(155deg);
  -webkit-transform: skewX(155deg);
  border-right: 1px solid #333;
  font-size: 14px;
  font-weight: bold;
  height: 15px;
  line-height: 18px;
  list-style: none;
  padding: 0 10px;
  transform: skewX(155deg);
}

.company_content__list--box:first-of-type {
  padding: 0 10px 0 0;
}

.company_content__list--box:last-of-type {
  border-right: none;
}

.company_content__list--box span {
  display: block;
  transform: skewX(-155deg);
}

.company_content__link {
  background: #1b8583;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 64px;
  line-height: 64px;
  margin-top: 50px;
  padding-left: 30px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  width: 230px;
}

.company_content__link:after {
  background: url(../img/sprite_pc.png) -147px -36px no-repeat;
  content: "";
  display: block;
  height: 20px;
  left: 30px;
  position: absolute;
  top: 32.5px;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 20px;
}

.company_content__link:hover {
  background: #1a9690;
}

.company_content__link:hover:after {
  left: 33px;
}

@media (max-width: 1440px) {
  .header__main_nav .main_nav {
    /*width: 55%;*/
	  width: 48%;
  }

  .header__main_nav .main_nav__list {
    /*width: 100%;*/
  }

  .header__main_nav .main_nav__list:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 1100px) {
  .choosing_box__item__text {
    height: 100px;
  }

  .scroll_container__news h4 {
    width: 145px;
  }
}

@media screen and (max-width: 850px) {
  .service_container__list--box {
    padding: 0;
  }

  .service_container__list--box .service_container__link-footer {
    display: none;
  }

  .service_container__list--box:first-of-type .service_container__link--title:after {
    background: url(../img/sprite_pc.png) 0px -77px no-repeat;
    bottom: 3px;
    height: 42px;
    opacity: 0.7;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 65px;
  }

  .service_container__list--box:nth-child(2) .service_container__link--title:after {
    background: url(../img/icon_house.png) no-repeat;
    height: 57px;
    opacity: 0.7;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 54px;
  }

  .service_container__list--box:nth-child(3) .service_container__link--title:after {
    background: url(../img/sprite_pc.png) -73px 2px no-repeat;
    height: 57px;
    opacity: 0.7;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 54px;
  }

  .service_container__list--box:last-of-type .service_container__link--title:after {
    background: url(../img/sprite_pc.png) 0px 0px no-repeat;
    height: 58px;
    opacity: 0.7;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 58px;
  }

  .service_container__link {
    align-items: center;
    display: flex;
    height: 100%;
  }

  .service_container__txt {
    font-size: 18px !important;
    padding: 0;
  }

  .choosing_box__item_logo--c {
    background-image: url(../img/valudus_c_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-left: none;
    height: 35px;
    margin-top: 20px;
    max-width: 125px;
    width: 100%;
  }
}

@media (max-width: 850px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .big-bg {
    margin-top: 106px;
  }

  .acd-check {
    display: none;
  }

  .acd-label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    padding-left: 40px;
    position: relative;
    text-align: left;
    transition: 2s;
  }

  .acd-label:after {
    background: #1b8583;
    border-radius: 30px;
    border-right: none;
    border-top: none;
    color: #fff;
    content: "ー";
    font-size: 15px;
    height: 25px;
    line-height: 24px;
    padding: 1.25px 0;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 11px;
    transform: unset;
    width: 25px;
    z-index: 1;
  }

  .acd-content {
    height: unset;
    opacity: 1;
    padding: 0;
    visibility: visible;
  }

  .acd-content ul li {
    background: #ebefee;
    border-bottom: 1px solid #fff;
    color: #1b8583;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    text-align: left;
  }

  .acd-content ul li:last-of-type {
    border-bottom: none;
  }

  .acd-content ul li a {
    color: #1b8583;
    display: block;
    height: 100%;
    padding-left: 70px;
    width: 100%;
  }

  .acd-check:checked + .acd-label:after {
    background: #1b8583;
    border-radius: 30px;
    border-right: none;
    border-top: none;
    color: #fff;
    content: "+";
    font-size: 15px;
    height: 25px;
    line-height: 24px;
    padding: 0.25px 0;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 11px;
    transform: unset;
    width: 25px;
    z-index: 1;
  }

  .acd-check:checked + .acd-label + .acd-content {
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
  }

  .acd-check:checked + .acd-label + .acd-content ul li {
    background: #ebefee;
    border-bottom: 1px solid #fff;
    color: #1b8583;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    text-align: left;
  }

  .acd-check:checked + .acd-label + .acd-content ul li:last-of-type {
    border-bottom: none;
  }

  .acd-check:checked + .acd-label + .acd-content ul li a {
    color: #1b8583;
    padding-left: 70px;
  }

  .header_wrapper {
    border-bottom: 1px solid #f0faee;
    height: 60px;
    min-width: 100%;
  }

  .header_wrapper__logo a img {
    width: 144px;
  }

  .header_wrapper__nav {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    width: 50%;
  }

  .header_wrapper__nav--list {
    background: #1b8583;
    border-right: 1px solid #fff;
    font-size: 10px;
    height: 60px;
    max-width: 33.33333%;
    text-align: center;
    width: 100%;
  }

  .header_wrapper__nav--list:last-of-type {
    border-right: none;
  }

  .header_wrapper__nav--list a.nav_design {
    color: #fff;
    display: block;
    height: 100%;
    padding: 12px 0 0;
    width: 100%;
  }

  .header_wrapper__nav--icon {
    display: block;
    height: 20px;
    margin: 0 auto 3px;
    width: 25px;
  }

  .header_wrapper__nav--icon:first-of-type {
    background: url(../img/sprite_pc.png) -304px -191px/21rem no-repeat;
  }

  .header_wrapper__nav--icon:last-of-type {
    background: url(../img/sprite_sp.png) -60px -66px/10rem no-repeat;
  }

  .header_wrapper__sub_nav {
    background: #fff;
    display: flex;
    justify-content: center;
  }

  .header_wrapper__sub_nav--list {
    margin: 10px 0;
    max-width: 50%;
    text-align: center;
    width: 100%;
  }

  .header_wrapper__sub_nav--list:not(:first-child) .header_wrapper__sub_nav--link {
    border-left: 1px solid #737373;
    margin-left: 4px;
    padding-left: 4px;
  }

  .header_wrapper__sub_nav--link {
    align-items: center;
    display: flex;
    height: 25px;
    justify-content: center;
  }

  .header_wrapper__sub_nav--icon {
    display: block;
    height: 25px;
    margin-right: 8px;
    width: 23px;
  }

  .header_wrapper__sub_nav--text {
    color: #1C8495;
    font-feature-settings: "palt";
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
  }

  .header_wrapper__logo {
    margin-top: 15px;
    width: 50%;
  }

  /* header */

  .main_nav {
    font-size: 1rem;
  }

  .main_nav li {
    margin: 0 20px;
  }

  /* home */

  .home-content {
    margin-top: 20%;
  }

  .works_infoarea__box {
    display: block !important;
  }

  .page-title {
    font-size: 2.5rem;
  }

  .header_container {
    align-items: center;
    flex-direction: column;
  }

  /* header */

  .main_nav {
    font-size: 1rem;
  }

  .main_nav li {
    margin: 0 20px;
  }

  .l-drawer__icon {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .l-drawer__icon .hulh_bar {
    left: 0;
    width: 20px;
  }

  .l-drawer__item {
    height: 50px;
    line-height: 50px;
    position: relative;
  }

  .l-drawer__item .acd-content {
    position: relative;
  }

  .l-drawer__item .acd-content li:before {
    content: "";
    display: block;
    height: 22px;
    left: 32px;
    margin: 15px 0 0;
    position: absolute;
    width: 33px;
  }

  .l-drawer__item .acd-content li:first-of-type:before {
    background: url(../img/icon__sp_b.png) 0px -41px/5rem no-repeat;
  }

  .l-drawer__item .acd-content li:nth-child(2):before {
    background: url(../img/icon_house_sp.png) no-repeat;
    background-size: contain;
    height: 30px;
    left: 32px;
    margin-top: 10px;
    width: 30px;
  }

  .l-drawer__item .acd-content li:nth-child(3):before {
    background: url(../img/icon__sp_b.png) -3px 0px/5rem no-repeat;
    height: 32px;
    left: 32px;
    margin-top: 10px;
    width: 32px;
  }

  .l-drawer__item .acd-content li:last-of-type:before {
    background: url(../img/icon__sp_b.png) -57px -2px/5rem no-repeat;
    height: 26px;
    left: 35px;
    width: 25px;
  }

  .l-drawer__item .inner_icon {
    border-right: 2px solid #1b8583;
    border-top: 2px solid #1b8583;
    content: "";
    height: 10px;
    margin: 21px 0 0;
    position: absolute;
    right: 18px;
    transform: rotate(45deg);
    width: 10px;
  }

  .l-drawer__item:after {
    border-right: 2px solid #1b8583;
    border-top: 2px solid #1b8583;
    content: "";
    height: 10px;
    margin: 21px 0 0;
    position: absolute;
    right: 18px;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
  }

  .l-drawer__item:first-of-type {
    height: 60px;
    line-height: 60px;
  }

  .l-drawer__item:first-of-type .l-drawer__item--inner {
    height: 60px;
    line-height: 60px;
    position: relative;
    width: 50%;
  }

  .l-drawer__item:first-of-type .l-drawer__item--inner img {
    bottom: 0;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: auto;
  }

  .l-drawer__item:nth-child(4) {
    height: unset;
    line-height: unset;
  }

  .l-drawer__item:last-of-type {
    margin-bottom: 0;
    padding-left: 0;
  }

  .l-drawer__item:last-of-type .l-drawer__item--inner {
    background: #1b8583;
    color: #fff !important;
    height: 87.5px;
    line-height: 87.5px;
    padding-left: 0px;
    position: relative;
    text-align: center;
  }

  .l-drawer__item:last-of-type .l-drawer__item--inner:before {
    background: #fff;
    border-radius: 50%;
    bottom: 32px;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    right: 30px;
    width: 22px;
  }

  .l-drawer__item:last-of-type .l-drawer__item--inner::after {
    border-right: 2px solid #1b8583;
    border-top: 2px solid #1b8583;
    bottom: 40px;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 39px;
    transform: rotate(45deg);
    width: 6px;
  }

  .l-drawer__item .toggle_closebutton::after {
    content: "-";
  }

  .l-drawer__item--inner {
    color: #333 !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    text-align: left;
    width: 100%;
  }

  /* home */

  .home-content {
    margin-top: 20%;
  }

  .service_container__link--title:after {
    content: '';
    display: block;
    opacity: 0.7;
    right: 1.25vh !important;
  }

  .service_container__link--text {
    position: static;
  }

  .service_container__link--text .service_container_link--icon {
    background: url(../img/sprite_pc.png) -285px -201px no-repeat;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: 0.3s;
    width: 20px;
  }

  .service_container__link--text:before {
    display: none;
  }

  .service_container .service_container__area .service_container__list {
    display: block;
  }

  .service_container .service_container__area .service_container__list--box {
    border-bottom: 1px solid #fff;
    border-right: none;
    height: 160px;
  }

  .service_container .service_container__area .service_container__list--box .service_container__link .service_container__link--title {
    font-size: 18px;
    max-width: 74.67%;
    width: 100%;
  }

  .service_container .service_container__area .service_container__list--box .service_container__link span {
    font-size: 12px;
  }

  .service_container .service_container__area .service_container__list--box .service_container__link .service_container_link--icon {
    background: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
  }

  .service_container .service_container__area .service_container__list--box .service_container__link .service_container_link--icon:after {
    -webkit-transform: rotate(45deg);
    border-right: 2px solid #1b8583;
    border-top: 2px solid #1b8583;
    content: "";
    height: 6px;
    left: 6px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 6px;
    z-index: 11;
  }

  .service_container .service_container__area .service_container__list--box:last-of-type {
    border-bottom: none;
  }

  .footer_container {
    margin: 0;
  }

  .footer_container__logo img {
    width: 200px;
  }

  .footer_container__area {
    flex-wrap: wrap-reverse;
  }

  .footer_container__area .footer_nav__list {
    display: block !important;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box {
    width: 100% !important;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box:nth-child(2) .footer_nav__sublist--box:first-of-type {
    padding-left: 8%;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box:nth-child(2) .footer_nav__sublist--box:after {
    left: 8%;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist {
    margin: 0 auto;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .footer_nav__sublist--box {
    border-bottom: 1px solid #dadada;
    height: 60px;
    line-height: 60px;
    padding: 0 8%;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .sublist__borderless:first-of-type {
    border-bottom: none;
    height: 3rem;
    line-height: 3rem;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .sublist__borderless:nth-child(n + 2):nth-child(-n + 5) {
    border-bottom: none;
    font-size: 12px;
    font-weight: bold;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 1rem;
    padding: 0 13%;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .sublist__borderless:nth-child(n + 2):nth-child(-n + 5):nth-child(4) {
    margin-bottom: 20.5px;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .sublist__borderless:nth-child(n + 2):nth-child(-n + 5) a {
    color: #686f71;
  }

  .footer_container__content {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    padding: 0 8% 50px;
  }

  .footer_container .copylight_box {
    border-top: 1px solid #ebefee;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
  }

  .footer_container__list {
    margin-top: 52px;
  }

  .footer_container__list--box:nth-child(4) {
    margin-top: 38px;
  }

  .footer_container .footer_bnr {
    margin: 30px auto 0;/* 60px auto 0*/
    padding: 0 4%;
    text-align: center;
  }


  .footer_container .copylight_box__text--subtext,
  .footer_container .footer_container__logo {
    margin-top: 63px;
  }

  .example_container__navarea--box--list:last-of-type {
    border: 1px solid #1b8583 !important;
  }

  .footer_container__box {
    display: block;
    margin: 0 auto;
    max-width: 95%;
    width: 100%;
  }

  /* sticky header アンカーリンク位置調整 */

  .anker_link {
    display: block;
    margin-top: -45px;
    padding-top: 45px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .header_container {
    display: block;
  }

  .header_container .main_visual {
    height: 340px;
    width: 86.67%;
  }

  .header_container .main_visual__image {
    background: url(../img/main_sp.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    top: 100px;
  }

  .header_container .slogan {
    margin: 50px 5.334% 0;
  }

  .header_container .slogan__title img {
    max-width: 190px;
    width: 100%;
  }

  .header_container .slogan__text {
    font-size: 14px;
  }

  .scroll_container {
    margin-top: -105px;
    padding: calc(46.5px / 4) 0 calc(46.5px / 2);
  }

  .scroll_container__news {
    height: 16vmin;
    margin: auto 5.334%;
  }

  .scroll_container__news__box {
    display: block;
    top: -45px;
  }

  .scroll_container__news__box--content {
    display: flex;
  }

  .scroll_container__news__box--title {
    display: block;
    font-size: 18px !important;
    margin-right: 20px !important;
    margin-top: 0;
    width: 65px !important;
  }

  .scroll_container__news__box--link {
    font-size: 13px;
    padding-left: 0;
    text-align: left;
    text-indent: 0;
  }

  .scroll_container__news__box--link--data {
    display: block;
    font-size: 12px;
    margin-top: 7px;
  }

  .scroll_container__box {
    top: -45px;
  }

  .scroll_container .arrow {
    background-color: #eee;
    height: 30px;
    margin: 6px auto 0;
    overflow: hidden;
    position: relative;
    width: 1px;
  }

  .reasons_content {
    margin: 31.5px 0 74px;
    padding: 0 5.334% 0 6%;
    width: 100%;
  }

  .reasons_content__area {
    margin-left: auto;
    max-width: 100%;
    width: 100%;
  }

  .reasons_content__subtitle {
    margin: 0;
    margin-left: auto;
    max-width: 325px;
    max-width: 100%;
    padding-left: 34px;
    width: 100%;
  }

  .reasons_content__subtitle:after {
    height: 1px;
    top: 10px;
    width: 24px;
  }

  .reasons_content__title {
    font-size: 22px;
    margin-top: 22.5px;
    max-width: 100%;
  }

  .reasons_content .choosing_box__item {
    max-width: 100%;
  }

  .reasons_content .choosing_box__item__link {
    max-width: 100%;
  }

  .reasons_content .choosing_box__item__link img {
    max-width: 100%;
    width: 100%;
  }

  .reasons_content .choosing_box__item__text--sup {
    margin-top: 39px;
    width: 100%;
  }

  .works_container .works_content .works_infoarea__box--image {
    margin-right: 0;
  }

  .works_container {
    padding: 61px 8% 0;
  }

  .works_container .works_content {
    display: block;
    padding: 0 5.56%;
  }

  .works_container .works_content__titlearea--subtitle {
    padding-left: 36px;
  }

  .works_container .works_content__titlearea--subtitle:after {
    top: 10px;
    width: 24px;
  }

  .works_container .works_content__titlearea--subtitle:hover {
    background: #1a9690;
  }

  .works_container .works_content__titlearea--subtitle:hover:after {
    left: 28px;
  }

  .works_container .works_content__titlearea--title {
    font-size: 24px;
  }

  .works_container .works_content .works_infoarea__box--image {
    display: block;
    margin: 42px auto 32px;
  }

  .works_container .works_content .works_infoarea__content--title {
    font-size: 22px;
  }

  .works_container .works_content .works_infoarea__content--title:after {
    width: 27px;
  }

  .works_container .works_content .works_infoarea__content--text {
    font-size: 14px;
  }

  .works_container .works_content .works_infoarea__content--sublink {
    height: 56px;
    line-height: 50px;
    margin: 30.5px auto;
    max-width: 100%;
    width: 100%;
  }

  .works_container .works_content .works_infoarea__content--sublink:after {
    background: url(../img/sprite_sp.png) -124px -28px/9rem no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 25px;
    position: absolute;
    right: auto;
    top: calc(50% - 9px);
    transform: translate(0, -50%);
    transition: 0.3s;
    width: 10px;
  }

  .works_container .works_infoarea__content__text--sup .works_infoarea__content__text--link:after {
    background: url(../img/sprite_pc.png) -215px -127px no-repeat;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 157px;
    top: 37px;
    transform: translateY(-50%);
    transition: 0.2s;
    width: 20px;
  }

  .works_container .works_infoarea__content__text--sup .works_infoarea__content__text--link:hover:after {
    right: 157px;
  }

  .works_infoarea__content__text--sup {
    border-top: 2px solid #fff;
  }

  .banner_container {
    padding: 56.5px 8% 86px;
  }

  .banner_container__content {
    height: auto;
  }

  .banner_container__item {
    flex: none;
    width: 100%;
  }

  .banner_container__item + .banner_container__item {
    margin-left: 0;
    margin-top: 30px;
  }

  .banner_container__area--text {
    background: none;
    bottom: 0;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: unset;
    padding: 5px 0;
    position: static;
    width: 100%;
  }

  .banner_container__area--text--span {
    letter-spacing: 0.1em;
  }

  .banner_container__area--text:after {
    display: none;
  }

  .about_contenainer {
    margin-bottom: 89.5px;
  }

  .about_contenainer__bg--gray {
    height: 515px;
    max-width: 78.67%;
    top: 98px;
  }

  .about_contenainer .about_content {
    margin: auto;
  }

  .about_contenainer .about_content__titlearea {
    padding: 0 8% 0;
  }

  .about_contenainer .about_content__titlearea--subtitle:after {
    width: 24px;
  }

  .about_contenainer .about_content__titlearea--title {
    font-size: 22px;
  }

  .about_contenainer .about_content .company_content {
    display: block;
  }

  .about_contenainer .about_content .company_content__img_box {
    height: auto;
    margin-left: auto;
    max-height: none;
    width: 92%;
  }

  .about_contenainer .about_content .company_content__img_box img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .about_contenainer .about_content .company_content__area {
    padding: 0 12.67% 0;
  }

  .about_contenainer .about_content .company_content__area--title {
    font-size: 23px;
  }

  .about_contenainer .about_content .company_content__area--subtitle {
    font-size: 16px;
  }

  .about_contenainer .about_content .company_content__link {
    margin-top: 36.5px;
    padding-left: 0;
    width: 100%;
  }

  .about_contenainer .about_content .company_content__link:after {
    left: 25px;
  }

  .about_contenainer .about_content .company_content__list--box {
    font-size: 12px;
  }

  .page-title {
    font-size: 2.5rem;
  }

  .choosing_box {
    display: block;
  }

  .choosing_box__item {
    padding: 0;
  }

  .choosing_box__item:hover {
    border-radius: unset;
    box-shadow: none;
  }

  .choosing_box__item:last-of-type {
    margin-top: 52px;
  }

  .choosing_box__item__title {
    font-size: 20px;
    margin-left: 0;
    margin-top: 31.5px;
  }

  .choosing_box__item__text {
    font-size: 14px;
    height: auto;
    margin-left: 0;
    width: 100%;
  }

  .choosing_box__item__text--sup:after {
    right: 110px !important;
  }

  .choosing_box__item__block {
    display: block;
  }

  .choosing_box__item_logo--b {
    background-image: url(../img/leasebackconciege_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-left: none;
    height: 35px;
    margin-top: 20px;
    max-width: 125px;
    width: 100%;
  }

  .header_container {
    align-items: center;
    flex-direction: column;
    height: 100%;
  }

  .footer_container__box {
    max-width: 100%;
  }
}

@media (max-width: 378px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .l-drawer__item:first-of-type .l-drawer__item--inner img {
    max-width: 100%;
    width: 100%;
  }

  .header_wrapper {
    border-bottom: 1px solid #f0faee;
    height: 60px;
    min-width: 100%;
  }

  .header_wrapper__nav {
    display: flex;
    margin-left: auto;
    width: 50%;
  }

  .header_wrapper__nav--list {
    background: #1b8583;
    font-size: 10px;
    height: 60px;
    max-width: 33.33333%;
    text-align: center;
    width: 100%;
  }

  .header_wrapper__nav--list a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .header_wrapper__nav--list a.nav_design {
    color: #fff;
    display: block;
    height: 100%;
    padding: 12px 0 0;
    width: 100%;
  }

  .header_wrapper__nav--list a.nav_design img {
    width: 45%;
  }

  .header_wrapper__nav--icon {
    display: block;
    height: 17px;
    margin: 2px auto 3px;
    width: 23px;
  }

  .header_wrapper__nav--icon:first-of-type {
    background: url(../img/sprite_pc.png) -304px -191px/21rem no-repeat;
  }

  .header_wrapper__nav--icon:last-of-type {
    background: url(../img/sprite_sp.png) -54px -60px/9rem no-repeat;
  }

  .header_wrapper__logo {
    margin-top: 15px;
    width: 50%;
  }

  /* header */

  .main_nav {
    font-size: 1rem;
  }

  .main_nav li {
    margin: 0 20px;
  }

  /* home */

  .home-content {
    margin-top: 20%;
  }

  .hulh_bar {
    width: 20px !important;
  }

  .toTop {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background: #ebefee url(../img/sprite_pc.png) -120px 20px/10rem no-repeat;
    border-radius: 40px;
    bottom: 40px;
    color: #fff;
    cursor: pointer;
    height: 54px;
    position: fixed;
    right: 10px;
    transition: all 0.5s;
    width: 54px;
  }

  .service_container__link--title:after {
    right: 1.25vh !important;
  }

  .service_container__link--text {
    position: static;
  }

  .service_container__link--text .service_container_link--icon {
    background: url(../img/sprite_pc.png) -253px -179px/20rem no-repeat;
    bottom: 10px;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    right: -30px;
    transition: 0.3s;
    width: 18px;
  }

  .service_container__link--text:after {
    display: none;
  }

  .service_container .service_container__area .service_container__list {
    display: block;
  }

  .service_container .service_container__area .service_container__list--box {
    border-bottom: 1px solid #fff;
    border-right: none;
    height: 160px;
  }

  .service_container .service_container__area .service_container__list--box .service_container__link .service_container__link--title {
    font-size: 18px;
    max-width: 74.67%;
    /*padding-top: 60px;*/
    width: 100%;
  }

  .service_container .service_container__area .service_container__list--box .service_container__link span {
    font-size: 12px;
  }

  .service_container .service_container__area .service_container__list--box:last-of-type {
    border-bottom: none;
  }

  .footer_container {
    margin: 0;
  }

  .footer_container__box {
    display: block;
    max-width: 95%;
    width: 100%;
  }

  .footer_container__area {
    flex-wrap: wrap-reverse;
  }

  .footer_container__area .footer_nav {
    margin-top: 0 !important;
  }

  .footer_container__area .footer_nav__list {
    display: block !important;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box {
    width: 100% !important;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box:nth-child(2) .footer_nav__sublist--box:first-of-type {
    padding-left: 8%;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box:nth-child(2) .footer_nav__sublist--box:after {
    left: 8%;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist {
    margin: 0 auto;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .footer_nav__sublist--box {
    border-bottom: 1px solid #dadada;
    height: 60px;
    line-height: 60px;
    padding: 0 8%;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .sublist__borderless:first-of-type {
    border-bottom: none;
    height: 3rem;
    line-height: 3rem;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .sublist__borderless:nth-child(n + 2):nth-child(-n + 5) {
    border-bottom: none;
    font-size: 12px;
    font-weight: bold;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 1rem;
    padding: 0 13%;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .sublist__borderless:nth-child(n + 2):nth-child(-n + 5):nth-child(4) {
    margin-bottom: 20.5px;
  }

  .footer_container__area .footer_nav__list .footer_nav__list--box .footer_nav__sublist .sublist__borderless:nth-child(n + 2):nth-child(-n + 5) a {
    color: #686f71;
  }

  .footer_container__content {
    display: flex;
    flex-wrap: wrap-reverse;
    padding: 0 8% 50px;
  }

  .footer_container .copylight_box {
    border-top: 1px solid #ebefee;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
  }

  .footer_container__list {
    margin-top: 52px;
  }

  .footer_container__list--box:nth-child(4) {
    margin-top: 38px;
  }

  .footer_container .copylight_box__text--subtext,
  .footer_container .footer_container__logo {
    font-size: 14px;
    margin-top: 63px;
  }

  .footer_container .copylight_box__area__text {
    margin: auto;
  }
}

@media screen and (max-width: 378px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .big-bg {
    margin-top: 60px;
  }

  .header_container {
    display: block;
  }

  .header_container .main_visual {
    height: 340px;
    width: 86.67%;
  }

  .header_container .main_visual__image {
    background: url(../img/main_sp.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    top: 100px;
  }

  .header_container .slogan {
    margin: 70px 8% 0;
  }

  .header_container .slogan__title img {
    max-width: 190px;
    width: 100%;
  }

  .header_container .slogan__text {
    font-size: 14px;
  }

  .scroll_container {
    margin-top: -55px;
  }

  .scroll_container .arrow {
    background-color: #eee;
    height: 30px;
    margin: 6px auto 0;
    overflow: hidden;
    position: relative;
    width: 1px;
  }

  .reasons_content {
    margin-bottom: 74px;
    margin-top: 31.5px;
    padding: 0 8% 0 6%;
    width: 100%;
    /*.choosing_box {
            &__item {
                &__link {
                    .choosing_box__item__block {
                        .choosing_box__item_logo--b {
                            background: url(../img/sprite_pc.png) 1px 0/16rem no-repeat;
                            border-left: none;
                            height: 35px;
                            margin-top: 20px;
                            max-width: 125px;
                            width: 100%;
                        }
                    }
                }
            }
        }*/
  }

  .reasons_content__area {
    margin-left: unset;
    max-width: 100%;
    width: 100%;
  }

  .reasons_content__subtitle {
    margin: 0;
    margin-left: auto;
    max-width: 325px;
    max-width: 325px;
    padding-left: 34px;
    width: 100%;
  }

  .reasons_content__subtitle:after {
    height: 1px;
    top: 10px;
    width: 24px;
  }

  .reasons_content__title {
    font-size: 22px;
    letter-spacing: 0.2em;
    margin-top: 22.5px;
    max-width: 315px;
  }

  .works_container .works_content .works_infoarea__box--image {
    margin-right: 0;
  }

  .works_container {
    padding: 61px 8% 0;
  }

  .works_container .works_content {
    display: block;
    padding: 0 5.56%;
  }

  .works_container .works_content__titlearea--subtitle {
    padding-left: 36px;
  }

  .works_container .works_content__titlearea--subtitle:after {
    top: 10px;
    width: 24px;
  }

  .works_container .works_content__titlearea--title {
    font-size: 24px;
  }

  .works_container .works_content .works_infoarea__box--image {
    display: block;
    margin: 42px auto 32px;
  }

  .works_container .works_content .works_infoarea__content--title {
    font-size: 22px;
  }

  .works_container .works_content .works_infoarea__content--title:after {
    width: 27px;
  }

  .works_container .works_content .works_infoarea__content--text {
    font-size: 14px;
  }

  .works_container .works_content .works_infoarea__content--sublink {
    height: 56px;
    line-height: 50px;
    margin: 30px auto;
    max-width: 280px;
    width: 100%;
  }

  .works_container .works_content .works_infoarea__content--sublink:after {
    background: none;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: -58vmin;
    margin: auto;
    position: absolute;
    top: 0;
    transition: 0.3s;
    width: 10px;
  }

  .works_container .works_infoarea__content__text--sup .works_infoarea__content__text--link:after {
    background: url(../img/sprite_sp.png) -87px -57px/9rem no-repeat;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 157px;
    top: 37px;
    transform: translateY(-50%);
    transition: 0.2s;
    width: 20px;
  }

  .works_container .works_infoarea__content__text--sup .works_infoarea__content__text--link:hover:after {
    right: 157px;
  }

  .works_infoarea__content__text--sup {
    border-top: 2px solid #fff;
  }

  .banner_container {
    padding: 56.5px 8% 86px;
  }

  .about_contenainer {
    margin-bottom: 89.5px;
  }

  .about_contenainer__bg--gray {
    height: 515px;
    max-width: 78.67%;
    top: 98px;
  }

  .about_contenainer .about_content__titlearea {
    padding: 0 8% 0;
  }

  .about_contenainer .about_content__titlearea--subtitle:after {
    width: 24px;
  }

  .about_contenainer .about_content__titlearea--title {
    font-size: 22px;
  }

  .about_contenainer .about_content .company_content {
    display: block;
  }

  .about_contenainer .about_content .company_content__img_box {
    height: 100%;
    margin-left: auto;
    max-height: 232px;
    width: 92%;
  }

  .about_contenainer .about_content .company_content__img_box img {
    height: 100%;
    max-height: 232px;
    max-width: 345px;
    width: 100%;
  }

  .about_contenainer .about_content .company_content__area {
    padding: 0 12.67% 0;
  }

  .about_contenainer .about_content .company_content__area--title {
    font-size: 23px;
  }

  .about_contenainer .about_content .company_content__area--subtitle {
    font-size: 16px;
  }

  .about_contenainer .about_content .company_content__link {
    margin-top: 36.5px;
    width: 100%;
  }

  .about_contenainer .about_content .company_content__link:after {
    background: url(../img/sprite_sp.png) -140px -33px/10rem no-repeat;
    height: 16px;
    left: 25px;
    width: 8px;
  }

  .about_contenainer .about_content .company_content__list--box {
    font-size: 12px;
  }

  .page-title {
    font-size: 2.5rem;
  }

  .choosing_box {
    display: block;
  }

  .choosing_box__item {
    padding: 0;
  }

  .choosing_box__item:hover {
    border-radius: unset;
    box-shadow: none;
  }

  .choosing_box__item:last-of-type {
    margin-top: 52px;
  }

  .choosing_box__item__title {
    font-size: 20px;
    margin-left: 0;
    margin-top: 31.5px;
  }

  .choosing_box__item__text {
    font-size: 14px;
    margin-left: 0;
    width: 100%;
  }

  .choosing_box__item__text--sup {
    width: 100%;
  }

  .choosing_box__item__text--sup:after {
    right: 115px !important;
  }

  .choosing_box__item__block {
    display: block;
  }

  .header_container {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 375px) {
  .service_container__txt {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 320px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .service_container__link--title {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1100px) and (min-width: 850px) {
  .only-smpc {
    display: inherit;
  }

  .service_container__list--box {
    padding: 2.77778%;
  }

  .service_container__list--box:first-of-type .service_container__link-footer:before {
    content: none;
  }

  .service_container__list--box:nth-child(2) .service_container__link-footer:before {
    content: none;
  }

  .service_container__list--box:nth-child(3) .service_container__link-footer:before {
    content: none;
  }

  .service_container__list--box:last-of-type .service_container__link-footer:before {
    content: none;
  }
}

@media screen and (min-width: 850px) and (max-width: 1100px) {
  .service_container__txt {
    justify-content: space-between;
  }

  .service_container {
    background: #1b8583;
  }

  .service_container__list {
    display: flex;
  }

  .service_container__list--box {
    max-height: 25.455vw;
  }

  .service_container__list--box:first-of-type .service_container__link--title {
    max-width: 22.292vw;
    /*&:after {
                        background: url(../img/sprite_pc.png) 0 -7vw / 16.2vw no-repeat;
                        height: 3.992vw;
                        width: 6vw;
                        bottom: 0;
                        right: 0;
                    }*/
  }

  .service_container__list--box:first-of-type .service_container__link--title span {
    letter-spacing: 0;
  }

  .service_container__list--box:first-of-type .service_container__txt:after {
    background: url(../img/sprite_pc.png) 0 -7vw/16.2vw no-repeat;
    bottom: 0;
    content: "";
    height: 3.992vw;
    opacity: 0.7;
    right: 0;
    width: 6vw;
  }

  .service_container__list--box:nth-child(2) .service_container__link--title {
    /*max-width: 16.806vw;*/
    /*&:after {
                        background: url(../img/sprite_pc.png) -6.65vw 0 / 16vw no-repeat;
                        height: 5.183vw;
                        width: 4.91vw;
                        bottom: 0;
                    }*/
  }

  .service_container__list--box:nth-child(2) .service_container__txt:after {
    background: url(../img/icon_house.png) no-repeat;
    bottom: 0;
    content: "";
    height: 5.183vw;
    opacity: 0.7;
    right: 0;
    width: 4.91vw;
  }

  .service_container__list--box:nth-child(3) .service_container__link--title {
    /*max-width: 16.806vw;*/
    /*&:after {
                        background: url(../img/sprite_pc.png) -6.65vw 0 / 16vw no-repeat;
                        height: 5.183vw;
                        width: 4.91vw;
                        bottom: 0;
                    }*/
  }

  .service_container__list--box:nth-child(3) .service_container__txt:after {
    background: url(../img/sprite_pc.png) -6.65vw 0/16vw no-repeat;
    bottom: 0;
    content: "";
    height: 5.183vw;
    opacity: 0.7;
    right: 0;
    width: 4.91vw;
  }

  .service_container__list--box:last-of-type {
    border-right: none;
  }

  .service_container__list--box:last-of-type .service_container__link--title {
    max-width: 22.917vw;
    /*&:after {
                        background: url(../img/sprite_pc.png) 0 0 / 17vw no-repeat;
                        height: 5.5vw;
                        width: 5.5vw;
                        bottom: 0;
                    }*/
  }

  .service_container__list--box:last-of-type .service_container__txt:after {
    background: url(../img/sprite_pc.png) 0 0/17vw no-repeat;
    bottom: 0;
    content: "";
    height: 5.5vw;
    opacity: 0.7;
    right: 0;
    width: 5.5vw;
  }

  .service_container__link--title {
    font-size: 1.5vw;
  }

  .service_container__link--title .service_container__linkt--text {
    font-size: 1vw;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .header_megadrop__bg--gray {
    padding: 80px 30px;
  }

  *::-ms-backdrop,
  .header_megadrop__content .megeadrop_nav__list {
    top: 50%;
    transform: translate(0, -50%);
  }
}
