@charset "UTF-8";
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  overflow-x: hidden;
  line-height: 1.4;
  color: #333;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.sec-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  .sec-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

.tab-row {
  display: none;
}
@media screen and (max-width: 999px) {
  .tab-row {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.flex-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .flex-inner {
    display: block;
  }
}

.sec-ttl {
  font-size: 2.4rem;
  color: #09749a;
  text-align: center;
  font-weight: bold;
  margin-bottom: 70px;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .sec-ttl {
    font-size: 2rem;
  }
}
.sec-ttl::after {
  width: 66px;
  height: 5px;
  background: #b8dcde;
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.line-ye {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fae47e));
  background: -webkit-linear-gradient(transparent 70%, #fae47e 0);
  background: linear-gradient(transparent 70%, #fae47e 0);
  font-weight: bold;
}

.fwb {
  font-weight: bold;
}

.sec-subttl {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  margin: 0 auto;
  width: 180px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .sec-subttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.sec-subttl::before, .sec-subttl::after {
  position: absolute;
  width: 167px;
  height: 2px;
  background: #333;
  top: 15px;
  content: "";
}
@media screen and (max-width: 999px) {
  .sec-subttl::before, .sec-subttl::after {
    width: 0;
  }
}
.sec-subttl::before {
  left: -200px;
}
.sec-subttl::after {
  right: -200px;
}

.qa__item {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(143, 143, 143, 0.6);
          box-shadow: 0px 2px 5px 0px rgba(143, 143, 143, 0.6);
  border-radius: 10px;
  margin-bottom: 20px;
}
.qa__item:last-child {
  margin-bottom: 0;
}

.qa__item-bottom {
  margin-top: 30px;
}

.accordion__body {
  display: none;
  padding: 0 60px 30px 30px;
}
@media screen and (max-width: 999px) {
  .accordion__body {
    padding: 0 50px 20px 20px;
    font-size: 1.4rem;
  }
}

.accordion__head {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  padding: 30px 60px 30px 30px;
}
@media screen and (max-width: 999px) {
  .accordion__head {
    font-size: 1.6rem;
    padding: 20px 50px 20px 20px;
  }
}

.accordion__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 999px) {
  .accordion__icon {
    right: 20px;
  }
}
.accordion__icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-open img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion__body__btn {
  color: #fff;
  font-weight: bold;
  padding: 13px 20px;
  border-radius: 10px;
  border: #09749a 2px solid;
  width: 297px;
  position: relative;
  margin-top: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background: #09749a;
}
@media screen and (max-width: 999px) {
  .accordion__body__btn {
    width: 100%;
    padding: 13px 10px;
    margin-top: 20px;
  }
}
.accordion__body__btn .accordion__icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .accordion__body__btn .accordion__icon {
    right: 10px;
  }
}
.accordion__body__btn .accordion__icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.is-clicked {
  background: #fff;
  color: #09749a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter-none {
  -webkit-filter: none !important;
  filter: none !important;
}

.accordion__body__btn-in {
  display: none;
  margin-top: 26px;
}
@media screen and (max-width: 999px) {
  .accordion__body__btn-in {
    margin-top: 20px;
  }
}

img {
  max-width: 100%;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

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

.header,
.top {
  background: #b8dcde;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 999px) {
  .header__inner {
    padding: 15px 20px;
    display: block;
  }
}

.logo {
  display: block;
  font-weight: bold;
  color: #09749a;
  font-size: 1.8rem;
}
.header__title {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #333;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .header__title {
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .header__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.header__title span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header__title span {
    display: block;
  }
}

.top__inner {
  padding-bottom: 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .top__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top__lead-ttl {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background: #09749a;
  padding: 20px 0 20px 50px;
  width: 100%;
  max-width: 727px;
  border-radius: 0 100px 100px 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media screen and (max-width: 999px) {
  .top__lead-ttl {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 10px;
    font-size: 1.6rem;
    letter-spacing: -0.8px;
    border-radius: 10px;
  }
}

.top__ttl {
  margin: 42px 0;
}
@media screen and (max-width: 999px) {
  .top__ttl {
    margin: 20px 0;
  }
}

.top__flex {
  position: relative;
}

.top__img {
  position: absolute;
  top: -90px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .top__img {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
}
.top__img img {
  width: 100%;
  max-width: 350px;
}

.top__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .top__items {
    display: block;
  }
}

.top__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  max-width: 440px;
  width: 100%;
  height: 160px;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(125, 187, 193);
          box-shadow: 0px 2px 5px 0px rgb(125, 187, 193);
}
.top__item:nth-child(1) img {
  width: 72px;
  height: 80px;
}
.top__item:nth-child(2) img {
  width: 52px;
  height: 65px;
}
.top__item:nth-child(3) img {
  width: 67px;
  height: 67px;
}
.top__item:nth-child(4) img {
  width: 71px;
  height: 50px;
}
.top__item img {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .top__item img {
    width: 40px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 999px) {
  .top__item {
    margin: 0 auto 20px auto;
    height: auto;
  }
}

.top__item__text__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #09749a;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fae47e));
  background: -webkit-linear-gradient(transparent 70%, #fae47e 0);
  background: linear-gradient(transparent 70%, #fae47e 0);
}
@media screen and (max-width: 999px) {
  .top__item__text__ttl {
    font-size: 1.6rem;
  }
}

.top__item__text__p {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  margin-top: 8px;
}

.top__item__text {
  width: 80%;
}

.cta__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .cta__ttl {
    font-size: 1.6rem;
  }
}

.cta__inner {
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.4;
}

.cta__btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .cta__btn-container {
    display: block;
  }
}

.cta__btn {
  max-width: 440px;
  width: 100%;
  background: #ee9d44;
  border-radius: 40px;
  padding: 28px;
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 11px 0px -6px #e38436;
          box-shadow: 0px 11px 0px -6px #e38436;
}
@media screen and (max-width: 999px) {
  .cta__btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 1.6rem;
    height: 72px;
  }
  .cta__btn:first-child {
    margin-bottom: 20px;
  }
}
.cta__btn:nth-child(2) {
  padding: 17px;
}
.cta__btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.cta__point {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fae47e));
  background: -webkit-linear-gradient(transparent 70%, #fae47e 0);
  background: linear-gradient(transparent 70%, #fae47e 0);
  font-size: 2.4rem;
}

.flow {
  background: #f9f9f9;
}

.flow__items {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .flow__item {
    text-align: center;
  }
}

.motive-bottom {
  text-align: center;
  background: #ee9d44;
  padding: 50px 30px 40px;
}
@media screen and (max-width: 767px) {
  .motive-bottom {
    padding: 35px 10px 20px 10px;
  }
}
.motive-bottom::before {
  background-image: url(../img/motive-arrow.png);
  width: 176px;
  height: 32px;
  content: "";
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.motive__inner {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

.motive__subttl {
  width: 180px;
}
.motive__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 21px;
}
@media screen and (max-width: 999px) {
  .motive__items {
    text-align: center;
  }
}

.motive-bottom {
  position: relative;
}

.motive-bottom__img01,
.motive-bottom__img02 {
  position: absolute;
  -webkit-filter: sepia(70%);
          filter: sepia(70%);
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  .motive-bottom__img01,
  .motive-bottom__img02 {
    display: none;
  }
}

.motive-bottom__img01 {
  left: 0;
  top: -30px;
}

.motive-bottom__img02 {
  right: 0;
  top: 20px;
}

.motive-bottom__chach {
  width: 100%;
  max-width: 618px;
}

.for-whom {
  background: #f9f9f9;
}

.for-whom__inner {
  padding-bottom: 0;
}

.worries__lead {
  line-height: 1.6;
  text-align: center;
}

.worries__cont {
  margin-top: 50px;
}

.worries__img:first-child {
  margin-left: -132px;
}
.worries__img:nth-child(2) {
  margin-left: -74px;
}
.worries__img:nth-child(3) {
  margin-left: -85px;
}
@media screen and (max-width: 999px) {
  .worries__img {
    margin: 0 auto 20px !important;
  }
  .worries__img:last-child {
    margin-bottom: 0 !important;
  }
  .worries__img img {
    margin: auto;
  }
}

.know-how {
  background: #f9f9f9;
}

.know-how__subttl {
  width: 320px;
}
.know-how__subttl::before, .know-how__subttl::after {
  top: 30px;
}

.know-how__head {
  color: #09749a;
}

.cta2 {
  background: #b8dcde;
}

.cta2__lead {
  background: #09749a;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 50px;
}
@media screen and (max-width: 999px) {
  .cta2__lead {
    font-size: 2rem;
    padding: 16px 10px;
    border-radius: 10px;
  }
}

.cta2__ttl {
  margin: 30px 0;
  text-align: center;
}
.succession__lead {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .succession__lead {
    font-size: 1.8rem;
  }
}

.succession__cont {
  border-radius: 10px;
}

.succession__cont__ttl {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  padding-right: 60px;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.succession__pre {
  border: 2px solid #ff393f;
}
.succession__pre .succession__text-cont__ttl {
  color: #ff393f;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 999px) {
  .succession__pre .succession__text-cont__ttl {
    font-size: 1.8rem;
  }
}
.succession__pre .succession__text-cont__flex__subttl {
  color: #ff393f;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 999px) {
  .succession__pre .succession__text-cont__flex__subttl {
    font-size: 1.6rem;
  }
}
.succession__pre .succession__cont__ttl {
  background: #ff393f;
}
.succession__pre .succession__cont__ttl::after {
  position: absolute;
  background-image: url(../img/succession01.png);
  width: 50px;
  height: 84px;
  content: "";
  bottom: 0;
}

.succession__child {
  margin-top: 50px;
  border: 2px solid #07b654;
}
.succession__child .succession__text-cont__ttl {
  color: #07b654;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 999px) {
  .succession__child .succession__text-cont__ttl {
    font-size: 1.8rem;
  }
}
.succession__child .succession__text-cont__ttl:first-child {
  margin-bottom: 30px;
}
.succession__child .succession__text-cont__flex__subttl {
  color: #07b654;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 999px) {
  .succession__child .succession__text-cont__flex__subttl {
    font-size: 1.6rem;
  }
}
.succession__child .succession__cont__ttl {
  background: #07b654;
}
.succession__child .succession__cont__ttl::after {
  position: absolute;
  background-image: url(../img/succession02.png);
  width: 50px;
  height: 84px;
  content: "";
  bottom: 0;
}

.succession__company {
  margin-top: 50px;
  border: 2px solid #1c83f2;
}
.succession__company .succession__text-cont__ttl {
  color: #1c83f2;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 999px) {
  .succession__company .succession__text-cont__ttl {
    font-size: 1.8rem;
  }
}
.succession__company .succession__text-cont__ttl:first-child {
  margin-bottom: 30px;
}
.succession__company .succession__text-cont__flex__subttl {
  color: #1c83f2;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 999px) {
  .succession__company .succession__text-cont__flex__subttl {
    font-size: 1.6rem;
  }
}
.succession__company .succession__cont__ttl {
  background: #1c83f2;
}
.succession__company .succession__cont__ttl::after {
  position: absolute;
  background-image: url(../img/succession03.png);
  width: 50px;
  height: 84px;
  content: "";
  bottom: 0;
}
.succession__company .succession__text-cont__flex__item:last-child {
  max-width: 100%;
}

.succession__text-cont {
  padding: 30px;
}
@media screen and (max-width: 999px) {
  .succession__text-cont {
    padding: 20px;
  }
}

.succession__text-cont__text {
  margin-bottom: 20px;
}

.succession__text-cont__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.succession__text-cont__flex__item {
  max-width: 390px;
  width: 100%;
  margin-bottom: 30px;
}

.cta3 {
  background: #f9f9f9;
}

.cta3-cont {
  margin-left: -110px;
}

.approach__head {
  color: #09749a;
}

.strength {
  background: #fef5ee;
}

.strength__head {
  color: #ee9d44;
}

.strength__ttl {
  color: #333;
}
.strength__ttl::after {
  background: #ee9d44;
}

.strength__inner .qa__item {
  background: #fff;
}

.accordion__body__btn-ora {
  background: #ee9d44;
  border: #ee9d44 2px solid;
  color: #fff;
  font-weight: bold;
  padding: 13px 20px;
  border-radius: 10px;
  width: 297px;
  position: relative;
  margin-top: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .accordion__body__btn-ora {
    width: 100%;
    padding: 13px 10px;
    margin-top: 20px;
  }
}
.accordion__body__btn-ora .accordion__icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .accordion__body__btn-ora .accordion__icon {
    right: 10px;
  }
}
.accordion__body__btn-ora .accordion__icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.is-clicked-ora {
  background: #fff;
  color: #ee9d44;
}

.accordion__body__btn-ora-in {
  display: none;
  margin-top: 26px;
}
@media screen and (max-width: 999px) {
  .accordion__body__btn-ora-in {
    margin-top: 20px;
  }
}

.pattern__cont {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(143, 143, 143, 0.6);
          box-shadow: 0px 2px 5px 0px rgba(143, 143, 143, 0.6);
}
.pattern__cont:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pattern__cont:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .pattern__cont {
    display: block;
    padding: 20px;
  }
}

.pattern__text-cont {
  width: 100%;
  max-width: 670px;
}

.pattern__text-cont__ttl {
  color: #09749a;
  font-size: 1.8rem;
  margin-bottom: 6px;
  font-weight: bold;
}

.pattern__img {
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .pattern__img {
    margin: 0 auto;
  }
}

.point {
  background: #f9f9f9;
}
@media screen and (max-width: 999px) {
  .point .point__cont {
    overflow-x: auto;
  }
}
.point table {
  border-collapse: separate;
  text-align: center;
  border-spacing: 0;
  border-radius: 10px;
  width: 900px;
}
.point th, .point td {
  vertical-align: middle;
}
.point th {
  background: #09749a;
  color: #fff;
  padding: 14px;
  font-weight: bold;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
}
.point td {
  width: 16%;
  padding: 10px;
  line-height: 1.2;
  font-size: 1.4rem;
  background: #fff;
  border-right: #09749a 1px solid;
  border-bottom: #09749a 1px solid;
}
.point tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.point tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
  border-right: none;
}
.point tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.point tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.point tr:first-child th:nth-child(2) {
  background: #ee9d44;
  border-right: #ee9d44 2px solid;
  border-bottom: #ee9d44 2px solid;
}
.point tr td:nth-child(2) {
  border-right: #ee9d44 3px solid;
  border-left: #ee9d44 3px solid;
  border-bottom: #ee9d44 2px solid;
  background: #fef5ee;
}

.lehmann__cont {
  text-align: center;
}
.lehmann__cont img {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .lehmann__cont {
    overflow-x: auto;
  }
  .lehmann__cont img {
    min-width: 680px;
  }
}

.lehmann__text {
  text-align: center;
  margin-top: 16px;
}

.ceo {
  background: #f9f9f9;
}

.ceo__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .ceo__cont {
    display: block;
  }
}

