
@charset "UTF-8";

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header__logo {
  width: 20%;
  margin: 0 0 0 3%;
}

.header nav {
  width: 50%;
}
.header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header nav ul li {
  margin: 0 0 0 2%;
}
@media screen and (max-width: 785px) {
  .header nav {
    width: 70%;
  }
  .header nav ul {
    margin-right: 8px;
  }
}
/*----------------------

hero

------------------------*/
.hero__top {
  width: 100%;
  height: 500px;
  background-image: url('../img/hero/hero_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.hero__top--box {
  width: 64%;
  position: absolute;
  top: 40px;
}

.hero__top--box h2 {
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  background-color: #006d5b;
  color: #fff;
  padding-left: 6%;
  font-size: 5.6rem;
  letter-spacing: 0.2rem;
}

.hero__top h3 {
  font-size: 5.6rem;
  color: #006d5b;
  margin: 80px 0 0 50px;
}

.hero__top h2 span {
  color: #fafa18;
}

.font_mini {
  color: #fff !important;
  font-size: 4.6rem;
}

.hero__top--catch {
  position: absolute;
  bottom: -160px;
  left: 40px;
  display: flex;
  justify-content: center;
}
.hero__top--catch img:nth-child(1) {
  display: inline-block;
  width: 60%;
  height: 142px;
}
.hero__top--catch img:nth-child(2) {
  display: inline-block;
  width: 40%;
}

.hero__bottom {
  width: 100%;
  height: 275px;
  background-color: #fafa18;
}
.hero__bottom h2 {
  font-size: 9rem;
  font-weight: 800;
  text-align: center;
  padding-top: 140px;
  color: #006d5b;
}
.hero__bottom h2 span {
  font-size: 5.2rem;
  font-weight: 400;
}

@media screen and (max-width: 785px) {
  .hero__top {
    width: 100%;
    height: 500px;
    background-image: url('../img/hero/hero_sp.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero__top--box {
    width: 100%;
  }

  .hero__top--box h2 {
    font-size: 3rem;
    width: 80%;
  }
  .hero__top h2 span {
    font-size: 3rem;
  }
  .hero__top h3 {
    font-size: 2rem;
    background-color: #fff;
    width: 80%;
    margin: 260px 0 0 0;
    padding-left: 20px;
  }
  .hero__top--catch {
    flex-direction: column;
    top: 720px;
    left: 20px;
  }
  .hero__top--catch img:nth-child(1) {
    width: 90%;
  }
  .hero__top--catch img:nth-child(2) {
    width: 90%;
  }
  .hero__bottom h2 {
    font-size: 4rem;
    padding-top: 360px;
  }
  .hero__bottom h2 span {
    font-size: 3rem;
    font-weight: 400;
  }
  .hero__bottom {
    height: 500px;
  }
}

/*----------------------

beforeafter

------------------------*/
.beforeafter {
  height: 1000px;
  background-image: url('../img/ba/before_after_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 785px) {
  .beforeafter {
    height: auto;
    padding: 20px 0;
  }
}

/*----------------------

recommend

------------------------*/
.recommend {
  height: 863px;
  background-image: url('../img/recommend/recommend_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.recommend__ttl {
  width: 515px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
.recommend ul {
  width: 80%;
  margin: 0 auto;
  padding-top: 260px;
  padding-left: 23%;
}
.recommend ul li {
  font-size: 3.3rem;
  font-weight: 600;
  margin: 30px auto;
  position: relative;
}
.recommend ul li::before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -50px;
  margin-right: 5px;
  background-image: url(/img/recommend/red_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}

.recommend ul li span {
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

@media screen and (max-width: 785px) {
  .recommend {
    height: auto;
    width: 100%;
  }

  .recommend__ttl {
    width: 280px;
    padding: 43px 0 0 0;
  }
  .recommend ul {
    width: 80%;
    margin: 40px auto;
    padding: 100px 0 20px 6%;
  }
  .recommend ul li {
    font-size: 2rem;
  }
  .recommend ul li::before {
    width: 20px;
    height: 20px;
    left: -30px;
  }
}

/*----------------------

campaign

------------------------*/

.campaign {
  padding: 100px 0;
}
.campaign h2 {
  font-size: 4.6rem;
  font-weight: 800;
  position: relative;
  text-align: center;
  width: 64%;
  margin: 0 auto;
}
.campaign h2::before {
  content: '';
  display: block;
  width: 143px;
  height: 73px;
  background-image: url(/img/campaign/campaign_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 40px;
}

.campaign h2::after {
  content: '';
  display: block;
  width: 81px;
  height: 120px;
  background-image: url(/img/campaign/duster.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: 0;
}

.campaign ul {
  margin: 0 auto;
  width: 80%;
}

.campaign ul li {
  width: 100%;
  margin: 20px 0;
}
.campaign ul li:first-child {
  width: 99.3%;
}

@media screen and (max-width: 785px) {
  .campaign h2 {
    width: 90%;
    font-size: 3.2rem;
  }
  .campaign h2::before {
    left: 8px;
    top: -70px;
  }
  .campaign h2::after {
    width: 71px;
    height: 110px;
    top: -90px;
  }
}
/*----------------------

contact

------------------------*/
.contact__box {
  width: 90%;
  margin: 0 auto;
  height: 800px;
  background-image: url('../img/contact/contact_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.contact__box--img {
  width: 70%;
  margin: 0 auto;
  padding: 60px 0;
}
.contact__box--catch {
  width: 60%;
  margin: 0 auto;
  background-color: #c40f09;
  padding: 10px;
}

.contact__box--catch h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.contact__box p {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  margin: 30px 0;
}
.contact__box--phoneBtn {
  display: block;
  width: 40%;
  margin: 0 auto 40px;
}

.contact__box--flexbox {
  display: flex;
  justify-content: center;
}
.contact__box--flexbox div {
  width: 40%;
  margin: 0 10px;
}

@media screen and (max-width: 785px) {
  .contact__box {
    width: 100%;
    height: 700px;
  }
  .contact__box--img {
    width: 90%;
  }
  .contact__box--catch {
    width: 90%;
  }
  .contact__box--catch h2 {
    font-size: 1.8rem;
  }
  .contact__box--phoneBtn {
    width: 80%;
  }
  .contact__box--flexbox {
    flex-direction: column;
  }
  .contact__box--flexbox div {
    width: 90%;
    margin: 20px auto;
  }
}
/*----------------------

problem

------------------------*/
.problem {
  padding: 100px 0;
}
.problem__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
}
.problem__box h3 {
  font-size: 4.2rem;
  font-weight: 400;
  color: #c40f09;
  position: relative;
  text-align: center;
}
.problem__box h3::before {
  content: '';
  display: block;
  width: 100%;
  height: 26.63px;
  background-image: url(/img/problem/bubble_frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.problem__box--img {
  width: 147px;
}
.problem__inner {
  width: 86%;
  margin: 0 auto;
  padding: 20px 20px 20px 60px;
  border: 4px solid #006d5b;
  margin-top: -100px;
}

.problem__inner li {
  font-size: 3rem;
  margin: 30px auto;
  position: relative;
  padding-left: 10px;
}
.problem__inner li::before {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(/img/problem/problem_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -40px;
}

.problem__inner li span {
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

@media screen and (max-width: 785px) {
  .problem {
    padding: 50px 0;
  }
  .problem__box {
    flex-direction: column;
    margin: 20px auto 80px;
  }
  .problem__box h3 {
    font-size: 2.2rem;
    margin: 40px auto;
  }
  .problem__inner {
    padding: 20px 20px 20px 40px;
  }
  .problem__inner li {
    font-size: 2rem;
  }
  .problem__inner li::before {
    width: 22px;
    height: 22px;
    top: 4px;
    left: -20px;
  }
}

/*----------------------

reason

------------------------*/
.reason {
}
.reason__ttl {
  width: 100%;
  margin: 0 auto;
  height: 350px;
  background-image: url('../img/reason/reason_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reason__ttl h2 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 7.4rem;
  color: #006d5b;
  -webkit-text-stroke: 1px #006d5b;
  text-stroke: 1px #006d5b;
  /* filter: drop-shadow(2px 2px 2px #006d5b); */
}
.reason__ttl h2 span {
  color: #fafa18;
  -webkit-text-stroke: 0.01px #006d5b;
  text-stroke: 0.01px #006d5b;
  filter: drop-shadow(2px 2px 2px #006d5b);
}
.reason__ttl h2 span strong {
  font-size: 10rem;
}
/*inner1*/
.reason__contents--inner {
  display: flex;
  justify-content: center;
  width: 700px;
  height: 311px;
  margin: 80px auto;
}
.reason__contents--inner-left {
  width: 60%;
  position: relative;
  right: -35px;
}
.reason__contents--inner-left::before {
  content: '';
  display: block;
  width: 400px;
  height: 311px;
  background-image: url(/img/reason/reason_box1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.reason__contents--inner-left h2 {
  font-size: 3rem;
  font-weight: bold;
  background-color: #006d5b;
  color: #fff;
  position: absolute;
  top: 100px;
  left: -20px;
  width: 40%;
  margin: 0 auto;
  padding: 0 10px;
}
.reason__contents--inner-left p {
  font-size: 1.4rem;
  width: 76%;
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.reason__contents--inner-right {
  width: 40%;
  position: relative;
  left: -35px;
}

.reason__contents--inner-right img {
  width: 320px;
}

/*inner2*/
.reason__contents--inner2 {
  display: flex;
  justify-content: center;
  width: 700px;
  height: 311px;
  margin: 80px auto;
}

.reason__contents--inner2-left {
  width: 40%;
  position: relative;
  right: -30px;
  z-index: 2000;
}

.reason__contents--inner2-left img {
  width: 320px;
}

.reason__contents--inner2-right {
  width: 60%;
  position: relative;
  right: -35px;
  z-index: 1;
}
.reason__contents--inner2-right::before {
  content: '';
  display: block;
  width: 400px;
  height: 311px;
  background-image: url(/img/reason/reason_box2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.reason__contents--inner2-right h2 {
  font-size: 3rem;
  font-weight: bold;
  background-color: #006d5b;
  color: #fff;
  position: absolute;
  top: 100px;
  right: -20px;
  padding: 0 10px;
}
.reason__contents--inner2-right p {
  font-size: 1.4rem;
  width: 76%;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

/*inner3*/
.reason__contents--inner3 {
  display: flex;
  justify-content: center;
  width: 700px;
  height: 372px;
  margin: 80px auto;
}
.reason__contents--inner3-left {
  width: 60%;
  position: relative;
  right: -35px;
}
.reason__contents--inner3-left::before {
  content: '';
  display: block;
  width: 400px;
  height: 372px;
  background-image: url(/img/reason/reason_box3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.reason__contents--inner3-left h2 {
  font-size: 3rem;
  font-weight: bold;
  background-color: #006d5b;
  color: #fff;
  position: absolute;
  top: 90px;
  left: -20px;
  padding: 0 10px;
}
.reason__contents--inner3-left h2:nth-child(2) {
  font-size: 3rem;
  font-weight: bold;
  background-color: #006d5b;
  color: #fff;
  position: absolute;
  top: 140px;
  left: -20px;
}
.reason__contents--inner3-left p {
  font-size: 1.4rem;
  width: 76%;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.reason__contents--inner3-right {
  width: 40%;
  position: relative;
  left: -35px;
}

.reason__contents--inner3-right img {
  width: 320px;
}

@media screen and (max-width: 785px) {
  .reason__ttl h2 {
    font-size: 3rem;
  }
  .reason__ttl h2 span strong {
    font-size: 6rem;
    margin: 0 10px;
  }
}
/*----------------------

service

------------------------*/
.service {
  margin: 200px auto 0;
}
.service h2 {
  font-size: 5.2rem;
  font-weight: bold;
  color: #006d5b;
  text-align: center;
  margin: 40px auto;
  position: relative;
  z-index: 100;
  width: 579px;
  margin: 120px auto 80px;
}

.service h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 152px;
  background-image: url(/img/title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 60px;
  z-index: -1;
}
.service__contents--inner {
  display: flex;
  justify-content: center;
}
.service__contents--inner div {
  width: 50%;
}

.service__contents--inner div h3 {
  font-size: 4rem;
  text-align: center;
  color: #006d5b;
  margin: 60px auto;
}

.service__contents--inner div p {
  font-size: 2.2rem;
  text-align: left;
  margin: 60px 60px 0 20px;
  letter-spacing: 0.4rem;
}

.service__contents--inner2 {
  display: flex;
  justify-content: center;
}
.service__contents--inner2 div {
  width: 50%;
}

.service__contents--inner2 div h3 {
  font-size: 4rem;
  text-align: center;
  color: #006d5b;
  margin: 60px auto;
}

.service__contents--inner2 div p {
  font-size: 2.2rem;
  text-align: left;
  margin: 60px 20px 0 60px;
  letter-spacing: 0.4rem;
}
.menu {
  width: 70%;
  margin: 80px auto;
  background-color: #f1efee;
}

.menu_btn {
  background-color: #cfed7b;
  border-radius: 50px;
  width: 300px;
  color: #000;
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
}
.menu_btn a {
  font-size: 2rem;
}

@media screen and (max-width: 785px) {
  .service h2 {
    width: 80%;
    font-size: 3rem;
    margin: 20px auto 0;
  }
  .service h2::after {
    left: 0;
  }
  .service__contents--inner {
    flex-direction: column;
  }
  .service__contents--inner div {
    width: 90%;
    margin: 0 auto;
  }
  .service__contents--inner div:first-child {
    margin-top: 80px;
  }

  .service__contents--inner div h3 {
    font-size: 3rem;
    margin: 16px auto;
  }
  .service__contents--inner2 div h3 {
    font-size: 3rem;
    margin: 16px auto;
  }
  .service__contents--inner div p {
    font-size: 1.9rem;
    text-align: left;
    margin: 0 auto;
  }
  .service__contents--inner2 {
    flex-direction: column-reverse;
  }
  .service__contents--inner2 div {
    width: 90%;
    margin: 0 auto;
  }
  .service__contents--inner2 div:nth-child(2) {
    margin-top: 80px;
  }
  .service__contents--inner2 div p {
    font-size: 1.9rem;
    margin: 0;
  }
  .menu {
    width: 100%;
  }
  .menu_btn {
    width: 90%;
    padding: 10px 0;
  }
}

/*----------------------

menu

------------------------*/
.composite_box01 {
  background-color: #f1efee;
}
.menu__box {
  width: 80%;
  margin: 0 auto;
}
.menu__box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.menu__box ul li {
  position: relative;
  border-radius: 10px;
}
.menu__box-big {
  width: 80%;
  margin: 10px;
}
.menu__box-small {
  width: 40%;
  margin: 10px;
}

.menu__box ul li p {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cfed7b;
  padding: 8px 15px;
  border-radius: 10px;
}

.menu__box ul li .menu__box--w {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  opacity: 0.9;
}

.menu__box ul li h3 {
  font-size: 3.6rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}

.menu__box ul li h3 span {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.menu__box ul li img {
  height: 400px;
  object-fit: cover;
}

@media screen and (max-width: 785px) {
  .menu__box {
    width: 100%;
    margin: 0 auto;
  }
  .menu__box ul {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .menu__box-big {
    width: 100%;
  }
  .menu__box-small {
    width: 100%;
  }
}

/*----------------------

case

------------------------*/
.case h2 {
  font-size: 5.2rem;
  font-weight: bold;
  color: #006d5b;
  text-align: center;
  margin: 40px auto;
  position: relative;
  z-index: 100;
  width: 579px;
  margin: 120px auto 80px !important;
}

.case h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 152px;
  background-image: url(/img/title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 60px;
  z-index: -1;
}

.case p {
  font-size: 3rem;
  color: #006d5b;
  width: 60%;
  margin: 0 auto;
}

.case_box--inner {
  width: 80%;
  margin: 0 auto;
}
.content_wrapper {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin: 40px auto;
}
video {
  order-radius: 8px;
  width: 100%;
}

@media screen and (max-width: 785px) {
  .case {
    width: 100%;
    font-size: 3rem;
  }
  .case h2 {
    width: 80%;
    font-size: 3rem;
    margin: 20px auto;
  }
  .case h2::after {
    left: 0;
    top: -30px;
  }
  .case p {
    font-size: 2rem;
  }
  .case_box--inner {
    width: 100%;
  }
}

/*----------------------

promise

------------------------*/
.promise {
  padding: 100px 0;
}

.promise__box {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 1700px;
  background-image: url('../img/promise/flow_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.promise__box img {
  width: 65%;
  padding: 20px 0;
  margin-bottom: -10px;
}

.promise__box img:first-child {
  width: 60%;
  margin-bottom: -10px;
}

@media screen and (max-width: 785px) {
  .promise {
    padding: 40px 0;
  }
  .promise__box {
    height: 1200px;
  }
  .about_us {
    width: 100%;
    margin: 0 auto;
  }
  .promise__box img {
    width: 90%;
  }
}

/*----------------------

about us

------------------------*/

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

.about_us {
  width: 80%;
  margin: 80px auto;
}
#aboutUs {
  background-image: url(/img/menu/about_us.webp);
  height: 600px;
  transform: translateY(-288.776px);
  background-repeat: no-repeat;
  position: relative;
}

.about_us_box {
  width: 80%;
  background: rgba(255, 255, 255, 0.85) !important;
  padding: 60px 30px;
  width: 96%;
  position: absolute;
  top: 60px;
  left: 2%;
}

.about_us_btn {
  text-align: center;
}

.inner_item_txt a,
.inner_item_txt_before a,
.inner_item_txt_after a {
  text-decoration: none;
}

@media screen and (max-width: 785px) {
  .about_us {
    width: 100%;
    margin: 0 auto;
  }
}

/*----------------------

voice

------------------------*/
.voice h2 {
  font-size: 5.2rem;
  font-weight: bold;
  color: #006d5b;
  text-align: center;
  margin: 40px auto;
  position: relative;
  z-index: 100;
  width: 579px;
  margin: 120px auto 80px;
}

.voice h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 152px;
  background-image: url(/img/title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 60px;
  z-index: -1;
}

.voice p {
  font-size: 4rem;
  color: #006d5b;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 785px) {
  .voice h2 {
    width: 80%;
    font-size: 3rem;
    margin: 20px auto;
  }
  .voice h2::after {
    left: 0;
  }
  .voice p {
    width: 90%;
    font-size: 2rem;
  }
  .voice {
    margin: 40px auto 80px;
  }
  .voice_subttl {
    margin: 20px auto !important;
  }
}

/*----------------------

flow

------------------------*/
.flow {
  width: 100%;
  margin: 20px auto;
  padding-top: 10px;
  height: 1448px;
  background-image: url('../img/promise/flow_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flow h2 {
  font-size: 5.2rem;
  font-weight: bold;
  color: #006d5b;
  text-align: center;
  margin: 40px auto;
  position: relative;
  z-index: 100;
  width: 579px;
  margin: 30px auto 80px;
}

.flow h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 152px;
  background-image: url(/img/title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 60px;
  z-index: -1;
}

.flow_box {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 785px) {
  .flow h2 {
    width: 80%;
    font-size: 3rem;
    margin: 20px auto;
  }
  .flow h2::after {
    left: 0;
  }
  .flow {
    height: 800px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .flow_box {
    width: 90%;
  }
}
/*----------------------

info

------------------------*/
.info__box {
  width: 70%;
  margin: 0 auto;
}
.info__box img {
  width: 100%;
}

@media screen and (max-width: 785px) {
  .info__box {
    width: 100%;
  }
  .info {
    height: 700px;
  }
}

/*----------------------

company

------------------------*/
.company h2 {
  font-size: 5.2rem;
  font-weight: bold;
  color: #006d5b;
  text-align: center;
  margin: 40px auto;
  position: relative;
  z-index: 100;
  width: 579px;
  margin: 120px auto 80px;
}

.company h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 152px;
  background-image: url(/img/title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 60px;
  z-index: -1;
}

.company p {
  font-size: 3rem;
  color: #006d5b;
  width: 60%;
  margin: 20px auto;
  text-align: center;
}

.company__table {
  border-collapse: collapse;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.company__table th,
.company__table td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
  font-size: 2rem;
}
.company__table th {
  border-bottom: 2px solid #c1c7c6;
  font-weight: bold;
  min-width: 4em;
}

@media screen and (max-width: 785px) {
  .company h2 {
    width: 80%;
    font-size: 3rem;
    margin: 20px auto;
  }
  .company h2::after {
    left: 0;
  }
  .company p {
    font-size: 2rem;
    width: 90%;
    text-align: left;
  }
}
