@charset "UTF-8";
.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}


.main_content{
    margin-bottom: 150px;
}
.intro {
    max-width: 1024px;
    width: 90%;
    margin: 90px auto 0;
}
.intro_copy {
    font-size: 3.6rem;
}
.strength_top {
    max-width: 1280px;
    width: 100%;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.strength_top.rev{
    flex-direction: row-reverse;
}
.strength_info {
    max-width: 425px;
    width: 100%;
    padding-left: 128px;
}
.rev .strength_info {
    padding-left: 0px;
    padding-right: 128px;
}
.strength_midashi {
    font-size: 2rem;
    font-weight: bold;
    color: #2F328D;
    display: flex;
    align-items: center;
}
.strength_num {
    font-size: 9rem;
    line-height: 1;
    margin-right: 20px;
}
.strength_dis {
    letter-spacing: 0;
    margin-top: 20px;
}
.strength_imgbox{
    width: 502px;
    height: 439px;
    position: relative;
    background: rgba(47, 50, 141, .1);
}
.strength_img{
    position: absolute;
    top: 54px;
    right: 128px;
    width: 100%;
}
.rev .strength_img{
    right: auto;
    left: 128px;
}
.strength_tag {
    writing-mode: vertical-rl;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: bold;
    font-size: 1.3rem;
    color: #162357;
    position: absolute;
    bottom: 30px;
    right: 84px;
    display: flex;
    align-items: center;
}
.rev .strength_tag {
    right: auto;
    left: 84px;
}
.strength_tag::before{
    content: ' ';
    display: block;
    background: #162357;
    height: 72px;
    width: 1px;
    margin-bottom: 8px;
}
.strength_ex_outer{
    background: url("../img/bg_01.png")top right no-repeat;
}
.strength_ex {
    max-width: 1024px;
    width: 90%;
    box-shadow: 0px 3px 6px #00000029;
    margin: 75px auto 0;
    padding: 50px 80px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
}
.ex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 50px auto 0;
    padding: 35px 95px;
    box-sizing: border-box;
    color: #fff;
}
.ex_box:nth-child(2){
    background: url("../img/bg_02.png")center;
    -webkit-background-size: cover;
    background-size: cover;
}
.ex_box:nth-child(3){
    background: url("../img/bg_03.png")center;
    -webkit-background-size: cover;
    background-size: cover;
}
.ex_box:nth-child(4){
    background: url("../img/bg_04.png")center;
    -webkit-background-size: cover;
    background-size: cover;
}
.ex_category{
    width: 100%;
    padding-bottom: 20px;
}
.ex_icon{
    margin: 10px;
}

.strength_02{
    background: url("../img/bg_05.png")center left no-repeat;
}
@media screen and (max-width: 767px) {
.intro_copy {
    font-size: 7vw;
    font-weight: bold;
    margin: 10px 0;
}
.strength_top, .strength_top.rev {
    flex-direction: column-reverse;
    margin-top: 50px
}
.strength_imgbox {
    width: 90%;
    height: auto;
}
.strength_img {
    position: static;
    width: 80%;
    margin: 5%;
    margin-left: auto;
}
.rev .strength_img {
    margin: 5%;
    margin-right: auto;
}
.strength_tag {
    left: 5%;
    bottom: 5%;
    right: auto;
    width: 1em;
}
.rev .strength_tag {
    left: auto;
    right: 5%;
}
.rev .strength_info, .strength_info {
    padding: 0;
    width: 90%;
    margin-top: 20px;
}
.strength_ex {
    padding: 50px 5%;
}
.ex_icon {
    max-width: calc(50% - 20px);
}
.ex_box {
    padding: 35px 0;
}
.page_title {
    line-height: 1.25;
}
}
