@charset "UTF-8";
/**********************************************************************************************
代表挨拶
**********************************************************************************************/
.bl_corpGrtTextWrapper {
  padding-bottom: 20px; }
  @media only screen and (max-width: 930px) {
    .bl_corpGrtTextWrapper {
      padding-bottom: 0; } }

.bl_corpGrtContentsWrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 100px; }
  @media only screen and (max-width: 930px) {
    .bl_corpGrtContentsWrapper {
      flex-wrap: wrap;
      margin-top: 50px; } }

.bl_corpGrtContentsImageWrapper {
  width: 55.17%;
  max-width: 640px;
  height: auto; }
  @media only screen and (max-width: 930px) {
    .bl_corpGrtContentsImageWrapper {
      width: 100%;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto; } }

.el_corpGrtContentsImage {
  width: 100%;
  height: auto; }

.bl_corpGrtContentsTextWrapper {
  width: calc(100% - 57.5%); }
  @media only screen and (max-width: 930px) {
    .bl_corpGrtContentsTextWrapper {
      width: 100%;
      margin-top: 20px; } }

.bl_corpGrtContentsTextWrapperWide {
  width: 92%; }
  @media only screen and (max-width: 930px) {
    .bl_corpGrtContentsTextWrapperWide {
      width: 100%; } }

.el_corpGrtContentsText {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1em; }
  /* .el_corpGrtContentsText:last-of-type {
    margin-bottom: 0; } */
  @media only screen and (max-width: 567px) {
    .el_corpGrtContentsText {
      font-size: 1rem; } }

.TextLead {
  font-size: 1.4375rem; }
  @media only screen and (max-width: 567px) {
    .TextLead {
      font-size: 1.25rem;
      text-align: center; } }

.el_corpGrtContentsSubText {
  display: block;
  margin-bottom: 0.3em; }
  .el_corpGrtContentsSubText:first-of-type {
    margin-top: 1em; }
  .el_corpGrtContentsSubText:last-of-type {
    margin-bottom: 2em; }

.el_corpGrtContentslistText {
  display: block;
  padding: 0 0 0 1em;
	text-indent: -1em;
  margin-bottom: 0.8em; }
  .el_corpGrtContentslistText:first-of-type {
    margin-top: 1.6em; }
  .el_corpGrtContentslistText:last-of-type {
    margin-bottom: 1.6em; }


.el_corpGrtContentsNameText {
  text-align: right;
  font-size: 1.125rem;
  margin-top: 60px; }
  @media only screen and (max-width: 567px) {
    .el_corpGrtContentsNameText {
      margin-top: 30px;
      font-size: 1rem; } }

.PConly {
  display: block; }
  @media only screen and (max-width: 567px) {
    .PConly {
      display: none; } }

/**********************************************************************************************
ボタン枠
**********************************************************************************************/
.bl_corpPrMessageLink {
  display: block;
  width: 100%;
  max-width: 900px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1); }
  .bl_corpPrMessageLink:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #000;
    outline-offset: -2px; }
  .bl_corpPrMessageLink:focus > .el_corpMessageLinkText {
    background-color: #00ac4d; }

.bl_corpMessageLink {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1); }

.el_corpMessageLinkImage {
  width: 100%;
  height: auto; }

.el_corpMessageLinkText {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 300px;
  min-height: 76px;
  background-color: #1b1c25;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (max-width: 819px) {
    .el_corpMessageLinkText {
      min-width: auto;
      width: 60%; } }
  @media only screen and (max-width: 819px) {
    .bl_corpPrMessageLink .el_corpMessageLinkText {
      min-width: 300px;
      width: auto; } }
  @media only screen and (max-width: 567px) {
    .el_corpMessageLinkText {
      min-width: 300px;
      width: auto;
      min-height: auto;
      padding-top: 10px;
      padding-bottom: 10px;
      bottom: -24px; } }
  .el_corpMessageLinkText::before {
    position: absolute;
    content: "";
    z-index: 0;
    width: 140%;
    height: 100%;
    background: #00ac4d;
    top: 0;
    right: 120%;
    transform: skewX(-20deg);
    transition-duration: 0.3s; }
    @media only screen and (max-width: 567px) {
      .el_corpMessageLinkText::before {
        display: none; } }
  .bl_corpPrMessageLink:hover .el_corpMessageLinkText::before, .bl_corpBtnListItemLink:hover .el_corpMessageLinkText::before {
    right: -20%; }
  .el_corpMessageLinkText::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition-duration: 0.3s; }
  .el_corpMessageLinkText span {
    width: 100%;
    display: block;
    z-index: 2; }

.bl_corpBtnOuter {
  margin-top: 100px;
  padding-bottom: 140px; }
  @media only screen and (max-width: 567px) {
    .bl_corpBtnOuter {
      margin-top: 75px; } }

.bl_corpBtnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 567px) {
    .bl_corpBtnList {
      flex-wrap: wrap; } }

.bl_corpBtnListItem {
  width: 46.55%;
  max-width: 540px; }
  @media only screen and (max-width: 567px) {
    .bl_corpBtnListItem {
      width: 100%;
      max-width: none;
      margin-bottom: 70px; } }

.bl_corpBtnListItem:nth-child(n+3) {
  margin-top: 8.7%; }
  @media only screen and (max-width: 567px) {
    .bl_corpBtnListItem:nth-child(n+3) {
      margin-top: 0; } }

.bl_corpBtnListItemLink {
  display: block;
  position: relative;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1); }
  .bl_corpBtnListItemLink:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #000;
    outline-offset: -2px; }
  .bl_corpBtnListItemLink:focus > .el_corpMessageLinkText {
    background-color: #00ac4d; }

/*# sourceMappingURL=corp_greeting.css.map */
