/*-----------------------------------------------------------------------
 # ribbon
-----------------------------------------------------------------------*/
.businessField {
	position: relative;
	margin-bottom: 8em;
}

@media screen and (max-width: 480px) {
	.businessField {
		margin-bottom: 4em;
	}
}

.businessField:last-child {
	margin-bottom: 0;
}

.businessField .message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 8em;
}

@media screen and (max-width: 1699px) {
	.businessField .message {
		margin-bottom: 4em;
	}
}

.businessField .message .messageDetail,
.businessField .message .messageImg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media screen and (max-width: 768px) {

	.businessField .message .messageDetail,
	.businessField .message .messageImg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.businessField .message .messageImg {
	position: relative;
}

@media screen and (max-width: 768px) {
	.businessField .message .messageImg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 3em;
	}
}

@media screen and (max-width: 480px) {
	.businessField .message .messageImg {
		margin-bottom: 2em;
	}
}

.businessField .message .messageImg .quadrangleA {
	position: absolute;
	width: 40vw;
	top: -13%;
	left: auto;
	right: -27vw;
	height: 130%;
}

@media screen and (max-width: 1699px) {
	.businessField .message .messageImg .quadrangleA {
		width: 105%;
		right: -30%;
		height: 100%;
	}
}

@media screen and (max-width: 768px) {
	.businessField .message .messageImg .quadrangleA {
		position: static;
		height: 70vw;
		margin-left: 20%;
	}
}

@media screen and (max-width: 768px) {
	.businessField .message .messageDetail {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.businessField .message .pageTitle {
	letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
	.bgWhiteContent {
		margin-top: 3em;
		padding: 15vw 7vw 7vw;
	}
}

.messageListTitle {
	font-size: 30px;
	text-align: center;
}

@media screen and (max-width: 1399px) {
	.messageListTitle {
		font-size: 30px;
		font-size: 1.6666666667vw;
	}
}

@media screen and (max-width: 999px) {
	.messageListTitle {
		font-size: 30px;
		font-size: 2.1126760563vw;
	}
}

@media screen and (max-width: 768px) {
	.messageListTitle {
		font-size: 20px;
		font-size: 2.6041666667vw;
	}
}

@media screen and (max-width: 480px) {
	.messageListTitle {
		font-size: 16px;
		font-size: 4.2666666667vw;
		margin-bottom: 1em;
	}
}

.messageListTitle::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.1em;
	background: #0048d8;
	vertical-align: 0.3em;
	margin-right: 0.7em;
}

.messageList {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2em auto 0;
	width: 90%;
	padding: 0;
	-webkit-transform: translateX(-2.6%);
	transform: translateX(-2.6%);
}

@media screen and (max-width: 768px) {
	.messageList {
		width: 80%;
	}
}

.messageList a {
	display: block;
	padding-bottom: 2.6em;
}

.messageList .messageItem {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
	margin: 0 0.5%;
}

@media screen and (max-width: 480px) {
	.messageList .messageItem {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 2em;
	}

	.messageList .messageItem:last-child {
		margin-bottom: 0;
	}
}

.messageList .messageImg .quadrangleA {
	position: relative;
}

.messageList .messageTitle,
.messageList .messageJob {
	position: relative;
	z-index: 30;
}

.messageList .messageTitle {
	font-size: 26px;
}

@media screen and (max-width: 1399px) {
	.messageList .messageTitle {
		font-size: 26px;
		font-size: 1.4444444444vw;
	}
}

@media screen and (max-width: 999px) {
	.messageList .messageTitle {
		font-size: 26px;
		font-size: 1.8309859155vw;
	}
}

@media screen and (max-width: 480px) {
	.messageList .messageTitle {
		font-size: 16px;
		font-size: 4.2666666667vw;
	}
}

/*
.messageList{
  position: relative;
  @include displayFlex();
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  padding: 0 0 2em 5%;
  @include mq('tb'){
    width: 100%;
  }
  @include mq('xs'){
    padding-left: 10%;
  }
  .messageItem{
    position: relative;
    @include flexBasis(48%);
    margin: 0 1%;
    @include mq('xs'){
      @include flexBasis(100%);
      margin-bottom: 1em;
      &:last-child{
        margin-bottom: 0;
      }
    }
    &:hover{
      figcaption span{
        background: rgb(114,158,243);
        background: linear-gradient(90deg, $gradColor02 0%, $gradColor01 90%, $gradColor01 100%);
      }
    }
  }
  a{
    @include displayFlex();
  }
  .messageImg{
    position: relative;
    z-index: 1;
    @include flexBasis(48%);
  }
  .messageDetail{
    position: relative;
    z-index: 10;
    @include flexBasis(48%);
    .messageDetailInner{
      display: table;
      width: 100%;
      height: 100%;
    }
    .messageDetailCell{
      display: table-cell;
      width: inherit;
      height: inherit;
      vertical-align: middle;
      padding-right: 10%;
      @include mq('lg'){
        padding-right: 16%;
      }
      @include mq('xs'){
        padding-right: 0;
      }
    }
    .detailTitle,
    .detailName,
    .detailText{
      display: inline-block;
      width: 100%;
    }
    .detailTitle{
      color: $mainColor;
      font-weight: bold;
    }
    .detailName{
      font-size: 30px;
      font-weight: normal;
      line-height: 1.4;
      margin-bottom: 0.3em;
      @include mq('md'){
        @include fontsizeVW_md(30);
      }
      @include mq('sm'){
        @include fontsizeVW_sm(30);
      }
      @include mq('xs'){
        @include fontsizeVW_sp(15);
      }
    }
    .detailTitle,
    .detailText{
      font-size: 15px;
      letter-spacing: 0.15em;
      line-height: 1.8;
      @include mq('md'){
        @include fontsizeVW_md(15);
      }
      @include mq('sm'){
        @include fontsizeVW_sm(15);
      }
      @include mq('tb'){
        @include fontsizeVW_tb(10);
      }
      @include mq('xs'){
        @include fontsizeVW_sp(11);
      }
    }
    .iconArrowWrap{
      text-align: right;
      margin-top: 0.5em;
      margin-bottom: -4em;
      .iconArrowRight{
        display: inline-block;
      }
    }
  }
  figure{
    position: relative;
    display: block;
    img{
      position: relative;
      z-index: 2;
    }
  }
  figcaption{
    @include fontsizeVW_pc(30);
    position: absolute;
    left: -8%;
    bottom: -0.5em;
    min-height: 6em;
    display: block;
    font-weight: bold;
    line-height: 1.8;
    color: #fff;
    z-index: 2;
    @include mq('sm'){
      @include fontsizeVW_sm(30);
    }
    @include mq('xs'){
      @include fontsizeVW_sp(16);
    }
    span{
      background: $fontColor;
      display: inline-block;
      margin: 0.1em 0;
      padding: 0 0.2em;
      @include linkTransition(0.3s);
      @include mq('xs'){
        background: rgb(114,158,243);
        background: linear-gradient(90deg, $gradColor02 0%, $gradColor01 90%, $gradColor01 100%);
      }
    }
  }
  .quadrangleA{
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 87%;
    z-index: 1;
    margin-left: 5%;
    span{
      width: 180%;
      margin: 0 -40%;
    }
  }
}

*/
