@charset "utf-8";

@media screen and (min-width: 897px) {
div.strength-flow {
	position: absolute;
	right: 0;
	bottom: 7rem;
}

div.strength-flow ul {
	display: -webkit-flex;
	display: flex;
}

div.strength-flow ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-family: UD Shin Go Medium;
	font-size: 1.4rem;
	height: 8rem;
	width: 8rem;
	position: relative;
}

div.strength-flow ul li:nth-child(n+5) {
	color: #FFF;
}

div.strength-flow ul li:not(:last-child)::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.8rem 0 1.8rem 1.2rem;
	border-color: transparent transparent transparent #007bff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.2rem;
	margin: auto;
	z-index: 1;
}

div.strength-flow ul li:nth-of-type(1) {
	background: #CBD9F0;
}

div.strength-flow ul li:nth-of-type(1)::after {
	border-color: transparent transparent transparent #CBD9F0;
}

div.strength-flow ul li:nth-of-type(2) {
	background: #ADC3E8;
}

div.strength-flow ul li:nth-of-type(2)::after {
	border-color: transparent transparent transparent #ADC3E8;
}

div.strength-flow ul li:nth-of-type(3) {
	background: #8AA8D9;
}

div.strength-flow ul li:nth-of-type(3)::after {
	border-color: transparent transparent transparent #8AA8D9;
}

div.strength-flow ul li:nth-of-type(4) {
	background: #6D91CB;
}

div.strength-flow ul li:nth-of-type(4)::after {
	border-color: transparent transparent transparent #6D91CB;
}

div.strength-flow ul li:nth-of-type(5) {
	background: #5B84C7;
}

div.strength-flow ul li:nth-of-type(5)::after {
	border-color: transparent transparent transparent #5B84C7;
}

div.strength-flow ul li:nth-of-type(6) {
	background: #4675C3;
}

div.strength-flow ul li:nth-of-type(6)::after {
	border-color: transparent transparent transparent #4675C3;
}

div.strength-flow ul li:nth-of-type(7) {
	background: #3768B7;
}

div.strength-flow ul li:nth-of-type(7)::after {
	border-color: transparent transparent transparent #3768B7;
}

div.strength-flow ul li:nth-of-type(8) {
	background: #3060B1;
}

div.strength-flow ul li:nth-of-type(8)::after {
	border-color: transparent transparent transparent #3060B1;
}

div.strength-flow ul li:nth-of-type(9) {
	background: #1E50A2;
}
}

@media screen and (max-width: 896px) {
div.strength-flow {
	display: none;
}
}

.config {
    width: 94%;
    max-width: 1360px;
    margin: 0 auto;
}
main#main .en_title h3 {
    font-size: 6rem;
    font-weight: 600;
    padding-left: 1em;
    position: relative;
    line-height: 1.2;
}

.strength_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.strength_wrap dl {
    width: 31%;
    margin-top: 4rem;
    background: #F7F7F7;
}

.strength_wrap .s1 dt {
    background-image: url(../images/strong/s1_img.jpg);
}

.strength_wrap .s2 dt {
    background-image: url(../images/strong/s2_img.jpg);
}

.strength_wrap .s3 dt {
    background-image: url(../images/strong/s3_img.jpg);
}

.strength_wrap .s4 dt {
    background-image: url(../images/strong/s4_img.jpg);
}

.strength_wrap .s5 dt {
    background-image: url(../images/strong/s5_img.jpg);
}

.strength_wrap .s6 dt {
    background-image: url(../images/strong/s6_img.jpg);
}

.strength_wrap .s4 dt {
    background-image: url(../images/strong/s4_img.jpg);
}

.strength_wrap .s5 dt {
    background-image: url(../images/strong/s5_img.jpg);
}

.strength_wrap .s6 dt {
    background-image: url(../images/strong/s6_img.jpg);
}

.strength_wrap .s7 dt {
    background-image: url(../images/strong/s7_img.jpg);
}

.strength_wrap .s8 dt {
    background-image: url(../images/strong/s8_img.jpg);
}

.strength_wrap .s9 dt {
    background-image: url(../images/strong/s9_img.jpg);
}

.strength_wrap dt {
    padding: 60px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.strength_wrap .s9 dt {
    padding: 60px 0;
	height: 259px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.strength_wrap dt::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,62,146,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.strength_wrap .s9 dt::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,62,146,0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.strength_wrap dd {
    padding: 1.5em;
    line-height: 1.8;
}

.strength_wrap dt .midashi .sub {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.strength_wrap dt .midashi .num {
    display: table;
    font-size: 3.4rem;
    font-weight: 600;
    margin: 0 auto;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.strength_wrap dt .midashi * {
    color: #fff !important;
    position: relative;
    z-index: 2;
}

.strength_wrap dt .midashi h4 {
    font-size: 2.4rem;
    font-weight: 500;
}

.other-strength{
	text-align: center;
	margin: 0 auto 3rem;
}

@media screen and (max-width:860px){
  .strength_wrap{
    display: block;
  }
  .strength_wrap dl {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 4rem;
  }

  .strength_wrap dt .midashi .num {
    font-size: 3rem;
  }
  .strength_wrap dt .midashi h4 {
    font-size: 2rem;
  }
}

@media screen and (max-width:450px){
  .strength_wrap dt{
    padding: 30px 0;
  }
  .strength_wrap dd {
    font-size: 1.4rem;
  }
}