.sp {
  display: none;
}

html, body {
  overflow-x: hidden;
  position: relative;
  font-family: lato, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media all and (-ms-high-contrast:none) {
	html, body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

.container {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}

.inner {
  width: 730px;
  max-width: 100%;
  margin: auto;
}

.header {
  padding-top: 40px;

}

p {
  letter-spacing: 0.16em;
  line-height: 1.62;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.header-nav-menu {
  display: flex;
}

.header-nav-menu li {
  margin: 0 22px;
  position: relative;
}

.header-nav-menu a {
  text-decoration: none;
}


.header-nav-menu li a,
.header-nav-menu span {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #092354;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.header-nav-menu .has-submenu .header-nav-submenu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  background-color: #fff;
  text-align: center;
  padding: 15px 0;
  /* margin-top: 15px; */
  box-shadow: 0 4px 30px rgba(0,0,0,0.11);
  z-index: 5;
}
.header-nav-menu .has-submenu:hover .header-nav-submenu {
  display: block;
}

.header-nav-menu li .header-nav-submenu a {
  display: block;
  font-weight: normal;
  padding: 15px 0;
}





.header-nav-menu .has-submenu:hover >a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
 /* top: 35px; */
  display: block;
  background-color: #092354;
}

.caretaker-img {
  padding-top: 115px;
}

.caretaker-description {
  padding: 60px 0;
}

.caretaker-description p {
  color: #000000;
}

.dot {
  font-weight: 900;
  color: #092354;
}
 
/* 
.dot::before {
  position: absolute;
  content: '';
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #092354;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
} */



.service-function {
  color: #092354;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.26em;
  padding-bottom: 20px;
}

.caretaker-main-img {
  text-align: center;
  margin-top: 55px;
}

.detail-group {
  text-align: center;
}

.detail-group p{
  padding-bottom: 30px;
}


.icon-pdf {
  position: relative;
  top: 3px;
}

.c-link-button a {
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
  letter-spacing: 0.14em;
  min-width: 285px;
  font-size: 14px;
  background-color: #092354;
  border-radius: 25px;
  padding: 10px 45px;
  overflow: hidden;
  z-index: 2;
}

.c-link-button a::before, .c-link-button a::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
}

.c-link-button a, .c-link-button a::before, .c-link-button a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-link-button a::after {
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}
.c-link-button a:hover::after {
  right: 0;
  z-index: -1;
  background-color: #070638;
}

.link-text-text {
  margin-left: 10px;
}

.c-contact {
  text-align: center;
}

.c-contact p {
  text-align: center;
  padding-bottom: 80px;
  font-size: 20px;
}

.c-title.company .ten-min {
  letter-spacing: 0.14em;
}

.ten-min {
  font-family: "ten-mincho",serif;
}


.c-link-outbutton a,
.c-link-outbutton .btn {
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 3;
  border: 2px solid #092354;
  color: #092354;
  border-radius: 32px;
  text-decoration: none;
  padding: 15px 45px;
  display: inline-block;
  min-width: 295px;
  letter-spacing: 0.17em;
  font-size: 17px;
  font-weight: 400;
  overflow: hidden;
}

.c-link-outbutton .btn.btn-submit {
  background-color: #092354;
  color: #fff;;
  margin-left: 30px;
}
.c-link-outbutton a::before,
.c-link-outbutton a::after,
.c-link-outbutton .btn::before,
.c-link-outbutton .btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.c-link-outbutton a,
.c-link-outbutton a::before,
.c-link-outbutton a::after,
.c-link-outbutton .btn,
.c-link-outbutton .btn::before,
.c-link-outbutton .btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-link-outbutton a::after,
.c-link-outbutton .btn::after {
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}
.c-link-outbutton a:hover,
.c-link-outbutton .btn:hover {
  color: #fff;
}
.c-link-outbutton a:hover::after,
.c-link-outbutton .btn:hover::after {
  right: 0;
  background-color: #092354;
}
.c-link-outbutton .btn {
  z-index: 1;
}

.c-link-outbutton.line {
  position: relative;
}

.c-link-outbutton.line::before {
  content: '';
  width: 1px;
  height: 80px;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #092354;
  position: absolute;
}

.caretaker-group {
  padding-bottom: 100px;
  border-bottom: 1px solid #eeeeee;
}

.space {
  padding: 50px;
}

.c-title.company {
  padding-top: 180px;
  padding-bottom: 75px;
}

.c-title.access {
  padding-top: 100px;
}

.c-title .ten-min {
  font-size: 14px;
  color: #092354;
}

.c-title .company-title {
  font-size: 36px;
  color: #092354;
  font-weight: bold;
  letter-spacing: 0.16em;
}

.company-table {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 80px;
}

.company-table dl {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.16em;
}

.company-table dl dt {
  padding: 30px;
  width: 200px;
  font-weight: 400;
  border-top: 1px solid #092354;
}

.company-table dl dd {
  padding: 30px 0;
  font-weight: 400;
  padding-left: 20px;
  width: 100%;
  border-top: 1px solid #eeeeee;
}

.c-title.access iframe {
  margin-top: 75px;
  margin-bottom: 120px;max-width: 100%;
}

.main-title_about {
  text-align: center;
  position: relative;
  padding-bottom: 75px;
  margin-top: -160px;
  /* border-bottom: 1px solid #eeeeee; */
}

.about-title {
  font-size: 18px;
  color: #092354;
  letter-spacing: 0.18em;
}

.about-title::after {
  content: '';
  width: 1px;
  height: 80px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -95px;
  background-color: #092354;
  position: absolute;
}

.about-subtitle {
  font-size: 34px;
  color: #092354;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.about-under-txt {
  font-size: 16px;
  color: #000000;
  line-height: 2.25;
  letter-spacing: 0.16em;
  padding: 35px 30px;
}
.about-under-txt-top {
  font-size: 20px;
}

.main-title_promise {
  background-color: #f5f5f5;
  padding-top: 78px;
  padding-bottom: 90px;
}
.promise-title {
  color: #092354;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: .14em;
  text-align: center;
  line-height: 1;
}
.promise-subtitle {
  color: #092354;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.14em;
  margin-bottom: 60px;
}
ul.promise-under-txt {
  padding: 0 30px;
}
.promise-under-txt li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.promise-under-txt li::before {
  content: '■';
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.c-more-btn a {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #092354;
  color: #fff;
  display: inline-block;
  min-width: 175px;
  border-radius: 25px;
  text-decoration: none;
  padding: 10px 65px;
  letter-spacing: 0.16em;
  transition: all .6s;
}
.c-more-btn a::before, .c-more-btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.c-more-btn a, .c-more-btn a::before, .c-more-btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-more-btn a::after {
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}
.c-more-btn a:hover::after {
  right: 0;
  z-index: -1;
  background-color: #070638;
}

.introduce-wrapper {
  padding-bottom: 75px;
}

.introduce-wrapper .inner {
  width: 970px;
}

.introduce-box {
  display: flex;
}

.introduce-box figure {
  flex: 1 0 425px;
}

.introduce-right {
  text-align: left;
  margin-left: 85px;
}

.c-introduce-txt {
  padding-top: 30px;
}

.c-more-btn.introduce {
  margin-top: 55px;
} 

.introduce-box {
  padding-top: 80px;
}

.contact-form {
  padding-bottom: 0;
  margin-bottom: 60px;
  border-bottom: 0;
  position: relative;
}
.contact-form::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 730px;
  max-width: 100%;
  background-color: #eee;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
}

.contact-form.noborder::after {
  display: none;
}

.contact-form .name {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.contact-form .required {
  background-color: #092354;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  padding: 5px;
}

.form-row {
  display: flex;
  justify-content: space-between;
}
.contact-form .form-half {
  width: 48%;
}


.contact-form dl {
  display: flex;
  align-items: flex-start;
}

.contact-form dl dt {
  letter-spacing: 0;
  padding-top: 45px;
  padding-left: 20px;
  padding-right: 15px;
  width: 210px;
}

.contact-form dl dd {
  flex: 1 0 500px;
  max-width: 100%;
}

.c-title-txt span {
  font-size: 14px;
  color: #092354;
}

.c-title-txt {
  font-size: 36px;
  letter-spacing: 0.12em;
  color: #092354;

}




.form-contact {
  padding: 13px 18px;
  width: 100%;
  background-color: #f6f6f6;
  border: 0;
  outline: 1px solid #eee;
}
.form-contact:disabled {
  background-color: #fff;
  outline: 0;
}

.form-contact::placeholder {
  color: #dedede;
}

/* IE */
.form-contact:-ms-input-placeholder {
  color: #dedede;
}

/* Edge */
.form-contact::-ms-input-placeholder {
  color: #dedede;
}

.form-textarea {
  height: 180px;
  resize: none;
  overflow: hidden;
}


/* consulting */
.consulting-group {
  padding-bottom: 70px;
  border-bottom: 1px solid #eee;
}


.top-title-txt {
  font-size: 16px;
  color: #000000;
  padding-top: 40px;
  letter-spacing: 0;
  line-height: 1.8;
}

.consulting-txt-box span {
  font-size: 14px;
  line-height: 0;
}

.consulting-top-title {
  font-size: 36px;
  padding-top: 5px;
}

.c-title-txt.c-top-box {
  display: flex;
  padding-top: 70px;
}

.consulting-txt-box {
  padding-top: 40px;
}

.img-right {
  margin-left: 60px;
  flex: 0 1 52%;
}

.consulting-discription-box {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 20px;
  margin-right: 30px;
  line-height: 1.8;
}

.consulting-discription-box ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.consulting-date-box {
  padding-top: 60px;
}

.consulting-date-box ul {
  line-height: 1.8;
  list-style-type: none;
  padding-left: 0;
}

.consulting-date-item {
  padding-left: 20px;
  position: relative;
}

.consulting-date-item::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.consulting-date-title {
  font-size: 26px;
  font-weight: bold;
  color: #092354;
  letter-spacing: 0.12em;
}

/* エリンギ */
.introduce-logo pc {
  line-height: 0;
}

.eringi-discription-box {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-right: 70px;


}

.eringi-discription-box p {
  letter-spacing: 0;
}

.name-ttl-box {
  line-height: 1.4;
  color: #092354;
  padding-bottom: 40px;
}

.family {
  color: #092354;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.12em;
  padding-top: 20px;
}

.family span {
  padding-right: 10px;
}

.family-ttl {
  font-size: 14px;
}

.family-left {

  font-size: 26px;
}

.family-right {
  font-size: 18px;
  padding-left: 20px;
}

.consulting-discription-box.eringi {
  padding: 30px 40px;
  margin-right: 0;
  margin-top: 0;
}

.consulting-item.eringi {
  line-height: 1.6;
}

/* ケアテイカー */
.caretaker-txt-box {
  padding-top: 25px;
}

.caretaker-discription-box {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.caretaker-discription-box h3 {
  font-size: 26px;
  color: #092354;
}

.consulting-discription-box.caretaker {
  display: flex;
  justify-content: space-around;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  line-height: 1.8;
  position: relative;
}


.c-link-button.caretaker {
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 0.14em;
  min-width: 310px;
  font-size: 18px;
  background-color: #092354;
  border-radius: 25px;
  padding: 10px 100px;
}

.c-link-button.caretaker p {
  padding-bottom: 0;
}


.detail-group.caretaker {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.arrow-logo {
  text-align: center;
  padding: 30px 0;
}

.c-link-button.caretaker.arrow {
  background-color: #df0024;
  padding: 10px 30px;
}

.detail-group.caretaker.arrow {
  position: static;
}

.caretaker-txt-box .part {
  font-size: 16px;
}

.detail-group.caretaker.link {
  position: relative;

}

















.footer {
  background-color: #092354;
  padding: 40px 0;
  margin-top: 120px;
}

.copyright-txt {
  font-size: 12px;
  color: #fff;
}

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



.mainvisual {
  padding-top: 160px;
  padding-bottom: 180px;
  /* width: 1280px; */
  max-width: 100%;
  height: 800px;
  margin: auto;
  position: relative;
  /* overflow: hidden; */
}
.mainvisual .inner, .page-polygon {
  position: absolute;
  left: 0;
  right: 0;
  width: 720px;
  max-width: 100%;
  margin: auto;
}
.mainvisual .inner .polygon-1, .mainvisual .inner .polygon-2, .page-polygon .polygon-2 {
  content: '';
  display: block;
  background-repeat: no-repeat;
  position: absolute;
}
.mainvisual .inner .polygon-1 {
  z-index: -1;
  left: -380px;
  bottom: -360px;
  background-image: url(../images/mv-left@2x.png);
  background-size: contain;
  width: 406px;
  height: 453px;

}
.mainvisual .inner .polygon-2, .page-polygon .polygon-2 {
  z-index: -1;
  top: -170px;
  right: -60%;
  background-image: url(../images/mv-right@2x.png);
  background-size: contain;
  width: 546px;
  height: 496px;
}

.page-polygon .polygon-2 {
  top: 123px;
}
.mainvisual-heading {
  font-size: 36px;
  line-height: 1.8;
  font-weight: normal;
}

.main-title {
  font-size: 24px;
  margin-bottom: 40px;
}



@media screen and (max-width:1128px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container, .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .header {
    padding: 25px;
  }

  .header-left-logo {
    width: 160px;
    max-width: 50%;
    height: auto;
  }

  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-button {
    background-color: #092354;
    border-radius: 6px;
    width: 45px;
    height: 45px;
    position: relative;
  }

  .nav-button,
  .nav-button span {
    display: inline-block;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 2px;
    background-color: #fff;
  }

  .nav-button span:nth-of-type(1) {
    top: 14px;
  }
    
  .nav-button span:nth-of-type(2) {
    top: 21px;
  }
    
  .nav-button span:nth-of-type(3) {
   bottom: 14px;
  }
  
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  .open #global-nav {
    visibility: visible;
    opacity: 1;
  }

  #global-nav {
    background-color: #092354;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    text-align: center;
    display: none;
  }

  #nav-toggle {
    z-index: 1000;
  }

  .open #global-nav {
    display: block;
  }

  .header-nav-menu li span {
    color: #fff;
    display: block;
    padding: 0;
    font-size: 19px;
  }

  .header-nav-menu li .header-nav-submenu a {
    padding: 12px 0;
    color: #fff;
  }

  .header-nav {
    padding-top: 140px;
    position: relative;
    z-index: 99;
  }

  .header-left-logo {
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 100;
  }

  .header-left-logo.sp {
    display: none;
  } 

  .open .header-left-logo.sp {
    display: block;
  }

  .header-right {
    position: absolute;
    right: 20px;
    top: 17px;
  }
  
  .header-nav-menu {
    display: block;
  }

  .header-nav-menu >li {
    display: block;
    padding: 30px 0;
  }
  .header-nav-menu .has-submenu .header-nav-submenu {
    display: block;
    position: relative;
    background-color: transparent;
    box-shadow: none;
  }

  .header-nav-menu li .header-nav-submenu{
    background-color: #092354;
    width: auto;
    display: block;
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding: 20px 0;
    margin-top: 60px;
  }

  .footer-box {
    display: block;
    text-align: center;
  }
  .copyright-txt {
    padding-bottom: 30px;
  }

  .header {
    padding: 33px;
  }

  .caretaker-img {
    padding-top: 90px;
  }

  .caretaker-description {
    padding: 30px 0;
    text-align: center;
  }

  .caretaker-description p {
    text-align: left;
    letter-spacing: 0;
  }

  .service-function {
    padding-bottom: 10px;
  }

  .service-function p {
    letter-spacing: 0;
    text-align: left;
  }

  .caretaker-main-img {
    margin-top: 35px;
  }

  .caretaker-group {
    padding-bottom: 50px;
  }

  .space {
    padding: 25px;
  }

  .c-contact p {
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .detail-group p {
    text-align: left;
  }
 
  .c-title.company {
    padding-top: 95px;
    padding-bottom: 45px;
  }

  .company-table {
    padding-bottom: 40px;
  }

  .company-table dl {
    flex-wrap: wrap;
  }

  .company-table dl dt {
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eeeeee;

  }
  .company-table dl dd {
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 30px;
    border-top: 0;
    font-weight: normal;
  }

  .c-title.access {
    padding-top: 50px;
    text-align: center;
  }

  .c-title.access iframe {
    margin-top: 35px;
    margin-bottom: 60px;
  }


  .mainvisual {
    padding-top: 125px;
    padding-bottom: 160px;
    height: auto;
  }
  .mainvisual .inner {
    position: relative;
    width: 100%;
  }
  .mainvisual .inner .polygon-1, .mainvisual .inner .polygon-2 {
    display: none;
  }

  .home-polygon, .page-polygon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1200px;
    overflow: hidden;
    z-index: -11;
  }

  .home-polygon .polygon-1, .home-polygon .polygon-2,
  .page-polygon .polygon-2 {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
  }
  .home-polygon .polygon-1 {
    z-index: -1;
    left: -175px;
    top: 280px;
    background-image: url(../images/mv-left_sp@2x.png);
    background-size: contain;
    width: 288px;
    height: 321px;
  }
  .home-polygon .polygon-2,
  .page-polygon .polygon-2 {
    z-index: -1;
    top: -55px;
    right: -195px;
    background-image: url(../images/mv-right_sp@2x.png);
    background-size: contain;
    width: 379px;
    height: 455px;
  }
  .mainvisual-heading {
    font-size: 30px;
  }

  .introduce-right {
    margin-left: 0;
  }

  .main-title_about {
    margin-top: 130px;
  }

  .about-under-txt {
    padding: 17px 0;
    letter-spacing: 0;
    text-align: left;
  }

  .main-title_about {
    padding-bottom: 70px;
  }

  .introduce-box {
    padding-top: 70px;
    display: block;
  }

  .introduce-logo {
    text-align: center;
    padding-bottom: 30px;
  }

  .c-more-btn.introduce {
    text-align: center;
    margin-top: 25px;
  }

 

  .contact-form dl {
    flex-wrap: wrap;
  }

  .contact-form dl dt {
    padding-top: 30px;
    padding-bottom: 15px;

  }

  .c-link-outbutton .btn.btn-submit {
    margin: auto;
    margin-top: 30px;
    display: block;
  }

  .c-title-txt.sp {
    padding-bottom: 30px;
    text-align: center;
    color: #092354;
  }

  .c-title-txt.c-top-box {
    flex-direction: column;
  }

  .img-right {
    margin-top: 50px;
    margin-left: 0;
    width: calc(100% + 20px);
    height: auto;
  }

  .top-consulting-img {
    position: relative;
  }

  .consulting-txt-box {
    padding-top: 0;
  }

  .top-title-txt {
    padding-top: 40px;
  }

  .consulting-date-box {
    padding-top: 60px;
  }

  .consulting-group {
    padding-bottom: 90px;
  }

  .img-right img {
    width: 100%;
  }

  .consulting-discription-box {
    margin-right: 0;
  }

  .consulting-discription-box.eringi {
    line-height: 1.6;
    padding: 20px;
  }

  .eringi-discription-box {
    padding-right: 0;
  }

  .consulting-discription-box.caretaker {
    flex-direction: column;
  }

  .link-text-text.caretaker {
    text-align: center;
    margin-left: 0;
    letter-spacing: 0;
  }

  .header-nav-menu li a, 
  .header-nav-menu span {
    color: #fff;
  }

  .family {
    margin-bottom: 20px;
  }
  .main-title_promise {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .promise-subtitle {
    margin-bottom: 30px;
  }
  ul.promise-under-txt {
    padding: 0;
  }
}