.ceo__cont__img {
  text-align: center;
  max-width: 280px;
}
@media screen and (max-width: 999px) {
  .ceo__cont__img {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ceo__cont__img img {
  border-radius: 10px;
}

.ceo__cont__name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.ceo__cont__text {
  width: 66%;
  line-height: 1.7;
  margin: auto 0;
}
@media screen and (max-width: 999px) {
  .ceo__cont__text {
    width: 100%;
  }
}

.company table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(143, 143, 143, 0.6);
          box-shadow: 0px 2px 5px 0px rgba(143, 143, 143, 0.6);
}
@media screen and (max-width: 999px) {
  .company table {
    max-width: 680px;
  }
}
.company tr {
  background: #f9f9f9;
}
.company tr:nth-child(even) {
  background: #fff;
}
.company th,
.company td {
  padding: 25px 30px;
  vertical-align: middle;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .company th,
  .company td {
    padding: 25px 20px;
  }
}
.company th {
  width: 44%;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 999px) {
  .company th {
    width: 37%;
  }
}
.company tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.company tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
.company tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}
.company tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.contact {
  background: #f9f9f9;
}

.contact__inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding-bottom: 50px;
  }
}

.form {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(143, 143, 143, 0.6);
          box-shadow: 0px 2px 5px 0px rgba(143, 143, 143, 0.6);
  padding: 60px 40px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .form {
    padding: 20px;
  }
}

.hp-hidden {
  display: none;
}

.form-group {
  margin-bottom: 15px;
}

.control-label {
  font-weight: bold;
  display: inline-block;
  width: 138px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .control-label {
    margin-bottom: 3px;
    font-size: 1.6rem;
  }
}

.form-text {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.label-required {
  color: #ee9d44;
}

.form-control,
.form-control-ta {
  width: 79%;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
}
.form-control:focus,
.form-control-ta:focus {
  border: 1px solid #ee9d44;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .form-control,
  .form-control-ta {
    width: 100%;
  }
}

.form-control-ta {
  height: 155px;
}

.control-label-ta {
  vertical-align: top;
  margin-top: 15px;
}

.btn-container {
  text-align: center;
  margin-top: 30px;
}

.contact__btn {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.submit-test:hover,
.submit-test:focus {
  outline: none;
}

.submit-test::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.contact__btn {
  font-size: 1.6rem;
  padding: 20px;
  font-weight: bold;
}

.footer {
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
}