[data-link] {
    cursor: pointer;
}

.b01 {
    padding: 1rem 0;
    border-bottom: 1px solid #616776;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 200;
}

.b01__logo {
    font-size: 2rem;
}

.b01__tg {
    position: relative;
    display: inline-block;
}

.b01__tg-link {
    display: block;
}

.b01__tg-svg {
    display: block;
}

.b01__tg-info {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    padding: .5rem;
    border-radius: .2rem;
    background: #f1f5ff;
    font-size: .8rem;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    width: 10rem;
    left: 0.65rem;
    transform: translateX(-50%);
}

.b01__tg-svg:hover + .b01__tg-info {
    opacity: 1;
    visibility: visible;
}

.tg-fixed {
    position: fixed;
    right: 2.5rem;
    bottom: 4rem;
    z-index: 20;
}

.tg-fixed .b01__tg-info {
    left: 1.5rem;
    width: 5rem;
    padding: .3rem;
}

.btn1 {
    display: inline-block;
    background: #FF5C00;
    font-size: 1rem;
    color: #ffffff;
    cursor: pointer;
    transition: .2s;
    border-radius: 3rem;
    padding: .6rem .9rem;
}

.btn1:hover {
    background: #dc4e00;
}

.btn2 {
    display: inline-flex;
    align-items: center;
    background: #FF5C00;
    border-radius: 3rem;
    color: #ffffff;
    transition: .2s;
}

.btn2__inner {
    display: inline-block;
    color: #ffffff;
    background: #5C2DBF;
    padding: .6rem .9rem;
    border-radius: 3rem;
    transition: .2s;
}

.btn2__inner2 {
    padding: 0 .6rem 0 .4rem;
}

.btn2_big {
    font-size: 1.7rem;
    padding: .9rem 1.5rem;
}

.btn2:hover {
    background: #dc4e00;
}

.btn2:hover .btn2__inner {
    background: #522baf;
}

.btn3 {
    background: #522baf;
    padding: .5rem 1rem .5rem .5rem;
    border-radius: 3rem;
    transition: .2s;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
}

.btn3:hover {
    background: #522baf;
}

.b02 {
    margin: 1rem 0 4rem;
}

.b02__inner {
    background: #2B3140;
    padding: 3rem 4rem;
    border-radius: 1.4rem 1.4rem .4rem .4rem;
}

