@charset "UTF-8";
@font-face {
  font-family: FuturaStdBook;
  src: url("../fonts/FuturaStdBook.otf");
}

@font-face {
  font-family: FuturaStdHeavyOblique;
  src: url("../fonts/FuturaStdHeavyOblique.otf");
}

@font-face {
  font-family: FuturaStdBoldCondensedOblique;
  src: url("../fonts/FuturaStdBoldCondensedOblique.otf");
}

.p_wing {
  padding-bottom: 0;
}
.mt0{
  margin-top: 0!important;
}

@media screen and (min-width: 900px) {
  .p_wing {
    background: url("../img/bgWing.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_wing--mv {
    position: relative;
    padding-top: 46.42857%;
  }
  .p_wing--mv--pos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 3.57143%;
  }
  .p_wing--mv--con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .p_wing--mv--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_wing--mv--title h2 {
    font-size: 60px;
    line-height: 67px;
    letter-spacing: 0.067em;
    font-family: FuturaStdBook;
    color: #ED5F01;
    margin-right: 34px;
  }
  .p_wing--mv--title time {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 10px;
  }
  .p_wing--mv--title .intro {
    width: 100%;
    font-size: 27px;
    line-height: 53px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
  }
  .p_wing--mv--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .p_wing--mv--nav ul li {
    width: -webkit-calc(33% - 40px);
    width: -moz-calc(33% - 40px);
    width: calc(33% - 40px);
    margin: 20px;
  }
  .p_wing--mv--nav ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #ED5F01;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_wing--mv--nav ul li a:hover {
    background: #ED5F01;
    color: #fff;
  }
  .p_wing--ttl {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: 500;
    /* background-image: url(../img/icon_wave.svg); */
    background-image: url(../img/icon_triangle.svg);
    background-size: 40px auto;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
  }
  /* .p_wing--ttl::after {
    position: absolute;
    content: "";
    width: 33px;
    height: 3px;
    background: #ED5F01;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  } */
  .p_wing--intro {
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
  }
  .btnWing--com {
    text-align: center;
  }
  /* .btnWing--com a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 420px;
    height: 60px;
    border: 1px solid #949494;
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnWing--com a::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 20px;
    background: url("../img/ic-arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnWing--com a:hover {
    background: #949494;
    color: #fff;
  }
  .btnWing--com a:hover::after {
    background: url("../img/ic-arrow-white.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  } */
  .interview {
    margin-top: 10px;
    padding: 100px 40px 100px;
    /* background-image: url(../img/s0202.svg); */
    background-size: 100% auto;
    /* background-position: bottom 0 center; */
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #F1F3F4;
  }
  .interview__intro {
    margin-top: 25px;
  }
  .interview__text {
    margin-top: 40px;
  }
  .interview__text figure {
    line-height: 0;
    position: relative;
  }
  .interview__text figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .interview__text figure figcaption {
    position: absolute;
    bottom: 60px;
    right: 60px;
    background: rgba(255, 255, 255, 0.5);
    width: 246px;
    height: 105px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 10px;
    border-bottom: 2px solid #ef6a00;
  }
  .interview__text figure figcaption span {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
  .interview__text figure figcaption em {
    font-size: 26px;
    line-height: 46px;
    font-weight: 500;
    font-style: normal;
  }
  .interview__text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-top: 44px;
  }
  .interview__wrap {
    margin-top: 60px;
  }
  .interview__wrap article + article {
    margin-top: 65px;
  }
  .interview__wrap article h3 span {
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    color: #ED5F01;
  }
  .interview__wrap article h3 span::after {
    content: " ――";
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    color: #000000;
  }
  .interview__wrap article .intro {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
  }
  .interview__wrap article p.t01{
    margin-top: 15px;
  }
  .interview__wrap article p.t01 img{
    width: 500px;
    display: block;
    float: left;
    margin: 0 50px 30px 0;
  }
  .interview__wrap article .text-area .flex{
    display: flex;
    justify-content: space-between;
  }
  .interview__wrap article .text-area .flex img{
    width: 450px;
    height: 300px;
    margin: 20px 0 0 20px;
  }


  .interview__wrap article .d-fl {
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    margin-top: 20px;
  }
  .interview__wrap article .d-fl .txt {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
    width: 55%;
  }
  .interview__wrap article .d-fl .txt.full {
    width: 100%;
    text-align: justify;
  }
  .interview__wrap article .d-fl figure {
    width: 40%;
  }
  .interview__wrap article .d-fl figure.full {
    width: 100%;
    margin: 29px 0;
  }
  .interview__wrap article .d-fl.float-right img{
    float: right;
    clear: both;
    width: 40%;
    margin: 50px 0 0 50px
  }
  .interview__wrap article .d-fl.float-right .space1{
    float: right;
    height: 7.5em;
  }
  .interview__wrap article .d-fl.float-right .space2{
    float: right;
    height: 14.5em;
  }
  .interview__wrap article .point {
    margin-top: 40px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FDEFE6;
    padding: 30px 0 45px;
  }
  .interview__wrap article .point h4 span {
    background: url("../img/ribbon.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    font-weight: 900;
    padding: 5px 70px 14px 62px;
    margin-left: -10px;
  }
  .interview__wrap article .point ul {
    padding: 0 0 0 80px;
    margin-top: 10px;
  }
  .interview__wrap article .point ul li {
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
    padding: 0 0 0 27px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #ED5F01;
  }
  .interview__wrap article .point ul li::before {
    position: absolute;
    content: "●";
    font-size: 26px;
    line-height: 46px;
    color: #ED5F01;
    left: 0;
    top: 0;
    font-weight: 700;
  }
  .interview__wrap article .point ul li span {
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
  }
  .interview .box03{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-image: url(../img/s701.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    /* align-items: center; */
  }
  .interview .box03 img{
    width: 350px;
    display: block;
  }
  .interview .box03 .txtbox{
    width: calc(100% - 350px);
    padding: 45px 45px 0 45px;
  }
  .interview .box03 .txtbox .t05{
    font-size: 18px;
    font-weight: 500;
  }
  .interview .box03 .txtbox .t06{
  border-bottom: 1px solid #ef6a00;
    position: relative;
    height: 20px;
    margin-top: 15px;
  }
  .interview .box03 .txtbox .t06 span{
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    padding: 0 5px 5px 0;
    font-size: 18px;
    font-weight: 500;
    color: #ef6a00;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  .interview .box03 .txtbox .t07{
    font-size: 16px;
    line-height: 185%;
    margin-top: 10px;
  
  }
  .financial {
    background: url("../img/mask.png") center no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    margin-top: 100px;
  }
  .financial__inner {
    -moz-box-shadow: 0 5px 5px rgba(81, 8, 13, 0.2);
    box-shadow: 0 5px 5px rgba(81, 8, 13, 0.2);
    background: #F7F6F0;
    padding-top: 65px;
    padding-bottom: 80px;
  }
  .financial__inner--list {
    margin-top: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -12px;
  }
  .financial__inner--list dl {
    width: 330px;
    margin: 12px;
    background: #fff;
    padding: 0 0 30px;
  }
  .financial__inner--list dl dt {
    color: #fff;
    background: #B2A580;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .financial__inner--list dl dd {
    margin-top: 23px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .financial__inner--list dl dd em {
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  .financial__inner--list dl dd em span {
    font-style: italic;
    font-size: 60px;
    line-height: 67px;
    font-family: FuturaStdHeavyOblique;
    letter-spacing: 0.085em;
    color: #ED5F01;
  }
  .financial__inner--list dl dd p {
    display: inline-block;
    border: 1px solid #ED5F01;
    color: #ED5F01;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    width: 200px;
    text-align: center;
  }
  .financial__inner--list dl dd p span {
    font-size: 30px;
    line-height: 42px;
    font-family: FuturaStdHeavyOblique;
    letter-spacing: 0.085em;
    font-style: italic;
  }
  .financial__inner--change {
    margin-top: 30px;
  }
  .financial__inner--change--ttl {
    text-align: center;
  }
  .financial__inner--change--ttl h3 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
  }
  .financial__inner--change--ttl span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .financial__inner--change--list {
    margin-top: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -12px;
  }
  .financial__inner--change--list dl {
    width: 330px;
    margin: 12px;
    background: #fff;
  }
  .financial__inner--change--list dl dt {
    color: #fff;
    background: #B2A580;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .financial__inner--change--list dl dd {
    padding: 10px 25px 50px;
  }
  .financial__inner .btnWing--com {
    margin-top: 50px;
  }
  .financial__intro {
    margin-top: 30px;
  }
  .strength {
    margin-top: 100px;
    background: #FDEFE6;
    padding: 65px 0 80px;
  }
  .strength__intro {
    margin-top: 30px;
  }
  .strength__note {
    text-align: right;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .strength__nums {
    max-width: 910px;
    width: 100%;
    margin: 38px auto 0;
  }
  .strength__nums--num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .strength__nums--num + .strength__nums--num {
    margin-top: 40px;
  }
  .strength__nums--num > dl {
    width: 50%;
    background: #ED5F01;
    text-align: center;
    color: #fff;
    padding: 21px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .strength__nums--num > dl::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -15px;
    width: 75px;
    height: 120px;
    background: url("../img/ic_arrow_orange.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
  .strength__nums--num > dl dt {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
  }
  .strength__nums--num > dl dt br {
    display: none;
  }
  .strength__nums--num > dl dd {
    font-size: 50px;
    line-height: 87px;
    font-weight: 500;
  }
  .strength__nums--num > dl dd em {
    font-size: 260px;
    line-height: 293px;
    font-family: FuturaStdHeavyOblique;
    letter-spacing: 0.085em;
    font-style: normal;
    margin-right: 5px;
  }
  .strength__nums--num > dl dd em.cond {
    font-family: FuturaStdBoldCondensedOblique;
    font-size: 250px;
    letter-spacing: -0.05em;
  }
  .strength__nums--num .con {
    width: 50%;
    background: #fff;
    padding: 25px 40px;
  }
  .strength__nums--num .con p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .strength__nums--num .con .list {
    margin-top: 20px;
  }
  .strength__nums--num .con .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #B2A580;
    -moz-border-radius: 19px;
         border-radius: 19px;
  }
  .strength__nums--num .con .list dl + dl {
    margin-top: 20px;
  }
  .strength__nums--num .con .list dl dt {
    width: 50%;
    background: #B2A580;
    text-align: center;
    -moz-border-radius: 19px;
         border-radius: 19px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    padding: 6px;
  }
  .strength__nums--num .con .list dl dd {
    width: 50%;
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .attempt{
    padding: 52px 0 100px;
    margin-top: 50px;
    padding: 0 40px 100px;
    background-image: url(../img/attempt.svg);
    background-size: 100% auto;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    position: relative;
  }
  .attempt::before{
    content: "";
    position: absolute;
    background-image: url(../img/attempt_bg.svg);
    background-size: 100%;
    background-position: top 0 center;
    background-repeat: no-repeat;
    width: 94%;
    height: 100%;
  }
  .attempt .wrap-box{
    margin-top: 40px;
    position: relative;
    padding: 10px;
    -webkit-box-shadow: 4px 4px 12px rgba(81, 8, 13, 0.1);
    box-shadow: 4px 4px 12px rgba(81, 8, 13, 0.1);
  }
  .attempt .wrap-box::before{
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../img/attempt_line02.png);
    background-size: auto 10px;
    background-position: top 0 left 0;
    background-repeat: repeat-x;
  }
  .attempt .wrap-box::after{
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../img/attempt_line02.png);
    background-size: auto 10px;
    background-position: top 0 left 0;
    background-repeat: repeat-x;
  }
  .attempt .wrap-box .inner{
    position: relative;
    padding: 60px;
  }
  .attempt .wrap-box .inner::before{
    display: block;
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../img/attempt_line01.png);
    background-size: 10px auto;
    background-position: top 0 left 0;
    background-repeat: repeat-y;
  }
  .attempt .wrap-box .inner::after{
    display: block;
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../img/attempt_line01.png);
    background-size: 10px auto;
    background-position: top 0 left 0;
    background-repeat: repeat-y;
  }
  .attempt .wrap-box .inner .content + .content{
    padding-top: 50px;
  }
  .attempt .wrap-box .inner .content > p{
    padding-top: 20px;
  }
  .attempt .wrap-box .inner .content .title{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .attempt .wrap-box .inner .content .title .number{
    width: 50px;
    height: 50px;
  }
  .attempt .wrap-box .inner .content .title .text{
    border-bottom: 1px solid #ef6a00;
    width: 100%;
  }
  .attempt .wrap-box .inner .content .title .text h3{
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
    color: #ef6a00;
  }
  .attempt .wrap-box .inner .content > .img{
    padding: 30px 0 0;
  }
  .attempt .wrap-box .inner .content .flex-box_2col{
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .attempt .wrap-box .inner .content .flex-box_2col .orange-box{
    background-color: #fdf0e6;
    padding: 20px;
    width: calc(50% - 10px);
  }
  .attempt .wrap-box .inner .content .flex-box_2col .orange-box h4{
    font-size: 22px;
    border-left: 2px solid #ef6a00;
    padding: 15px 0 15px 15px;
    margin-bottom: 15px;
    min-height: 96px;
    display: flex;
    align-items: center;
  }
  .attempt .wrap-box .inner .content .flex-box_3col{
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .attempt .wrap-box .inner .content .table-box{
    padding-top: 30px;
  }
  .attempt .wrap-box .inner .content .table-box table{
    border-collapse: collapse;
    /* border-spacing: 12px 0; */
  }
  /* .attempt .wrap-box .inner .content .table-box table tr:last-child{
    border-bottom: 1px solid #e8e3d6;
  } */
  /* .attempt .wrap-box .inner .content .table-box table tr:nth-child( n + 3){
    border-top: 1px solid #e8e3d6;
  }
  .attempt .wrap-box .inner .content .table-box table tr + tr{
    border-top: 1px solid #e8e3d6;
  } */
  .attempt .wrap-box .inner .content .table-box table tr.head th.box{
    width: 30%;
    text-align: center;
    border-radius: 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    border: none!important;
    padding-left: 10px;
  }
  .attempt .wrap-box .inner .content .table-box table tr.head th.box:first-of-type{
    padding-left: 0;
  }
  .attempt .wrap-box .inner .content .table-box table tr th.box span{
    font-size: 12px;
    color: #FFF;
    font-weight: 400;
  }
  .attempt .wrap-box .inner .content .table-box table tr th.box span.gray{
    background: #cec3a7;
    width: 100%;
    border-radius: 20px;
    display: inline-block;
    font-size: 18px;
    padding: 3px 0;
  }
  .attempt .wrap-box .inner .content .table-box table tr th.box span.lightorange{
    background: #f5a566;
    width: 100%;
    border-radius: 20px;
    display: inline-block;
    font-size: 18px;
    padding: 3px 0;
  }
  .attempt .wrap-box .inner .content .table-box table tr th.box span.orange{
    background: #ef6a00;
    width: 100%;
    border-radius: 20px;
    display: inline-block;
    font-size: 18px;
    padding: 3px 0;
  }
  .attempt .wrap-box .inner .content .table-box table tr.child td{
    padding: 10px 0;
    font-weight: 400;
    border-top: 1px solid #e8e3d6;
  }
  .attempt .wrap-box .inner .content .table-box table tr.child.first td{
    border: none;
  }
  .attempt .wrap-box .inner .content .table-box table tr:nth-child(2) td{
    padding-top: 25px;
  }
  .attempt .wrap-box .inner .content .table-box table tr td:nth-child(n + 2){
    text-align: center;
  }
  .attempt .wrap-box .inner .content .table-box table tr.child.last td{
    border-bottom: 1px solid #e8e3d6;
  }
  .backNum {
    background: url("../img/mask.png") center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-bottom: 150px;
  }
  .backNum__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    -moz-box-shadow: 0 5px 5px rgba(81, 8, 13, 0.2);
         box-shadow: 0 5px 5px rgba(81, 8, 13, 0.2);
    background: #F7F6F0;
  }
  .backNum__inner .btnWing--com {
    margin-top: 50px;
  }
  .financial__inner--change--list dl dd .note {
    text-align: right;
    font-size: 9px;
    line-height: 11px;
    font-weight: 400;
    color: #000;
  }
  .financial__inner--change--list dl dd .note img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .wrapGraph {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 145.2px;
  }
  .wrapGraph .js-graph {
    position: relative;
    width: 100%;
    height: 159px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-bottom: 1px solid #221815;
  }
  .wrapGraph .js-graph::before {
    position: absolute;
    content: "";
    width: 192px;
    height: 98px;
    background: url("../img/goHead.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -88px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 1s;
    -moz-transition: all 0.3s ease 1s;
    transition: all 0.3s ease 1s;
  }
  .wrapGraph .js-graph.active::before {
    opacity: 1;
  }
  .wrapGraph .js-graph.ratio::before {
    width: 256.3px;
    height: 191.4px;
    top: -132px;
    background: url("../img/goHead2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .wrapGraph .js-graph.ratio li .bar {
    background: transparent;
  }
  .wrapGraph .js-graph.ratio li .bar::before, .wrapGraph .js-graph.ratio li .bar::after {
    position: absolute;
    content: attr(data-half);
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 1;
    left: 0;
  }
  .wrapGraph .js-graph.ratio li .bar::before {
    top: 0;
    background: #f8Bf99;
  }
  .wrapGraph .js-graph.ratio li .bar::after {
    bottom: 0;
    background: url("../img/grid01.png") repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .wrapGraph .js-graph.ratio li:last-of-type .bar::before {
    background: #ED5F01;
    color: #fff;
  }
  .wrapGraph .js-graph.ratio li:last-of-type .bar::after {
    color: #fff;
    background: url("../img/grid02.png") 0 0 repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .wrapGraph .js-graph li {
    width: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .wrapGraph .js-graph li div {
    background: #f8Bf99;
    /* グラフの色 */
    position: relative;
    width: 100%;
    height: 0;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
  }
  .wrapGraph .js-graph li p {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
  }
  .wrapGraph .js-graph li span {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 500;
    color: #000;
  }
  .wrapGraph .js-graph li:last-of-type p {
    bottom: -33px;
  }
  .wrapGraph .js-graph li:last-of-type div {
    background: #ED5F01;
  }
  .wrapGraph .js-graph li:last-of-type span {
    color: #ED5F01;
  }
}

@media screen and (max-width: 899px) {
  .p_wing {
    background: url("../img/bgWing_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_wing--mv {
    position: relative;
  }
  .p_wing--mv--con {
    text-align: center;
    padding-top: 30px;
  }
  .p_wing--mv--title h2 {
    font-size: 57px;
    line-height: 71px;
    letter-spacing: 0.067em;
    font-family: FuturaStdBook;
    color: #ED5F01;
    margin-bottom: 20px;
  }
  .p_wing--mv--title time {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
  }
  .p_wing--mv--title .intro {
    width: 100%;
    font-size: 25.5px;
    line-height: 44.5px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
  }
  .p_wing--mv--title .intro span {
    display: block;
    text-shadow: 0px 2px 1px #FFF,0px 1px 1px #FFF,1px 1px 1px #FFF,1px 0px 1px #FFF,2px 0px 1px #FFF,1px -1px 1px #FFF,1px -2px 1px #FFF,0px -2px 1px #FFF,-1px -2px 1px #FFF,-2px -2px 1px #FFF,-2px -1px 1px #FFF,-2px 0px 1px #FFF,-2px 1px 1px #FFF,-1px 1px 1px #FFF;
  }
  .p_wing--mv--nav {
    margin-top: 105px;
  }
  .p_wing--mv--nav ul li {
    width: 100%;
  }
  .p_wing--mv--nav ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 75px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #ED5F01;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_wing--mv--nav ul li a:hover {
    background: #ED5F01;
    color: #fff;
  }
  .p_wing--ttl {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    /* background-image: url(../img/icon_wave.svg); */
    background-image: url(../img/icon_triangle.svg);
    background-size: 40px auto;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
  }
  /* .p_wing--ttl::after {
    position: absolute;
    content: "";
    width: 33px;
    height: 3px;
    background: #ED5F01;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  } */
  .p_wing--intro {
    text-align: center;
    font-size: 19px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
  }
  .btnWing--com {
    text-align: center;
  }
  /* .btnWing--com a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 285px;
    height: 45px;
    border: 1px solid #949494;
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnWing--com a::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 30px;
    background: url("../img/arrow.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnWing--com a:hover {
    background: #949494;
    color: #fff;
  }
  .btnWing--com a:hover::after {
    background: url("../img/arrow-active.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  } */
  .interview {
    /* background: rgba(255, 255, 255, 0.9); */
    padding: 55px 0 20vw;
    background-color: #F1F3F4;
    /* background-imagze: url(../img/s0202_sp.svg); */
    /* background-size: 100% auto;
    background-position: 0 40px;
    background-repeat: no-repeat; */
  }
  .interview__intro {
    margin-top: 15px;
  }
  .interview__text {
    margin-top: 40px;
  }
  .interview__text figure {
    line-height: 0;
    position: relative;
  }
  .interview__text figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .interview__text figure figcaption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.7);
    width: 275px;
    height: 71.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 20.5px;
    border-bottom: 1px solid #ef6a00;
  }
  .interview__text figure figcaption span {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
  .interview__text figure figcaption em {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
  }
  .interview__text figure figcaption em span.text-small{
    font-size: 18px;
    display: inline-block;
    padding-right: 10px;
  }
  .interview__text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-top: 44px;
  }
  .interview__wrap {
    margin-top: 30px;
  }
  .interview__wrap article + article {
    margin-top: 40px;
  }
  .interview__wrap article h3 span {
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    color: #ED5F01;
  }
  .interview__wrap article h3 span::after {
    content: " ――";
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    color: #000000;
  }
  .interview__wrap article .intro {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
  }
  .interview__wrap article .d-fl {
    margin-top: 20px;
  }
  .interview__wrap article .d-fl .txt {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
  }
  .interview__wrap article .d-fl .txt.full {
    width: 100%;
    text-align: justify;
  }
  .interview__wrap article .d-fl .os{
    margin-top: 20px;
  }
  .interview__wrap article .d-fl figure {
    margin: 29px 0;
  }
  .interview__wrap article .d-fl figure.full {
    width: 100%;
  }
  .interview__wrap article .point {
    margin-top: 40px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FDEFE6;
    padding: 23px 0 40px;
  }
  .interview__wrap article .point h4 span {
    background: url("../img/ribbon.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    font-weight: 900;
    padding: 5px 52px 14px 46px;
    margin-left: -10px;
  }
  .interview__wrap article .point ul {
    padding: 0 23px 0 23px;
    margin-top: 13px;
  }
  .interview__wrap article .point ul li {
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
    padding: 0 0 0 27px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #ED5F01;
  }
  .interview__wrap article .point ul li::before {
    position: absolute;
    content: "●";
    font-size: 26px;
    line-height: 46px;
    color: #ED5F01;
    left: 0;
    top: 0;
    font-weight: 700;
  }
  .interview__wrap article .point ul li span {
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
  }
  .interview__wrap article img{
    padding: 20px 0;
    width: 100%;
  }
  .financial {
    padding-left: 15px;
    padding-right: 15px;
    background: url("../img/mask.png") center no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .financial__intro {
    margin-top: 20px;
  }
  .financial__inner {
    -moz-box-shadow: 0 5px 5px rgba(81, 8, 13, 0.2);
         box-shadow: 0 5px 5px rgba(81, 8, 13, 0.2);
    background: #F7F6F0;
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .financial__inner--list {
    margin-top: 40px;
  }
  .financial__inner--list dl {
    width: 100%;
    background: #fff;
    padding: 0 0 23px;
  }
  .financial__inner--list dl + dl {
    margin-top: 18px;
  }
  .financial__inner--list dl dt {
    color: #fff;
    background: #B2A580;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .financial__inner--list dl dd {
    margin-top: 23px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .financial__inner--list dl dd em {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .financial__inner--list dl dd em span {
    font-style: italic;
    font-size: 67.5px;
    line-height: 76.5px;
    font-family: FuturaStdHeavyOblique;
    letter-spacing: 0.085em;
    color: #ED5F01;
    padding-right: .1em;
  }
  .financial__inner--list dl dd p {
    display: inline-block;
    border: 1px solid #ED5F01;
    color: #ED5F01;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    width: 200px;
    text-align: center;
  }
  .financial__inner--list dl dd p span {
    font-size: 33.5px;
    line-height: 47px;
    font-family: FuturaStdHeavyOblique;
    letter-spacing: 0.085em;
    font-style: italic;
    padding-right: .2em;
  }
  .financial__inner--change {
    margin-top: 25px;
  }
  .financial__inner--change--ttl {
    text-align: center;
  }
  .financial__inner--change--ttl h3 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
  }
  .financial__inner--change--ttl span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .financial__inner--change--list {
    margin-top: 15px;
  }
  .financial__inner--change--list dl {
    width: 100%;
    background: #fff;
    padding: 0 0 0;
  }
  .financial__inner--change--list dl + dl {
    margin-top: 18px;
  }
  .financial__inner--change--list dl dt {
    color: #fff;
    background: #B2A580;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .financial__inner--change--list dl dd {
    text-align: center;
    padding: 10px 35px 50px;
  }
  .financial__inner .btnWing--com {
    margin-top: 40px;
  }
  .strength {
    margin-top: 50px;
    background: #FDEFE6;
    padding: 37px 0 60px;
  }
  .strength__intro {
    margin-top: 20px;
  }
  .strength__note {
    text-align: right;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .strength__nums {
    width: 100%;
    margin: 22px auto 0;
    padding: 0 15px;
  }
  .strength__nums--num + .strength__nums--num {
    margin-top: 20px;
  }
  .strength__nums--num > dl {
    background: #ED5F01;
    text-align: center;
    color: #fff;
    padding: 21px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .strength__nums--num > dl::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
       -moz-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    bottom: -30px;
    width: 56.5px;
    height: 90px;
    background: url("../img/ic_arrow_orange.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
  .strength__nums--num > dl dt {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
  }
  .strength__nums--num > dl dd {
    font-size: 37.5px;
    line-height: 66px;
    font-weight: 500;
  }
  .strength__nums--num > dl dd em {
    font-size: 196px;
    line-height: 220px;
    font-family: FuturaStdHeavyOblique;
    letter-spacing: 0.085em;
    margin-right: 5px;
    font-style: normal;
  }
  .strength__nums--num > dl dd em.cond {
    font-family: FuturaStdBoldCondensedOblique;
    font-size: 191px;
    letter-spacing: -0.05em;
  }
  .strength__nums--num .con {
    background: #fff;
    padding: 40px 20px;
  }
  .strength__nums--num .con p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .strength__nums--num .con .list {
    margin-top: 20px;
  }
  .strength__nums--num .con .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #B2A580;
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
  }
  .strength__nums--num .con .list dl + dl {
    margin-top: 20px;
  }
  .strength__nums--num .con .list dl dt {
    width: 50%;
    background: #B2A580;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 6px;
    -moz-border-radius: 0 15px 15px 0;
         border-radius: 0 15px 15px 0;
  }
  .strength__nums--num .con .list dl dd {
    width: 50%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
  }
  .attempt{
    padding: 55px 0 25vw;
    background-image: url(../img/s0402_sp.svg);
    background-size: calc(100% - 20px) auto;
    background-repeat: no-repeat;
    background-position: bottom 10px center;
    position: relative;
  }
  .attempt::before{
    content: "";
    position: absolute;
    background-image: url(../img/attempt_bg_sp.svg);
    background-size: 100% auto;
    background-position: top 0 center;
    background-repeat: no-repeat;
    width: calc(100% - 20px);
    height: 112px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }








  .attempt .p_wing--intro{
    font-size: 20px;
    line-height: 36px;
  }
  .attempt .wrap-box{
    margin-top: 40px;
    position: relative;
    padding: 10px;
    -webkit-box-shadow: 4px 4px 12px rgba(81, 8, 13, 0.1);
    box-shadow: 4px 4px 12px rgba(81, 8, 13, 0.1);
  }
  .attempt .wrap-box::before{
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../img/attempt_line02.png);
    background-size: auto 10px;
    background-position: top 0 left 0;
    background-repeat: repeat-x;
  }
  .attempt .wrap-box::after{
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../img/attempt_line02.png);
    background-size: auto 10px;
    background-position: top 0 left 0;
    background-repeat: repeat-x;
  }
  .attempt .wrap-box .inner{
    position: relative;
    padding: 25px;
  }
  .attempt .wrap-box .inner::before{
    display: block;
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../img/attempt_line01.png);
    background-size: 10px auto;
    background-position: top 0 left 0;
    background-repeat: repeat-y;
  }
  .attempt .wrap-box .inner::after{
    display: block;
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../img/attempt_line01.png);
    background-size: 10px auto;
    background-position: top 0 left 0;
    background-repeat: repeat-y;
  }
  .attempt .wrap-box .inner .content + .content{
    padding-top: 50px;
  }
  .attempt .wrap-box .inner .content > p{
    padding-top: 20px;
    font-size: 16px;
  }
  .attempt .wrap-box .inner .content .title{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .attempt .wrap-box .inner .content .title .number{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .attempt .wrap-box .inner .content .title .text{
    border-bottom: 1px solid #ef6a00;
    width: 100%;
  }
  .attempt .wrap-box .inner .content .title .text h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #ef6a00;
  }
  .attempt .wrap-box .inner .content > .img{
    padding: 30px 0 0;
  }
  .attempt .wrap-box .inner .content .flex-box_2col{
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
  }
  .attempt .wrap-box .inner .content .flex-box_2col .orange-box{
    background-color: #fdf0e6;
    padding: 20px;
    width: 100%;
  }
  .attempt .wrap-box .inner .content .flex-box_2col .orange-box p{
    font-size: 16px;
  }
  .attempt .wrap-box .inner .content .flex-box_2col .orange-box h4{
    font-size: 22px;
    border-left: 2px solid #ef6a00;
    padding: 8px 0 8px 15px;
    margin-bottom: 15px;
  }
  .attempt .wrap-box .inner .content .flex-box_3col{
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
  }
  .attempt .wrap-box .inner .content .flex-box_3col .img-box img{
    width: 100%;
  }
  .attempt .wrap-box .inner .content .table-box{
    padding-top: 30px;
  }
  /* .attempt .wrap-box .inner .content .table-box table{
    border-collapse: separate;
    border-spacing: 12px 0;
  } */
  .attempt .wrap-box .inner .content .table-box table tr:last-of-type{
    border-bottom: 1px solid #e8e3d6;
  }
  .attempt .wrap-box .inner .content .table-box table tr:nth-child( n + 3){
    border-top: 1px solid #e8e3d6;
  }
  .attempt .wrap-box .inner .content .table-box table tr.head th.box{
    width: 30%;
    text-align: center;
    border-radius: 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 0;
    border: none!important;
    padding-left: 10px;
  }
  .attempt .wrap-box .inner .content .table-box table tr.head th.box:first-of-type{
    padding-left: 0;
  }
  .attempt .wrap-box .inner .content .table-box table tr.head th.box span{
    font-size: 8px;
    color: #FFF;
    font-weight: 400;
  }
  .attempt .wrap-box .inner .content .table-box table tr.head th.box span.gray{
    background: #cec3a7;
    width: 100%;
    padding: 5px 0;
    display: inline-block;
    font-size: 20px;
    height: 100%;
    border-radius: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .attempt .wrap-box .inner .content .table-box table tr th.box span.lightorange{
    background: #f5a566;
    width: 100%;
    padding: 5px 0;
    display: inline-block;
    font-size: 20px;
    height: 100%;
    border-radius: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .attempt .wrap-box .inner .content .table-box table tr th.box span.orange{
    background: #ef6a00;
    width: 100%;
    padding: 5px 0;
    display: inline-block;
    font-size: 20px;
    height: 100%;
    border-radius: 10px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .attempt .wrap-box .inner .content .table-box table tr td{
    padding: 10px 0;
    font-weight: 400;
  }
  /* .attempt .wrap-box .inner .content .table-box table tr:nth-child(2) td{
    padding-top: 15px;
  } */
  .attempt .wrap-box .inner .content .table-box table tr td:nth-child(n + 2){
    text-align: center;
  }


  .survey {
    padding: 45px 0;
  }
  .survey .txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 25px;
    text-align: justify;
  }
  .survey .btnWing--com {
    margin-top: 50px;
  }
  .backNum {
    padding-left: 15px;
    padding-right: 15px;
    background: url("../img/mask.png") center bottom no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-bottom: 70px;
  }
  .backNum__inner {
    padding-top: 55px;
    padding-bottom: 60px;
    -moz-box-shadow: 0 5px 5px rgba(81, 8, 13, 0.2);
         box-shadow: 0 5px 5px rgba(81, 8, 13, 0.2);
    background: #F7F6F0;
  }
  .backNum__inner .btnWing--com {
    margin-top: 30px;
  }
  .financial__inner--change--list dl dd .note {
    text-align: right;
    font-size: 9px;
    line-height: 11px;
    font-weight: 400;
    color: #000;
  }
  .financial__inner--change--list dl dd .note img {
    max-width: 100%;
    width: auto;
    height: 11px;
  }
  .wrapGraph {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapGraph .js-graph {
    position: relative;
    margin-top: 120px;
    width: 100%;
    height: 200px;
    max-width: 422px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-bottom: 1px solid #221815;
  }
  .wrapGraph .js-graph::before {
    position: absolute;
    content: "";
    width: 192px;
    height: 98px;
    background: url("../img/goHead.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -88px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 1s;
    -moz-transition: all 0.3s ease 1s;
    transition: all 0.3s ease 1s;
  }
  .wrapGraph .js-graph.active::before {
    opacity: 1;
  }
  .wrapGraph .js-graph.ratio {
    margin-top: 54.50237%;
  }
  .wrapGraph .js-graph.ratio::before {
    width: 91.75355%;
    height: 0;
    padding-top: 68.81517%;
    top: 0;
    margin-top: -47.39336%;
    background: url("../img/goHead2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .wrapGraph .js-graph.ratio li .bar {
    background: transparent;
  }
  .wrapGraph .js-graph.ratio li .bar::before, .wrapGraph .js-graph.ratio li .bar::after {
    position: absolute;
    content: attr(data-half);
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    left: 0;
  }
  .wrapGraph .js-graph.ratio li .bar::before {
    top: 0;
    background: #f8Bf99;
  }
  .wrapGraph .js-graph.ratio li .bar::after {
    bottom: 0;
    background: url("../img/grid01.png") repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .wrapGraph .js-graph.ratio li:last-of-type .bar::before {
    background: #ED5F01;
    color: #fff;
  }
  .wrapGraph .js-graph.ratio li:last-of-type .bar::after {
    color: #fff;
    background: url("../img/grid02.png") 0 0 repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .wrapGraph .js-graph li {
    width: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .wrapGraph .js-graph li div {
    background: #f8Bf99;
    /* グラフの色 */
    position: relative;
    width: 100%;
    height: 0;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
  }
  .wrapGraph .js-graph li p {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
  }
  .wrapGraph .js-graph li span {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 500;
    color: #000;
  }
  .wrapGraph .js-graph li:last-of-type p {
    bottom: -33px;
  }
  .wrapGraph .js-graph li:last-of-type div {
    background: #ED5F01;
  }
  .wrapGraph .js-graph li:last-of-type span {
    color: #ED5F01;
  }
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
     -moz-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}