@charset "UTF-8";
/**********************************************************************************************
メインビジュアル
**********************************************************************************************/
/* その1 */
.bl_commonHeader1Outer {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, #f4f5e5 76.5%, #fff 76.5%);
}

.bl_commonHeader1PhotoOuter {
  width: 100%;
  height: auto;
  padding: 17px 15px 0;
}

.bl_commonHeader1PhotoWrapper {
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% 96.6666%, 50% 100%, 0 96.6666%);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.el_commonHeader1Photo {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .el_commonHeader1Photo {
    width: 110%;
    max-width: none;
  }
}

@media only screen and (max-width: 567px) {
  .el_commonHeader1Photo {
    width: 100%;
    max-width: 100%;
  }
}

.bl_commonHeader1TextOuter {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 567px) {
  .bl_commonHeader1TextOuter {
    position: relative;
    margin-top: -58%;
  }
}

.bl_commonHeader1TextWrapper {
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 567px) {
  .bl_commonHeader1TextWrapper {
    text-align: left;
  }
}

.bl_commonHeader1Text {
  display: inline-block;
  text-align: left;
}

.el_commonHeader1TextSub {
  display: block;
  font-size: 1.875rem;
  color: #333;
  font-weight: bold;
}

.el_commonHeader1TextSub::first-letter {
  color: #00ac4d;
}

@media (max-width: 1400px) {
  .el_commonHeader1TextSub {
    font-size: 1.625rem;
  }
}

@media (max-width: 1200px) {
  .el_commonHeader1TextSub {
    font-size: 2.3vw;
  }
}

@media only screen and (max-width: 567px) {
  .el_commonHeader1TextSub {
    font-size: 5vw;
    writing-mode: vertical-rl;
    margin-bottom: 20px;
  }
}

.el_commonHeader1TextMain {
  display: inline-block;
  color: #333;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.72;
}

@media (max-width: 1400px) {
  .el_commonHeader1TextMain {
    font-size: 2.75rem;
  }
}

@media (max-width: 1200px) {
  .el_commonHeader1TextMain {
    font-size: 3.8vw;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 567px) {
  .el_commonHeader1TextMain {
	font-size: 1rem;
	padding-left: 15px;
	padding-right: 15px;  }
}

.el_commonHeader1TextMain-phrase {
  background-color: #fff;
  padding: 10px 20px 8px;
}

@media (max-width: 1200px) {
  .el_commonHeader1TextMain-phrase {
    padding: 0.5vw 10px 0.5vw;
  }
}

.el_commonHeader1TextName {
  display: block;
  margin-top: 18px;
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .el_commonHeader1TextName {
    margin-top: 2vw;
    line-height: 1;
  }
}

@media only screen and (max-width: 567px) {
  .el_commonHeader1TextName {
    margin-top: 24px;
    text-align: right;
  }
}

.el_commonHeader1TextName-position {
  font-size: 1.25rem;
  margin-right: 22px;
}

@media (max-width: 1200px) {
  .el_commonHeader1TextName-position {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 567px) {
  .el_commonHeader1TextName-position {
    font-size: 0.9375rem;
  }
}

.el_commonHeader1TextName-name {
  font-size: 1.875rem;
}

@media (max-width: 1200px) {
  .el_commonHeader1TextName-name {
    font-size: 2.7vw;
  }
}

@media only screen and (max-width: 567px) {
  .el_commonHeader1TextName-name {
    font-size: 1.25rem;
  }
}

/**********************************************************************************************
トップメッセージ本文
**********************************************************************************************/
@media only screen and (max-width: 567px) {
  .bl_commonHeader3.hp_messageHeaderText {
    font-size: 1.5rem;
  }
}

.bl_messageLeadTextWrapper {
  margin-top: 27px;
}

.el_messageLeadText {
  font-size: 1.125rem;
  margin-bottom: 1em;
}

@media only screen and (max-width: 567px) {
  .el_messageLeadText {
    font-size: 1rem;
  }
}

.el_messageLeadText:last-of-type {
  margin-bottom: 0;
}

.bl_messageHalfOuter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% - ((100% - 1160px) / 2));
  margin-top: 40px;
}

.bl_messageHalfOuter.left {
  margin-right: auto;
}

@media only screen and (max-width: 567px) {
  .bl_messageHalfOuter.left {
    padding-left: 0;
  }
}

.bl_messageHalfOuter.right {
  margin-left: auto;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 567px) {
  .bl_messageHalfOuter.right {
    padding-right: 0;
  }
}

@media (max-width: 1205px) {
  .bl_messageHalfOuter {
    width: calc(100% - 15px);
  }
}

@media only screen and (max-width: 819px) {
  .bl_messageHalfOuter {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bl_messageHalfImageWrapper {
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

@media only screen and (max-width: 819px) {
  .bl_messageHalfImageWrapper {
    width: 85%;
	font-size: 80%;
  }
}

.bl_messageHalfImageWrapper span {
	font-size: 1.7em;
}

@media only screen and (max-width: 819px) {
  .bl_messageHalfOuter.left .bl_messageHalfImageWrapper {
    margin-right: auto;
  }
}

@media only screen and (max-width: 567px) {
  .bl_messageHalfOuter.left .bl_messageHalfImageWrapper {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 819px) {
  .bl_messageHalfOuter.right .bl_messageHalfImageWrapper {
    margin-left: auto;
  }
}

@media only screen and (max-width: 567px) {
  .bl_messageHalfOuter.right .bl_messageHalfImageWrapper {
    width: 100%;
    margin-left: 0;
  }
}

.el_messageHalfImage {
  width: 100%;
  height: auto;
}

.bl_messageHalfTextOuter {
  width: calc(50% - 40px);
}

@media only screen and (max-width: 819px) {
  .bl_messageHalfTextOuter {
    width: 100%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_messageHalfOuter.left .bl_messageHalfTextOuter {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_messageHalfOuter.right .bl_messageHalfTextOuter {
    padding-right: 15px;
  }
}

.el_messageHalfText {
  font-size: 1.125rem;
  margin-bottom: 1em;
}

.el_messageHalfText:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
  .el_messageHalfText {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=message.css.map */