.b02__txt1 {
    font-size: 4.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.b02__txt2 {
    font-size: 1.9rem;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.b03 {
    margin: 3rem 0 6rem;
}

.b03__inner {
    background: rgba(211, 224, 254, 0.31);
    padding: 4rem;
    border-radius: .4rcap;
}

.b03__txt1 {
    font-size: 3.1rem;
    line-height: 1.2;
}

.b03__in1 {
    position: relative;
    background: #ffffff;
    padding: .5rem 3.5rem;
    min-height: 4.2rem;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.b03__in1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FF5C00;
    border-radius: 0 10rem 10rem 0;
    height: 3.5rem;
    width: 1.75rem;
}

.b03__in1_full {
    height: 100%;
}

.b03__in1_pr {
    padding-right: .5rem;
}

.b04 {
    margin: 3rem 0 4rem;
}

.b04__txt1 {
    font-size: 3.1rem;
    margin-bottom: 2rem;
}

.b04__in1 {
    font-size: 1.12rem;
    line-height: 1.3;
    position: relative;
    display: flex;
    align-items: center;
    padding: .4rem 0 .4rem 4rem;
    min-height: 5.2rem;
    margin-bottom: 3rem;
}

.b04__in1-small {
    font-size: .8rem;
}

.b04__in1_pl {
    padding-right: 5rem;
}

.b04__in1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: .4rem;
    background: #F1F5FF;
    z-index: -1;
}

.b05 {
    margin-bottom: 4rem;
}

.b05__txt1 {
    font-size: 3.2rem;
    line-height: 1.2;
}

.b05__top {
    position: relative;
    margin-bottom: 2rem;
}

.b05__img1 {
    position: absolute;
    right: 5rem;
    bottom: .6rem;
    width: 60%;
}

.b05__in1 {
    padding: 2.5rem 1.5rem;
    border: 1px solid;
    border-radius: 1rem;
    margin-bottom: 1.2rem;
}

.b05__txt2 {
    font-size: 1.7rem;
}

.b05__txt3 {
    font-size: 1.1rem;
    margin-top: 1rem;
    line-height: 1.2;
}

.b05__in1_cl1 {
    border-color: #2B3140;
}

.b05__in1_cl2 {
    border-color: #FF5C00;
}

.b06 {
    overflow: hidden;
    padding-bottom: 5rem;
    background: linear-gradient(to bottom, #fff 15%, rgba(211, 224, 254, 0.31) 15%);
}

.b06__inner {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.b06__txt1 {
    font-size: 3.2rem;
}

.b06__in {
    padding: 0 4rem 16.3rem;
    margin-right: 2rem;
    position: relative;
}

.b06__owl-in {
    padding: 4rem;
    overflow: hidden;
}

.b06__img {
    position: absolute;
    width: 88%;
    z-index: 100;
    left: 3rem;
}

.b-pers {
    padding: 4rem 0;
    background: rgba(211, 224, 254, 0.31);
    margin-bottom: 3rem;
}

.b-pers__txt p {
    margin-bottom: 1.4rem;
    line-height: 1.6;
    font-size: 1rem;
}

.b-pers__tx1 {
    font-size: 2rem;
    margin-bottom: 1.4rem;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-prev {
    position: absolute;
    background: #5C2DBF;
    left: -4rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10rem 0 0 10rem;
    width: 3rem;
    height: 6rem;
    display: flex;
    align-items: center;
    padding: 1rem;
}

.owl-item img {
    transform: scale(.6);
    transition: .2s;
}

.owl-item.active img {
    transform: scale(1);
}

.owl-carousel .owl-item {
    transform: translateX(-20rem);
}

.owl-item.active {
    transform: translateX(0rem);
    z-index: 10;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-next {
    position: absolute;
    background: #5C2DBF;
    right: -4rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 10rem 10rem 0;
    width: 3rem;
    height: 6rem;
    display: flex;
    align-items: center;
    padding: 1rem;
}

.b07 {
    padding: 4rem 0;
    background: #2B3140;
    margin-bottom: 6rem;
}

.b07__txt1 {
    font-size: 3.2rem;
    color: #ffffff;
    margin-bottom: 4rem;
}

.b07__tp1 {
    background: #5C2DBF;
    border-radius: .4rem;
    color: #ffffff;
    padding: 1rem .5rem;
}

.b07__tp2 {
    font-size: 1.05rem;
    background: #ffffff;
    border-radius: .4rem;
    padding: 2rem .6rem 5rem;
    position: relative;
    line-height: 1.2;
}

.b07__svg1 {
    position: absolute;
    border-radius: 100%;
    background: #fff;
    width: 6rem;
    height: 6rem;
    padding: 1.2rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(50%);
}

.b07__svg1_2 {
    padding-right: .8rem;
}

.b07__mb {
    margin-bottom: 7rem;
}

.b08 {
    margin-bottom: 6rem;
}

.b08__txt1 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
}

.b08__wrap {
    border-radius: .4rem;
    overflow: hidden;
}

.b08__lf {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(to right, rgba(43, 49, 64, 1), rgba(112, 127, 166, 1));
    flex: 0 0 45%;
    padding: 2rem 2.5rem 2rem 3.5rem;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.b08__rt {
    padding: .7rem 0 .7rem 4rem;
    line-height: 1.3;
    position: relative;
}

.b08__rd1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -2.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    border: 1.3rem solid #fff;
    background: rgba(255, 92, 0, 1);
}

.b08__rd1_2 {
    background: rgba(92, 45, 191, 1);
}

.b08__rd1_3 {
    background: rgba(97, 103, 118, 1);
}

.b09__txt1 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
}

.b09 {
    margin-bottom: 4rem;
}

.b09__in1 {
    max-width: 32rem;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    line-height: 1.4;
}

.b09__in2 {
    max-width: 32rem;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    line-height: 1.4;
}

.b11__txt2 {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.b11__txt3 {
    padding-left: 1.3rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.b11__minus,
.b11__plus {
    border-radius: .5rem;
    padding: 1rem;
}

.b11__minus {
    border: 1px solid #888;
    background: #eee;
}

.b11__plus {
    border: 1px solid #63d548;
    background: rgba(74, 207, 43, .07);
}

.b11__minus-ul li,
.b11__plus-ul li {
    padding-left: 1.3rem;
    position: relative;
    line-height: 1.4;
    margin-bottom: .5rem;
}

.b11__minus-ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .3rem;
    width: 1rem;
    height: 1rem;
    background: url("../img/b11_ico_minus.svg") no-repeat center / contain;
}

.b11__plus-ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .3rem;
    width: 1rem;
    height: 1rem;
    background: url("../img/b11_ico_plus.svg") no-repeat center / contain;
}

.b11 {
    padding: 2rem 0;
    background: rgba(211, 224, 254, 0.31);
}

.b11_white {
    background: #fff;
}

.b11__txt4 {
    text-align: center;
    margin: 2rem 0 .5rem;
    font-size: 1.5rem;
}

.b11__txt4-accent {
    color: #4acf2b;
}

.b11__txt4_mb {
    margin-bottom: 1.5rem;
}

.b11__txt5 {
    text-align: center;
    font-size: .8rem;
}

.b11__txt6 {
    margin: 1rem 0 0;
    font-size: 1rem;
}

.b11__txt6-accent {
    color: #cf2b2b;
}

.b11__table svg {
    width: 1.5rem;
    height: 1.5rem;
}

.b11__table-wrap {
    border-radius: .5rem;
    border: 3px solid rgba(211, 224, 254, 1);
    overflow: hidden;
}

.b11__table {
    width: 100%;
    border-collapse: collapse;
}

.b11__table tr:nth-child(2n-1) {
    background: rgba(211, 224, 254, 0.31);
}

.b11__table td, .b11__table th {
    padding: .2rem .4rem;
    width: 40%;
}

.b11__table th {
    padding: .5rem .4rem;
    font-weight: 400;
}

.b11__table td:first-child, .b11__table th:first-child {
    width: 20%;
}

.b11__table_thin td {
    padding: .5rem;
}

.b11__table-wrap_thin {
    max-width: 40rem;
    margin: 0 auto;
}

.b13 {
    padding: 2rem 0;
    background: rgba(211, 224, 254, 0.31);
    margin-bottom: 6rem;
}

.b13__txt1 {
    font-size: 1.7rem;
    line-height: 1.4;
}

.b14 {
    padding: 4rem 0;
    background: #2B3140;
    margin-bottom: 6rem;
}

.b14__txt1 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #ffffff;
}

.b14__ul li {

    padding-left: 1.3rem;
    position: relative;
    line-height: 1.4;
    margin-bottom: .5rem;
    color: #ffffff;
    font-size: 1.1rem;
}

.b14__ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .3rem;
    width: 1rem;
    height: 1rem;
    background: url("../img/b11_ico_plus.svg") no-repeat center / contain;
}

.b14__table-wrap {
    border-radius: .5rem;
    border: 3px solid #fff;
    overflow: hidden;
}

.b14__table {
    color: #ffffff;
    font-size: 1.1rem;
    width: 100%;
    border-collapse: collapse;
}

.b14__table td,
.b14__table th {
    padding: .4rem;
    border: 1px solid rgba(255,255,255,.4);
}