.txt p:not(:last-child) {
  margin-bottom: 25px;
}

.message {
  margin-bottom: 80px;
}
.message h3 {
  margin: 40px 0 30px;
}
.message .message-name {
  margin: 30px 0 40px;
  font-weight: 700;
  text-align: right;
}
.message .message-name span {
  font-size: 22px;
  display: inline-block;
  margin-left: 10px;
}
.message .txt {
  line-height: 2;
}
.message .txt p:not(:last-child) {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .message .message-img {
    margin: 0 auto;
    width: 100%;
    max-width: 335px;
  }
}
@media only screen and (min-width: 768px) {
  .message {
    margin-bottom: 140px;
    padding: 0 30px;
  }
  .message .message-img {
    order: 2;
    width: 350px;
  }
  .message h3 {
    margin: 40px 0;
  }
  .message .message-name {
    margin: 64px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .message .message-img {
    width: 245px;
  }
  .message .txt {
    width: calc(100% - 280px);
  }
}

.philosophy .philosophy-img {
  margin: 40px auto;
  text-align: center;
  width: 70%;
  max-width: 300px;
}
.philosophy .ttl {
  margin-bottom: 40px;
}
.philosophy .philosophy-label {
  margin-top: 10px;
  margin-left: auto;
  width: 80%;
  text-align: right;
}
.philosophy .philosophy-txt span {
  position: relative;
  z-index: 0;
  display: inline;
  background: linear-gradient(#FFEBB6, #FFEBB6) no-repeat;
  background-size: 100% 10px;
  background-position: 0 15px;
  /*&:before{
  	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 10px;
  	z-index: -1;
  	background: #FFEBB6;
  }*/
}
@media only screen and (min-width: 768px) {
  .philosophy {
    padding-bottom: 60px;
  }
  .philosophy .philosophy-left {
    width: 350px;
  }
  .philosophy .philosophy-img {
    width: 100%;
    max-width: 336px;
  }
  .philosophy .philosophy-right {
    width: calc(100% - 463px);
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .philosophy .philosophy-right {
    width: calc(100% - 400px);
  }
}

.guidelines {
  margin-bottom: 80px;
}
.guidelines .ttl2 {
  margin-bottom: 40px;
}
.guidelines .bg_yellow2 {
  margin-bottom: 30px;
}
.guidelines .bg_yellow2 ul {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.guidelines .bg_yellow2 ul li {
  position: relative;
  padding-left: 20px;
}
.guidelines .bg_yellow2 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  background: var(--color1);
  width: 5px;
  height: 2px;
}
.guidelines .bg_yellow2 ul li:not(:last-child) {
  margin-bottom: 10px;
}
.guidelines .guidelines_ttl {
  border-bottom: 1px solid var(--color1);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.guidelines .guidelines_ttl .fnt-belanosima {
  color: var(--color1);
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
.guidelines .guidelines-img {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .guidelines {
    margin-bottom: 140px;
    padding: 0 30px;
  }
  .guidelines .guidelines_ttl {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .guidelines .guidelines_ttl .fnt-belanosima {
    font-size: 60px;
    margin-bottom: 0;
  }
  .guidelines .guidelines_ttl .ttl28 {
    width: calc(100% - 85px);
    margin-top: 10px;
  }
  .guidelines .guidelines-img {
    order: 2;
    margin-bottom: 0;
    margin-right: 30px;
    width: 296px;
  }
  .guidelines .bg_yellow2 ul {
    font-size: 20px;
    line-height: 2;
  }
  .guidelines .bg_yellow2 ul li:before {
    top: 20px;
  }
  .guidelines .guidelines-info {
    width: calc(100% - 340px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .guidelines .guidelines-img {
    margin-right: 0;
    width: 230px;
  }
  .guidelines .guidelines-info {
    width: calc(100% - 241px);
  }
}

.company .ttl2 {
  margin-bottom: 40px;
}
.company dl {
  border-bottom: 1px solid var(--color1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.company dl dt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.company dl dd p:not(:last-child) {
  margin-bottom: 1.7em;
}
.company dl dd p.tel {
  margin-bottom: 10px;
}
.company .btn-contact {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: var(--color1);
    border-radius: var(--border-radius-xl);
  max-width: 300px;
  font-size: 17px;
  font-weight: 700;
  padding: 7px 0;
  border: 2px solid var(--color1);
}
.company .btn-contact i {
  width: 17px;
  margin-right: 12px;
  margin-top: 3px;
}
.company .btn-contact:hover {
  color: var(--color1);
  background: var(--bg-white);
}
.company .btn-contact:hover i {
  background: url("../img/shared/icon_mail_yellow2.svg") no-repeat center/100% auto;
}
.company .btn-contact:hover i img {
  opacity: 0 !important;
}
@media only screen and (min-width: 768px) {
  .company {
    padding-bottom: 120px;
  }
  .company dl {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .company dl dt {
    width: 190px;
  }
  .company dl dd {
    width: calc(100% - 190px);
  }
  .company .col {
    width: calc(50% - 25px);
    border-top: 1px solid var(--color1);
    padding-top: 22px;
  }
  .company .col:nth-child(2) dl dt {
    width: 113px;
  }
  .company .col:nth-child(2) dl dd {
    width: calc(100% - 113px);
  }
  .company .btn-contact {
    padding: 4px 0;
  }
}

/*# sourceMappingURL=company.css.map */
